/*Headers*/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5C6D5D;
	line-height: 17px;
}

/*Subheaders*/
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold;
	color: #B19165;
	line-height: 17px;
}

/*Footer*/
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B1A285;
	text-decoration: none;
	background:none;
	line-height: 17px;
}


/*Content Links*/
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #748B75;
	line-height: 17px;
	text-decoration: underline;
	background: none;
}

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
	text-decoration: none;
	background: none;
}

/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: none;
	background-position: top;
	background-repeat: none;
}
	
/*Content default*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: normal;
	line-height: 17px; 
	color: #435644;
}

/*Pictures*/
.picborder {
	border: 1px solid; 
	border-color:#5A6B5B;
}

.picRight {
	border: 1px solid; 
	border-color:#5A6B5B; 
	float:right; 
	margin-left:20px;
}

.picLeft {
	border: 1px solid; 
	border-color:#5A6B5B; 
	float:left; 
	margin-right:20px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:200px;
	background-color: #EAF4F6;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:90px;
	background-color: #437282;
}
.announcement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #FF0000;
}
.inputSelectSmall {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:125px;
	background-color: #EAF4F6;
}
