/* CSS Document */

body {
	background-color: #002644;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#container {
	margin: auto;
	width: 804px;
	}

#header {
	width: 804px;
	height: 120px;
	}

#body_top {
	background-image:url(images/top.jpg);
	background-repeat: none;
	width: 804px;
	height: 7px;
	overflow: hidden;
	}

#body_center {
	background-image:url(images/middle.jpg);
	background-repeat: repeat-y;
	width: 804px;
	overflow: hidden;
	}

#body_bottom {
	background-image:url(images/bottom.jpg);
	background-repeat: none;
	width: 804px;
	height: 15px;
	overflow: hidden;
	}

#menu_container {
	float: left;
	display: inline;
	line-height: 0;
	width: 207px;
	margin: auto;
	margin-top: 15px;
	margin-left: 25px;
	}

#search {
	background-image:url(images/search.jpg);
	background-repeat: none;
	width: 207px;
	height: 61px;
	margin-bottom: 15px;
	clear: both;
	}

.search_form {
	padding-left: 10px;
	padding-top:20px;
	}

.search_field {
	margin-left:10px;
	border: 1px;
	border-color: #002644;
}

#menu_top {
	background-image:url(images/menu_top.jpg);
	width: 207px;
	height: 8px;
	overflow: hidden;
	}

#menu_middle {
	background-image:url(images/menu_middle.jpg);
	background-repeat: repeat-y;
	width: 207px;
	margin: 0;
	overflow: hidden;
	}

#navcontainer {
	width: 207px;
	line-height: 20px;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 180px;
	margin-left: 10px;
	background-color: #ffffff;
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 1px;
	background-image: url(images/chevron.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	}

#navcontainer span {
	padding-left: 16px;
	}

#navcontainer li {
	margin-bottom: 8px;
	}

#navcontainer a:link, #navlist a:visited {
	color: #4d8ab9;
	text-decoration: none;
	}

#navcontainer a:hover, #navcontainer a:active {
	background-color: #4d8ab9;
	color: #fff;
	background-image: url(images/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	}

#menu_bottom {
	background-image:url(images/menu_bottom.jpg);
	width: 207px;
	height: 8px;
	overflow: hidden;
	}

#body_content {
	width: 510px;
	float: right;
	display: inline;
	margin: auto;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 30px;
	}

p {
	line-height: 20px;
	color:#6d6d6d;
	}

h1 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	color: #0575cc;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: -.4px;
	}

h2 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	color: #006699;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: -.4px;
	}

#footer {
	font-size: 9px;
	text-align: center;
	padding-bottom: 15px;
	}

.divide {
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	}

.odd {
	background-color: #ffffff;
	}

.even {
	background-color: #ededed;
	}

td {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	}

table {
	margin-bottom: 10px;
	}

