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-color: #D1D2C2;
}
#container  {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
} 
#header  {
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
	background-color: #D1D2C2;
} 
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #F8F8F8;
}
#mainContent  {
	padding: 20px;
	margin-bottom: 5px;
	margin-left: 210px;
	background-color: #ffffff;
	text-align: justify;
} 
#mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.right {
	text-align: right;
}

#mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #76273c;
}
#mainContent h4 {
	font-size: 12px;
	font-weight: bold;
	color: #42416c;
}
#mainContent h5 {
	font-size: 11px;
	font-weight: bold;
	color: #76273c;
}

#mainContent2 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #76273c;
}
#mainContent2 h4 {
	font-size: 12px;
	font-weight: bold;
	color: #42416c;
}
#mainContent2 h5 {
	font-size: 11px;
	font-weight: bold;
	color: #76273c;
}
#mainContent p, td, blockquote, ul, ol, li {
	font-size: 10px;
	color: #333333;
}


.menuHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #76273c;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-right-style: solid;
	border-right-color: CCCCCC;
}
.topItem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #C9c9c9;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.subItem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin-top: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding-left: 5px;
}

#footer  {
	color: #333333;
	background-color: #F4F6F4;
	background-image: url(graphics/bottombg_e.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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: 10px 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;
}
a {
	color: #000000;
	text-decoration: none;
}
#mainContent a {
	text-decoration: underline;
}

.plainlink {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #c9c9c9;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

a:hover {
	text-decoration: underline;
}



.subItem a , a:active, a:visited{
	color: #000;
	text-decoration: none;
}
#mainContent2 p, blockquote, ul, ol, li  {
	font-size: 10px;
	color: #333333;
	text-align: justify;
}
td {
	padding: 5px;
}

.byline {
	font-weight: bold;
	font-style: italic;
}
img {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.subsubItem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin-top: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding-left: 5px;
	text-align: right;
}
