@charset "UTF-8";
body  {
	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: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/site-bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #069;
}
#container  {
	width: 902px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 0px;
	background-color: #F5F6F8;
	background-image: url(../images/bg-right-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
.sidebar2 {
	width: 200px;
	margin-top: 0px;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	line-height: 22px;
} 
#footer  {
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #999;
	font-size: 11px;
}
.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;
}
#mainmenu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #069;
	text-decoration: none;
}
#mainmenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #900;
	text-decoration: underline;
}
#botLeft {
	background-image: url(../images/botLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #069;
	line-height: 22px;
}
.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #069;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0086BC;
	margin-bottom: 5px;
}
#list1 li a{
	background-color: #F2F2F2;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.list1desc {
	background-color: #F5F6F8;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: normal;
}
#list1  {
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#list1 li a:hover {
	background-color: #D7E8F0;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #C00;
}
h3   {
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin-top: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #069;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0086BC;
	margin-bottom: 7px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #618FA7;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #85A2AA;
	margin-bottom: 5px;
	font-weight: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #618FA7;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #85A2AA;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
}
#breadcrumbs {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	background-color: #0098C8;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 9px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0086BC;
	margin-bottom: 0px;
}
#breadcrumbs a {
	color: #BBF3F9;
}
.notice1 {
	background-color: #FF9;
	padding: 15px;
	border: 1px solid #FC3;
	display: block;
	text-align: center;
}
