@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #2798b3;
	margin: 0; 
	padding: 8px 0 0 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;
}
.twoColFixRtHdr #container { 
	width: 960px; 
	background: #f5f3ef;
	padding: 0;
	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 #header1 {
	background-image: url(images/header1.bg.gif);
	height: 91px;
} 

.twoColFixRtHdr #header1 a {
color: #000000;
text-decoration: none;

}

.twoColFixRtHdr #header1 a:hover {
color: purple;
text-decoration: underline;

}

.toptext {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 50px;
	padding-right: 50px;
} 



.twoColFixRtHdr #header2 { 
	background: #0e3640; 
	height: 186px;
	padding: 0px;

} 

.twoColFixRtHdr #header2 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 258px;
	background: #ffffff; 
	padding: 15px 15px 150px 10px;
}


.twoColFixRtHdr #sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 13px;
	color: #1a6679; 
	padding: 0px 10px 0px 15px;
}

.twoColFixRtHdr #sidebar1 p {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #222222; 
	padding: 0px 15px 0px 15px;
}

.twoColFixRtHdr #sidebar1 ul {
	padding: 5px 0px 0px 25px;
}

.twoColFixRtHdr #sidebar1 ul li {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #222222; 
	padding: 0px 0px 0px 0px;
}

.caption {
	font-family: Arial, Helvetica;
	font-size: 9px;
	color: #222222; 
	padding: 0px 25px 0px 15px;
}

.twoColFixRtHdr #mainContent { 
	margin-top: 0px;
	margin-right: 308px;
	margin-bottom: 0px;
	margin-left: 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 0px 57px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f5f3ef;
	font-size: 12.5px;
	line-height: 130%; 
} 


.twoColFixRtHdr #mainContent h1 {
	color: #c9e0e2;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.twoColFixRtHdr #mainContent h2 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2798b3;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff; 
} 
.twoColFixRtHdr #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: 20px 0px 20px 57px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer a {
	color: #ffffff;
	text-decoration: none;
}

.twoColFixRtHdr #footer a:hover {
	text-decoration: underline;
}

.right { /* 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;
}
.left { /* 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;
}


ul li 
          {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	}
