@charset "UTF-8";



/* common styles */
@import url('/css/common.css');

/*basic page layout*/


/* Headings */
h1,H1,h2,H2 {font-family: Arial, Helvetica, sans-serif; color: #AE8B52;}
h3,H3,.titles {font-family: Arial, Helvetica, sans-serif; color: #D5AB3D;}
h4,H4,.subtitles {font-family: Arial, Helvetica, sans-serif;color: #000000;}
H5,h5 {font-size: 11px; font-weight:bold;line-height:18px; color: #127dd6; font-family: Arial, Helvetica, sans-serif;}
h5 a,H5 a {font-size: 11px; font-weight:bold;line-height:18px; color: #127dd6; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}
h5 a:hover,H5 a:hover {text-decoration:underline; color: #127dd6;font-family: Arial, Helvetica, sans-serif;line-height:18px;}
h5 a:visited, H5 a:visited {color: #127dd6;font-family: Arial, Helvetica, sans-serif;line-height:18px;}
h6,H6 {color: font-family: Arial, Helvetica, sans-serif;#145189;}

body {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-color: #145189;
	
}
.oneColFixCtrHdr #container {
	width: 800px;  
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 104px;
	background-image: url(../images/header-bg-white.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #container #header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0;
}

/**************************end basic layout******************/



.headerHomeLink {
	float: right;
	margin-top: 89px;
	margin-right: 90px;
	margin-bottom: 0px;
	padding: 0px;
}
.lowerNav {
	padding: 0px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #145189;
}
.lowerNav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-color: #145189;
	color: #97afc9;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #95abc2;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: normal;
	line-height: 12px;
	background-color: #145189;
}

/* link styles. i'll probably consolidate these actually, since all the a:links on this page seem to have the same color/style. but just in case i have them all set up separately for now */

.oneColFixCtrHdr  #container  #header a:link, a:visited  {
	color: #666666;
	text-decoration: none;
}

.oneColFixCtrHdr #container #header a:hover {
	color: #999999;
	text-decoration: none;
}

#footer p a:link, a:visited {
	color: #95abc2;
	text-decoration: none;
}

#footer p a:hover {
	color: #ffd84f;
	text-decoration: underline;
}

.lowerNav a:link, a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

.lowerNav a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #ffd84f;
	font-weight: normal;
}

/**************end link styles****/

#toptrimbar {
	width:100%; 
	background-color:#FFD84F;
	overflow:auto; 
	border-bottom: 1px solid #ac9778;
	font-size:11px;
	color: #444444;
}
#toptrimbar a {
	color: #99712a;
	text-decoration:underline;
	
	
}
#toptrimbar a:hover {
        color: #145189;
	text-decoration:underline;
}

#return a {
	color: #145189;
	text-decoration:none;
	
	
}
#return a:hover {
        color: #D5AB3D;
	text-decoration:none;
}

