@charset "utf-8";
/* CSS Document */
html body {
	text-align: center;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul, ol, li {
	padding: 0;
	margin: 0;
}

#header_1 h1 {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
#header_1 p {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#main h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
}

#main h2 {
	font-size: 18px;
	margin: 0 0 20px 0;
}

#main h3 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

#main p {
	font-size: 12px;
	margin: 0 0 20px 0;
}

#main ul {
	font-size: 12px;
	margin: 0 0 20px 20px;
}

#main ol {
	font-size: 12px;
	margin: 0 0 20px 20px;
}

#main li {
	margin: 10px 0 0 20px;
}

#container {
	width: 1000px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

#header {
	width: 1000px;
	height: 300px;
	background-image: url(images/headerbkg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#headimage {
	width: 370px;
	height: 284px;
	margin: 10px 0 0 35px;
	position: relative;
	float: left;
}

#title {
	width: 560px;
	height: 105px;
	position: relative;
	float: right;
	margin: 80px 5px 0 0;
}

#headcontent1 {
	width: 550px;
	height: 63px;
	position: relative;
	float: right;
	margin: 25px 5px 0 0;
	text-align: right;
}

#headcontent2 {
	width: 550px;
	height: 20px;
	position: relative;
	float: right;
	margin: 5px 5px 0 0;
	text-align: right;
}

#main { 
	width: 1000px;
	height: auto;
	text-align: left;
	position: relative;
}

#main2 { 
	width: 1000px;
	height: auto;
	text-align: left;
	position: relative;
}

#col1 {
	width: 178px;
	height: 100%;
	border: 1px solid #C9BE62;
	position: relative;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 20px 10px 20px 10px;
}

#col2 {
	width: 378px;
	height: 100%;
	border: 1px solid #C9BE62;
	position: relative;
	float: left;
	margin: 20px 20px 20px 0;
}

#col3 {
	width: 338px;
	height: 100%;
	padding: 20px;
	border: 1px solid #C9BE62;
	position: relative;
	float: right;
	margin: 20px 0 20px 0;
}

#textbkg {
	width: 300px;
	padding: 20px;
	height: 100%;
	margin: 20px;
	background-color: E8E7D6;
	background-image: url(images/contentbkg.gif);
	background-repeat: repeat-y;
}

.heading {
	width: 300px;
	height: 14px;
	padding: 8px 20px 8px 20px;
	margin: 0 0 20px 0;
	background-image: url(images/contentbkg.gif);
	background-repeat: repeat-y;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#menu {
	width: 600px;
	height: 35px;
	position: relative;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}



a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
} 

.clear {
	clear: both;
}

#footer {
	width: 1000px;
	height: 30px;
	position: relative;
	background-image: url(images/footerbkg.gif);
	background-repeat: repeat-x;
}

#footer p {
	font-size: 10px;
	color: #FFFFFF;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0 auto 0 auto;
}

#vertmenu h1 {
display: block; 
font-size: 14px; 
padding: 3px 0 5px 3px;
margin: 0 auto 0 auto;
width:160px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 12px;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #000022;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #FFFFFF;
background-color: #54627c;
}

#form {
	width: 298px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
