@charset "UTF-8";
/* CSS Document */
body {
margin:0px;
background:white;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color: #1b1e1b;
}
input {
	width:250px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea {
	width:250px;
	height:110px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;	
}
input.submit {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	background-color: #03283a;
	font-weight:bold;
	width:250px;
}
input.cbox {
	width:10px;	
}
#container {
	width:968px;
	background: #ffffff;
	text-align:center;
}
#navc {
	margin-left:4px;
	width:961px;
	height:38px;
	background-color: #a59166;		
}
#navlogo {
	float:left;	
}
#nav {
	float:left;
	padding-top:11px;	
	color:#7c6b00;
	font-size:13px;
	font-weight:bold;	
	text-align:left;
	letter-spacing: 2px;
}
#nav a, #nav a:visited {
	color:white;
	text-decoration:none;
	margin-left:7px;
	margin-right:7px;
}
#nav a:hover {
	color:#0f2a37;
	/* text-decoration:underline; */
	margin-left:7px;
	margin-right:7px;	
}
#crumb {
	/* float:left; */
	padding-top:6px; 	
	margin-left:26px;
	color:#7c6b00;
	font-size:9px;
	text-align:left;
	/* letter-spacing: 2px; */
}
#crumb a, #crumb a:visited {
	color:#0E2A36;
	text-decoration:none;
	/* margin-left:7px;
	margin-right:7px; */
}
#crumb a:hover {
	color:white;
	/* text-decoration:underline;
	margin-left:7px;
	margin-right:7px;	 */
}
#clr {
	clear:both;	
}
#content {
	text-align:left;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:30px;
	padding-right:20px;
}
#content a, #content a:visited {
	color:#A69166;
	text-decoration:none;
	/* margin-left:7px;
	margin-right:7px; */
}
#content a:hover {
	color:#0f2a37;
	/* text-decoration:underline;
	margin-left:7px;
	margin-right:7px;	 */
}
#left {
	padding-right:10px;
	width:658px;
	line-height:20px;	
	float:left;
}
#left h2 {
	margin:0px;
	padding:0px;
	font-size:14px;
}
#central {
	padding-right:10px;
	width:858px;
	line-height:20px;	
	float:left;
}
#central h2 {
	margin:0px;
	padding:0px;
	font-size:14px;
}
#right {
	width:210px;
	float:left;	
	padding-left:10px;
	padding-top:40px;
}
#right h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
}
#callout a, #callout a:visited {
	color: #1b1e1b;
	text-decoration:none;
}
#callout a:hover {
	color: #1b1e1b;
	text-decoration:underline;
}
#co {
	border:0px;
	margin-bottom:15px;
}
#flashcont {
	margin:0px;
	padding:0px;
	height:224px;
	width:961px;
	margin-left:4px;
	overflow:hidden;
}
#footer {
	font-size:10px;
	color: #a59166;
	line-height:15px;
}
#footer a, #footer a:visited {
	color: #a59166;
	text-decoration:none;
}
#footer a:hover {
	color: #a59166;
	text-decoration:underline;
}
