/* CSS Document */

body {
	background-color:#006633;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:768px;
}

#banner {
	height:130px;
}

#nav {
	font-size:15px;
	font-weight:bold;
	height:26px;
	padding-top:4px;
	color:#006633;
	background-color:#D2D43C;
	text-align:center;
}

a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #006633;
}

.navpadding {
	padding-left:6px;
	padding-right:6px;
}

a.email-link:link {
	color:#fff;
	text-decoration:underline;
}

a.email-link:hover {
	color:#fff;
	text-decoration:underline;
}



.col_left {
	width:150px;
	float:left;
	padding-top:14px;
	text-align:center;
}
.col_right {
	width:585px;
	padding:14px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:150%;
}

.one_col {
	padding:14px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:150%;
	width:100%;
}

.col_standard {
	width:370px;
	padding:14px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:150%;
}

.col_left_large {
	width:370px;
	float:left;
	padding-top:14px;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
	

.border {
	border:2px solid #D2D43C;
	margin-bottom:10px;
}

.footer {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	clear:both;
	margin-top:20px;
}

.footer a:link, .footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.large {
	font-size:16px;
	color:#FFFF00;
}
