@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #838383;
	background-image: url(../images/TopBannerBack.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

a:link {
	color:#0055a5;
}

a:visited {
	color:#0055a5;
}

a:active {
	color:#ffc423;
}

a:hover {
	color:#ee8a1d;
	text-decoration: underline;
}



#container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/TopBannerBackPage.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header  {
	height: 108px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	background-image: url(../images/TopBannerBackPage.jpg);
	z-index: 5;
} 
#mainContent  {
	width: 580px;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#mainContent h1 {
	color: #0093d0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	padding-left: 0px;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #717174;
	padding-left: 5px;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #717174;
	padding-left: 5px;
	padding-right: 10px;
}

#mainContentPage  {
	width: 600px;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#mainContentPage h2 {
	color: #0055a5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
#mainContentPage h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-style: normal;
	color: #0055a5;
	padding-top: .7em;
}
#mainContentPage h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #231f20;
}

#mainContentPage p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #231f20;
	line-height: 1.8em;
}
#mainContentPage em {
	font-style: italic;
	font-weight: bold;
}

#mainContentPage li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-bottom: 1em;
}

.twoColFixRtHdr #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: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	width: 324px;
	background-repeat: repeat-x;
	background-color: #E4E4E4;
	background-image: url(../images/Sidebar1Back.jpg);
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: absolute;
	top: 108px;
	margin-left: 620px;
}
#sidebar1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-size: 1.4em;
}
#sidebar1 h2 {
	font-size: .9em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	color: #333;
}



#collateral  {
	width: 280px;
	background-repeat: repeat-x;
	border-right-style: none;
	border-bottom-style: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 14px;
	position: absolute;
	top: 170px;
	margin-left: 660px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	height: 600px;
}
#collateral h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-size: 1em;
	color: #666;
}
#collateral h2 {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	padding-top: 0.8em;
}

#collateral p {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	color: #333
}

#collateral li {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	color: #333;
	list-style-position: outside;
}




.imageRightBanner {
	float: right;
	padding-top: 5px;
}
.imageRight {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.imageLeftBanner {
	float: left;
	padding-top: 4px;
}


.twoColFixRtHdr #sidebar2 {
	padding: 0px 0px;
	background-color: #FC0;
}
#footer  {
	padding: 0 10px 0 20px;
	border-top-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	word-spacing: 0.3em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topNav {
	position: absolute;
	top: 60px;
	z-index: 6;
	font-weight: bolder;
	vertical-align: text-top;
	width: 500px;
	margin-left: 480px;
}
#sidebarNav {
	width: 790px;
	padding-right: 17px;
	padding-left: 6px;
	position: inherit;
	top: 75px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
	left: 130px;
	margin-left: 160px;
	padding-top: 15px;
}

#sidebarNavText  {
	
	width: 650px;
	padding-right: 10px;
	padding-left: 10px;
	height: 15px;
	margin-left: 300px;
	bottom: 0px;
	position: absolute;
	top: 105px;
	z-index: 6;

	
}

.sidebarNavText em {
	text-decoration: underline;
}

#pageborder {
	border-right-style: none;
	border-left-style: none;
}
#backgroundhomepage {
	background-color: #838383;
	background-image: url(../images/TopBannerBack.jpg);
	background-repeat: repeat-x;
}
.test #backgroundhomepage #container #mainContent table tr td {
	text-align: center;
}
.imageLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#topNavNew {
	position: relative;
	top: -50px;
	z-index: 6;
	font-weight: bolder;
	vertical-align: text-top;
	width: 800px;
	margin-left: 354px;
	padding: 0px;
}
#sidebarNavNew {
	width: 790px;
	padding-right: 17px;
	padding-left: 6px;
	position: relative;
	top: 2px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
	left: 140px;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: -45px;
}
#mainContentNew {
	width: 580px;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainSWHome {
	width: 935px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainSWHome h2 {
	color: #0093d0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0px;
}
#mainSWHome h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #717174;
	padding-left: 5px;
}
#mainSWHome h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .95em;
	font-style: normal;
	color: #717174;
	padding-left: 5px;
	padding-right: 10px;
}
#mainSWHome h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	color: #717174;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
}

#headerHome {
	height: 53px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	background-image: url(../images/TopBannerBackPage.jpg);
	z-index: 5;
}
#topNavNewHome {
	position: relative;
	top: -23px;
	z-index: 6;
	font-weight: bolder;
	vertical-align: text-top;
	width: 800px;
	margin-left: 354px;
	padding: 0px;
}

#topSearchNewHome {
	position: relative;
	top: -46px;
	z-index: 7;
	font-weight: bolder;
	vertical-align: text-top;
	width: 300px;
	margin-left: 700px;
	padding: 0px;
}

