/* CSS Document */

body {
	font: 87.5% Arial, Helvetica, sans-serif;
	background: #e0f1f5;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333;
	line-height: 1.8em;
	}
.twoColFixRt a {
	padding: 0px 0 1px 0px;
	text-decoration: none;
	color: #275d8f;
	border: dotted #fa4b1f 1px;
	border-width: 0 0 1px 0;
	}
.twoColFixRt a:hover {
	border: solid #275d8f 1px;
	border-width: 0 0 1px 0;
	}
.twoColFixRt #header {
	background: url(images/headReturnBack.gif);
	background-repeat: repeat-x;  
	width: 100%;
	height: 124px;
	padding: 0 0px 0 0px;
	border: 0px solid red;
	text-align: right;
	}

.twoColFixRt #headerTitle {
	position: absolute;
	width: 475px;
	height: 124px;
	margin: 0 0 0 20px;
	padding: 0 0px 0 0px;
	border: 0px solid red;
	z-index: 9999;
	}
.twoColFixRt #container { 
	width: 100%;
	background: #e0f1f5;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	}
.divider {
	height: 10px;
	width: 20px;
	padding: 0 0px 0 20px;
	background: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	}
.twoColFixRt #sidebar1 {
	float: right;
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0px 0p 0 0px;
	border: 0px green solid;
	}
.twoColFixRt #sidebarSearch {
	width: 185px;
	height: 45px;
	margin: 0px 0 10px 0;
	background-image: url(images/SearchSidebar.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0 15px;
	border: 0px green solid;
	}
.twoColFixRt #sidebarTop {
	width: 200px;
	height: 40px;
	margin: 0px 0 0 0;
	padding: 0px 0p 0 0x;
	background: #2b6294;
	background-image: url(images/SidebarTop.jpg);
	background-repeat: no-repeat;
	}
.twoColFixRt #sidebarMenu {
	width: 200px;
	margin: 0px 0 0 0;
	background: #2b6294;
	background-image: url(images/SidebarBack.jpg);
	background-repeat: repeat-y;
	padding: 0px 0p 0 0px;
	border: 0px green solid;
	}
.twoColFixRt ul#Menu {
	margin: 00px 0 0 0;
	padding: 0;
	list-style: none;
	border: 0px orange solid;
	}
.twoColFixRt li.MenuItem {
	height: 2.2em;
	background: #;
	display: block;
	font-size: 11px;
	list-style: none;
	letter-spacing: 2px;
	border: 0px solid purple;
	}
.twoColFixRt li.MenuItem a {
	width: 150px;
	height: 2.2em;
	background-image: url(images/tabSide.jpg);
	background-repeat: no-repeat;
	padding: 0px 0 0 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 2.2em;
	border: none;
	}
.twoColFixRt li.MenuItem a:hover {
	width: 150px;
	height: 2.2em;
	background-image: url(images/tabSideOver.jpg);
	background-repeat: no-repeat;
	padding: 0px 0 0 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 2.2em;
	border: none;
	}
.twoColFixRt #sidebarBottom {
	width: 200px;
	height: 10px;
	background: #2b6294;
	background-image: url(images/SidebarBottom.jpg);
	background-repeat: no-repeat;
	padding: 0px 0p 0 0x;
	}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px 0 40px;
	} 
h1 {
	margin: 20px 0 10px -40px;
	background-image: url(images/h1backArrow.jpg);
	background-repeat: no-repeat;
	padding: 0px 0 5px 225px;
	color: #f3360f;
	font-size: 18px;
	font-weight: normal;
	}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
table {
	margin: 0 0 0 0px;
	padding: 0 0 20px 0;
	background: #b3dbe5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 20px;
	}
table th {
	background: #275d8f;
	padding: 0 10px 0 10px;
	border:none ;
	color: #fff;
	font-weight: normal;
	}
table td {
	background: #fff;
	border: #e0f1f5;
	padding: 5px 10px 10px 10px ;
	color: #666666;
	}
.twoColFixRt #footer {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 0 0px;
	background: #073768;
	height: 100%;
	text-align: center;
	}
.twoColFixRt #footerContainer {
	width: 610px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background: url(images/footerReturn.jpg);
	background-repeat: no-repeat;
	height: 200px;
	border: 0px greeen solid;
	display: block;
	}
.hnav {
	text-align: center;
	padding: none;
	font-size: 10px;
	}
.hnav ul, .hnav ul li {
	list-style-type: none;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	display: inline;
	}
.hnav ul, .hnav ul li .last {
	list-style-type: none;
	}
.hnav a:link, .hnav a:visited {
	text-decoration: none;
	color: #fff;
	}
.hnav a:hover {
	text-decoration: underline;
	color: #fff;
	}
.twoColFixRt #footer p {
	margin: 0;
	padding: 15px 0 0 0;
	color: #e0f1f5;
	font-size: 9px;
	}
#letter_bar {
	float: left;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
/*.twoColFixRt #sidebar1 { width: 220px; } */
.twoColFixRt #sidebar1 { 
width: 230px; 
margin-right: 0px;
padding-right: 0px;
}
.twoColFixRt li.MenuItem a {
width: 200px;
margin-right: 0px;
padding-right: 0px;
}
.twoColFixRt li.MenuItem a:hover {
width: 200px;
margin-right: 0px;
padding-right: 0px;
}
.twoColFixRt #sidebarSearch {
	width: 200px;
}
.twoColFixRt #sidebarBottom {
	background-color: #e0f1f5;
}
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRt #sidebar1 { padding-top: 30px; }
.twoColFixRt #mainContent { zoom: 1; }
.twoColFixRt li.MenuItem a {
width: 200px;
margin-right: 0px;
padding-right: 0px;
}
.twoColFixRt li.MenuItem a:hover {
width: 200px;
margin-right: 0px;
padding-right: 0px;
}
.twoColFixRt #sidebarSearch {
	width: 200px;
}
.twoColFixRt #sidebarBottom {
	background-color: #e0f1f5;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->