@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.twoColFixLtHdr #container { 
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	height:94px;
	background: #ffffff; 
	padding: 0 10px 0 0px;  /* 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. */
	border-bottom:1px solid #ffffff;
} 
.twoColFixLtHdr #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 */
}
h1 {
	font-size:14px;
	color:#003366;
	margin: 3px 0px 0px 5px;
}
h2 {
	font-size:13px;
	color:#003366;
	margin: 3px 0px 0px 5px;
}
h3 {
	font-size:12px;
	color:#003366;
	margin: 3px 0px 0px 5px;
}
p {
	font-size:11px;
	color:#282828;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 5px 0px 5px;
	margin: 4px 0px 8px 0px;
}
.standardList {
	font-size:11px;
	color:#282828;
}
.centerText {
	text-align:center;
}
.smallText {
	font-size:9px;
	margin: 3px 0px 0px 5px;
}
.generalTable {
	font-size: 9px;
	background-color:#FFFFFF;
	border-color: #282828;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
.generalTable th{
	background-color:#134779;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.generalTable td{
	border-color: #282828;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
/* -----------------Top Navigation Content----------------------------------------------- */
table.menu a {
	width:114px;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	display: block;
}
.twoColFixLtHdr div.menu a {
	color: #ffffff; 
	background: #5489be; 
	text-decoration:none;
	text-align:center; 
	font-size:10px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 5px 5px 5px 5px;
}
div.menu a:hover {
	color: #003366;
	font-weight:bold;
	background: #d2d5dc;
	border-top:1px solid #003366;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	border-left:1px solid #003366;
	padding: 4px 5px 4px 5px;
}
/* -----------------Side Content----------------------------------------------- */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 124px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 2px;
	border-left:0px solid #ffffff;
	color:#336699;
}
.sideMenu{
	position:absolute;top:49px;
}
.twoColFixLtHdr #sidebar1 table.sideMenu a {
	width:124px;
	display: block;
	margin:0px;
}

.twoColFixLtHdr #sidebar1 table td {
	height:20px;
	padding: 0px 0px 0px 0px;
	border-top:0px;
	border-bottom: 2px solid #ffffff;
	color:#336699;
	font-size:11px;
	font-weight:bold;
	background: #d2d5dc;
}
.twoColFixLtHdr div.sideMenu a {
	color: #ffffff; 
	background: #003366; 
	text-decoration:none;
	text-align:center; 
	font-size:11px;
	font-weight:normal;
	font-family: Tahoma, verdana, sans-serif;
	padding: 3px 0px 3px 0px;
	background-image:url(../images/sideNavBG.jpg)
}
.twoColFixLtHdr div.sideMenu a:hover {
	color: #ffffff;
	background-image:url(../images/sideNavBG2.jpg)
}
.login {
	position:absolute;top: 300px;
	width: 122px;
	font-size:10px;
	margin: 0px 0px 0px 0px;
}
.input-text {
	height: 14px;
	background:#ffffff;
}
/* -----------------Main Content----------------------------------------------- */
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 130px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent .rightSideBox {
	float:right;
	width: 180px;
	padding:0px;
	margin: 10px 0px 3px 0px;
}
.twoColFixLtHdr #mainContent .rightSideBox .top{
	background-image:url(../images/blueBoxTop.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	padding:7px;
}
.twoColFixLtHdr #mainContent .rightSideBox .mid{
	background-color:#d9e6f6;
	padding:10px;
	margin: 0px;
	font-size:9px;
	font-weight:normal;
}
.twoColFixLtHdr #mainContent .rightSideBox .bottom{
	background-image:url(../images/rtBoxBottom.jpg);
	background-repeat:no-repeat;
	margin: 0px;
} 
.homeTable p{
	font-size:11px;
	text-align:left;
}
.homeTable h1{
	color:#003366;
	font-size:12px;
	text-align:center;
}
/* -----------------Footer Content----------------------------------------------- */
.twoColFixLtHdr #footer { 
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footerBG.gif);
	background-repeat:repeat-x;
	border-left:0px solid #ffffff; 
	font-size:9px;
	margin: 10px 0px 0px 0px;
} 
.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}