/*	
	------------------------------------
	Section 1: Global page definitions
	------------------------------------
*/

body {
	width: 100%;
	padding: 0;
	margin: 30px auto;
	text-align: center;
	background-color: #E5E5CC;
}
a:link, a:visited {
	color: #A70000;
	text-decoration: none;
}
a:hover {
	color: #A70000;
	text-decoration: underline;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A70000;
}
img {
	border: none;
}
html>body .moz-bug { clear:both  }

/*	
	------------------------------------
	Section 2: Navigation
	------------------------------------
*/

#navigation {
	float: left;
	width: 173px;
	padding: 12px 0 20px 0;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#navigation a {
	display: block;
	padding: 0 20px 0 0;
	margin: 6px 0;
	color: #333300;
	text-decoration: none;
}
#navigation a:hover {
	color: white;
	background-color: #333300;
	text-decoration: none;
}
#navigationSel a {
	color: white;
	background-color: #333300;
	text-decoration: none;
}

#subNavigation {
	margin: 0 0 32px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#subNavigation a {
	color: #A70000;
	text-decoration: none;
}
#subNavigation a:hover {
	color: black;
	text-decoration: none;
}

#subNavigationSel a {
	color: black;
	text-decoration: none;
}

/*	
	------------------------------------
	Section 3: Main Divs
	------------------------------------
*/

#main {
	width: 758px;
	margin: 30px auto;
	border: 1px solid #333300;
	background-color: #999966;
	background-image: url(../images/system/top.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
/*  simplified box model hack for IE 5.x */
#main { \width: 760px; }
#main { w\idth: 758px; }

#logos {
	text-align: right;
	padding: 117px 50px 5px 0;
}
#logos img {
	margin: 0 0 0 8px;
}

#content {
	float: right;
	width: 515px;
	padding: 20px 50px 20px 20px;
	text-align: left;
	background-color: #CCCC99; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333300;
}
/*  simplified box model hack for IE 5.x */
#content { \width: 585px; }
#content { w\idth: 515px; }

#content img {
	float: left;
	margin: 0 15px 10px 0;
}
.clearFloat {
	clear: left;
}
