@charset "UTF-8";
/* CSS Document */


body {
	background-color: #279cc7;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page{
	width:1024px;
	margin:0 auto
	}
	
#nav {
	background:#1b4d1a url(images/buttons_bg.gif);
	height:36px
	}
	
#header {
	width:1024px;
	height:125px;
	background:#cccc9a url(images/header_bg.jpg) no-repeat;
	background-repeat:no-repeat;
	overflow:hidden
}
#headerContent{
	color:#000000;
	font-family:arial;
	font-size:12px;
	line-height:1.6;
	padding:20px;
	width:500px;
	float:right
	
}
.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;
}
#main {
	background-color:#cac37e;
	width:944px;
	padding:40px;
}
.border {
	border:2px solid #1b4d1a
}
#navImage{
	padding:0;
	float:right;
	width:510px;
}
.titleH {
	color:white;
	font:12px arial;
	padding:10px;
	float:left
}
.title {
	color:white;
	font:16px arial;
	font-weight:bold
}

#menu {
	background:#1b4d1a url(images/buttons_bg.gif);
	height:36px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 70% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url("images/seperator.gif") bottom right no-repeat;
	color: #efefef;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #1b4d1a url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 11px;

