@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkgnd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #001B47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
a:link  {
	color: #9E5664;
	text-decoration: none;
}
a:visited  {
	color: #9E5664;
	text-decoration: none;
}
a:hover  {
	color: #80A678;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #364076;
	line-height: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #678A7A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #678A7A;
	padding-bottom: 10px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E5664;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	border: 1px solid #FFFFFF;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #293F66;
	text-align: left;
	border: 1px solid #FFFFFF;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(images/bkgnd_wrapper.jpg);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
}
#wrapper_small {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding: 20px;
}
#menu {
	background-image: url(images/bkgnd_menu.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 60px;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #E6C963;
}
#leftcol {
	float: left;
	width: 440px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 60px;
	padding-bottom: 10px;
}
#rightcol {
	float: right;
	width: 240px;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#header {
	height: 320px;
}
#clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer a:link {
	color: #678979;
	text-decoration: none;
}
#footer a:visited {
	color: #678979;
	text-decoration: none;
}
#footer a:hover {
	color: #9E5664;
}
#menu_items {
	background-image: url(images/bkgnd_menu.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 60px;
}
