body  {
	background: #e0e1dd; /* 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: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
p   {
	font-size: 14px;
	line-height: 21px;
}
h1   {
	font-size: 21px;
	font-weight: normal;
	margin: 0px;
}
#container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #b0b1a6;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #b0b1a6;  /* 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. */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
} 
#mainNav {
	float: left; /* 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: #b0b1a6;
	margin: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainContent ul, li{
	margin:0;
	padding: 0;
}
#mainContent  ul li  {
	list-style:none;
	padding-left:15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 15px;
}
#mainContent  #newsItems   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mainContent #newsItems img {
	margin-top: 10px;
}
#mainContent #newsItems li  {
	list-style:none;
	padding-left:15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-size: 14px;
	line-height: 21px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 10px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #999a8f;
}
.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;
}

.rightImage {
	float: right;
	padding-top: 3px;
	margin-left: 30px;
	padding-bottom: 15px;
}
a:link {
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}


#mainNav  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNav  ul  a  {
	display: block;
	width: 200px;
	height: 21px;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 20px;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #b0b1a6;
	background-image: url(../images/menuButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainNav  li.first  a  {
	height: 22px;
	line-height: 22px;
}
#mainNav  a:hover,selected  a  {
	background-position: right top;
	color: #777777;
}




[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
#mainContent  { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
h2 {
	font-size: 21px;
	font-weight: normal;
}
h3 {
	font-size: 21px;
	font-weight: normal;
	margin: 0px;
}
#mainContent .bold {
	font-weight: bold;
}
#mainNav #navBox {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
