@charset "UTF-8";
body  {
	margin: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0;
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#container {
	width: 783px;
	text-align: left;
	border: 3px solid #EEEEEE;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #EAEDF6;
}
b.r1{margin: 0 20px}
b.r2{margin: 0 14px}
b.r3{margin: 0 5px} 
#header {
	padding: 0;  /* 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. */
	background-color: #FFFFFF;
	background-image: url(images/top_logo2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 555px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
} 
#nav {
	padding: 0px;
	width: 555px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-color: #000099;
	vertical-align: bottom;
	height: 26px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000099;
}
#nav ul {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding-left: 0px;
}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
#nav a:hover {
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CA5230;
}
#nav li {
	display: inline;
	padding-top: 4px;
}
#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 */
}
#topbox {
	background-color: #A7A7A7;
	float: right;
	width: 196px;
	padding: 10px;
	height: 110px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(images/topbox.png);
	background-repeat: no-repeat;
}
#topbox ul {
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#topbox a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #333333;
	padding-right: 3px;
	padding-left: 2px;
	padding-top: 2px;
}
#topbox a:hover {
	color: #000099;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 2px;
	padding-top: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CA5230;
}
#topbox li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #AAAAAA;
	padding: 0px;
	height: 15px;
}
#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
} 
#footer {
	background-color: #000099;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 26px;
	margin-bottom: 8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000099;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CA5230;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#footer ul {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding-left: 0px;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000099;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-top: 2px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CA5230;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00007B;
}
#sidebar4 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin: 0px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 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 */
}
.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;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	margin: 7px;
	padding: 0px;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#topbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar2 {
	width: 300px;
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-color: #FFFFFF;
	float: left;
	top: 600px;
	padding-top: 4px;
	padding-right: 240px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#sidebar3 {
	padding: 0px;
	float: right;
	height: 400px;
	width: 774px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-repeat: no-repeat;
	background-image: url(images/main_pic_index.png);
}
#sidebar4 {
	background-image: url(images/sidebar1.png);
	background-repeat: no-repeat;
	width: 216px;
	float: right;
	height: 500px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar4 a:link {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 18px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
}
#sidebar4 a:hover {
	background-color: #999999;
	color: #333333;
}
#sidebar4 a:active {
	color: #000099;
}
#sidebar4 a:visited {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	color: #333333;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #CA5230;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #c7c7c7;
	margin: 0px;
}
#sidebar2 p {
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
#maintext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #333333;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 8px;
}
#maintext ul {
	list-style-type: circle;
}
#maintext li {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9em;
}
#maintext p {
	font-size: .9em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#maintext h4 {
	color: #C7C7C7;
}
#maintext h6 {
	color: #C7C7C7;
}
#maintext {
	margin-left: 9px;
	width: 540px;
	float: left;
	margin-top: 15px;
}
#maintext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #CA5230;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #c7c7c7;
	margin: 0px;
}
#maintext h2 {
	font-size: 1.1em;
	color: #CA5230;
	padding-top: 19px;
	padding-left: 5px;
}
