@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: url(../images/page-back.jpg) repeat-x;
	background-color: #05507c;
}

h1, h2 {
	font-size: 11px;
	padding: 10px 0px 0px 5px;
}


p  {
	padding: 0px;
	margin: 0px 5px 0px 10px;
	font-size: 11px;
	line-height: 17px;
}

.twoColFixRtHdr #container { 
	width: 980px;  /* 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. */

} 
.twoColFixRtHdr #header { 
	background: url(../images/header_01.jpg) no-repeat;
	margin: 0px;
	padding: 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. */
	height: 100px;
	width: 980px;
} 


.twoColFixRtHdr #top-nav  {
	margin: 0;
	padding: 0;
	width: 980px;
	background: url(../images/navBarBgFull.gif) repeat-x;
	height:22px;
}	



.twoColFixRtHdr #top-nav ul li { 
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url(../images/navBarBg.gif) repeat-x 20px;
	font: 11px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

.twoColFixRtHdr #top-nav a { 
	color: #000;
	text-decoration: none;
	display: block;
	width: 110px;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
}

 

.twoColFixRtHdr #top-nav  li#last {
	background: url(../images/navBarBg.gif) repeat-x 20px; 
	border-right: 1px solid #A8B090;
}
 
 
.twoColFixRtHdr #top-nav a:hover { 
	background: url(../images/navBarBgHover.gif) repeat-x 20px; 
}







.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
}



.twoColFixRtHdr #sidebarbox1 {
	background: url(../images/box1backlg.jpg) no-repeat;
	width: 191px;
	height: 447px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.twoColFixRtHdr #sidebarbox2 p, .twoColFixRtHdr #sidebarbox3 p{
	padding-left: 15px;
}


.twoColFixRtHdr #sidebarbox2, .twoColFixRtHdr #sidebarbox3 {
	background: url(../images/box1backsm.jpg) no-repeat;
	width: 191px;
	height: 218px;
	padding: 0;
	margin: 10px 0px 10px 0px;
}


.twoColFixRtHdr #mainContent { 
	margin: 10px 200px 0px 0px; /* the right margin on this div element creates the column down the right 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: 0px 0px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 900px;
} 

.twoColFixRtHdr #mainContent ul { 

	font-size: 11px;
	line-height: 18px;
}

.twoColFixRtHdr .main-box {
	background: url(../images/main-box-1.jpg) no-repeat;
	width: 750px;
	height: 219px;
	padding: 0px 0px;
	margin: 0px 0px 10px 0px;
}


.main-box a:link, .main-box a:visited, #sidebarbox2 a:link, #sidebarbox2 a:visited, #sidebarbox3 a:link, #sidebarbox3 a:visited, .main-box-back a:link,  .main-box-back a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color:#05507c;
}

.main-box a:hover, #sidebarbox2 a:hover, #sidebarbox3 a:hover, .main-box-back a:hover, {
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	color:#000000;
}


.main-box-header {
	background: url(../images/main-box-2_01.jpg) no-repeat;
	width: 750px;
	padding: 0px;
	margin: 0px;
	height: 46px
}

.main-box-back {
	background: url(../images/main-box-2_02.jpg) repeat-y;
	width: 750px;
	padding: 0px;
	margin: 0px;
}

.main-box-footer {
	background: url(../images/main-box-2_03.jpg) no-repeat;
	width: 750px;
	padding: 0px ;
	margin: 0px;
	height: 6px;
	padding-bottom: 10px;
}




.twoColFixRtHdr #footer { 
	margin: 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#043a5a; 
	color: #FFFFFF;
	font-size:9px;
	height: 26px;
	width: 980px;
} 
	

.twoColFixRtHdr #footer p {
	padding: 5px;
	line-height: 12px;
	text-align:center;
}

.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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.float-left {
	float: left;
	padding: 0px 25px 20px 10px;
	margin: 0px;
}

.float-right {
	float: right;
	padding: 0px 25px 20px 10px;
	margin: 0px;
}

.float-center {
	padding: 0px 5px;
}


hr {
	text-align: center;
	width: 95%;
	color:#e7e7e7;
	height:1px;
	border:dotted;
	margin: 30px 0px;
	clear: left;	
}	