@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container  {
	width: 850px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 0px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
} 
#header  {
	margin: 0px;
	background-color: #999999;
	background-image: url(images/header.jpg);
	height: 158px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav {
	background-color: #787777;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 35px;
	position: relative;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	left: 0px;
	top: 0px;
	width: 848px;
	height: 37px;
}
#nav li {
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	height: 27px;
	display: inline;
	padding: 0px;
}
#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
#nav a.current, #nav a:hover.current {
	color: #FFFFFF;
	background-image: url(images/nav_r.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #333333;
	text-decoration: none;
}
#sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
}
#sidebar1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#sidebar1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C4DF9B;
	padding-bottom: 4px;
	list-style-type: none;
	padding-left: 22px;
	padding-top: 2px;
}
#sidebar1 #important {
	margin-top: 10px;
	padding-left: 3px;
	background-image: url(images/important_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 3px;
}
#important p.first {
	background-image: url(images/important_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
#important   p.bottom {
	background-image: url(images/important_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}
#mainContent  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 550px;
} 
#mainContent p.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 100%;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 1.7em;
}
#mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/dot.jpg);
}
#footer  {
	background-color: #54371B;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
} 
#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 */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a {
	color: #CCFF99;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7F9BA7;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7F9BA7;
	line-height: 1.5em;
	background-color: #ECECEC;
	padding-left: 5px;
	padding-bottom: 3px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.box {
	background-color: #FFFFFF;
	display: block;
	width: 220px;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}
.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;
}
.style1 {font-size: 12px}
.style5 {font-size: 12px; font-weight: bold; }
.style3 {color: #FFFFFF; font-weight: bold; }
