/* page structures */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	background-color: #ffffff;
	text-align:center;
	width:760px;
}
a, a:visited {
	text-decoration: none;
	color: #91AA00;
}
#page {
	font-size: 11px;
	text-align:center;
	width:760px;
}
#header {
	text-align:center;
	border-bottom: 1px solid #D0DE03;
	
}
#body {
	text-align:left;
	background-color: #F6F6F6;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 16px;	
	background-image: url(/resources/shared/template/general_background.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#twoColBodyLeft {
	width:420px;
	float:left;
	clear:none;
}
#twoColBodyRight {
	float:right;
	clear:none;
	width:266px;
}

#footer {
	background-color: #000000;
	color: #9A9999;
	padding-left: 20px;
	padding-right: 20px;	
	padding-top: 6px;
	padding-bottom: 6px;	
	font-size: 0.9em;
	text-align:left;
	border-top: 1px solid #D0DE03;
	height:30px;
}
#footer a, #footer a:visited {
	color: #9A9999;
}
/* related links box */
#body .relLinks {
	background-color: #FFFFFF;
	width: 200px;
	padding: 0px;
	float: right;
}
#body .relLinks .topHeader {
	color: #565656;
	background-color: #EAEAEB;
	background-image:url(/resources/shared/template/table_title_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 1.3em;
	font-weight: bold;
}
#body .relLinks .topHeader .right {
	background-image:url(/resources/shared/template/table_title_right.gif);
	background-position: top right;
	background-repeat: no-repeat;

}
#body .relLinks .topHeader .left {
	background-image:url(/resources/shared/template/table_title_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 5px;	
	padding-bottom: 5px;		
}
#body .relLinks .col {
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
#body .relLinks p {
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;	
	margin: 0;
	font-size: 1.05em;
}
#body .relLinks h3 {
	background-color: #B0DA00;
	font-size: 1.05em;	
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin: 0;
	margin-bottom: 15px;	
	font-size: 1.05em;
	border-left: 1px solid #D8ED80;
}
#body .relLinks .footer {
	background-color: #000000;
	background-image:url(/resources/shared/template/bottom_table_footer_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#body .relLinks .footer .right {
	background-image:url(/resources/shared/template/bottom_table_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#body .relLinks .footer .left {
	background-image:url(/resources/shared/template/bottom_table_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
}

/* main menu */
#mainmenu {
	background-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 8px;
	padding-top: 25px;
	padding-left: 20px;
	font-size: 1.1em;
	text-align:left;
	}
#mainmenu ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
#mainmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 16px;
}
#mainmenu li.active a, #mainmenu li.inactive a:hover {
	color: #9A9999;
}
#mainmenu li.inactive a {
	color: #FFFFFF;
}
/* sub menu */
#submenu {
	background-color: #9A9999;
	text-transform: lowercase;
	color: #FFFFFF;
	font-size: 1.1em;
	width: 100%;
	height: auto;
}
#submenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#submenu li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
#submenu li a {
	background-image: url(/resources/shared/template/submenu_divider.gif);
	background-position:right;
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;		
	display: block;
}
#submenu li.active a, #submenu li.inactive a:hover {
	background-color: #636363;
	color: #FFFFFF;	
}
#submenu li.inactive a {
	color: #000000;
}
/* Default text */
#body h1 {
	font-size: 3.3em;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-top: 15px;
	margin-bottom: 15px;
}
#body h2 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -0.05em;
}
#body h3 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	background-color:#B0DA00;
	padding:5px;
	margin-bottom:5px;
	margin-top:5px;
}
/*note h4 is bigger than h3, this is due to the site makeover/redesign and h3 existing prior*/
#body h4 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#body h5 {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -0.05em;
}


#body ol, #body ul {
	padding: 0;
	margin: 0;
}
#body ol li, #body ul li {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	line-height: 1.5em;
	margin-bottom: 0px;
}
#body p {
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 0;
}

/* Utilities */
.message {
	border: 1px solid #CCCCCC;
}
#body .errorMessageText {
	padding: 10px;
	border: 1px solid #B4D718;
	background-color: #F2FAD1;
	margin-bottom: 10px;
	font-size: 1.1em;	
}
#body .errorMessageText ul li {
	margin-bottom: 0px;
	font-size: 1.1em;
}
.clearingDiv {
	clear: both;
}
