@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bkgd.gif);
	margin:0px;
	margin-top:15px;
}

#header {
	width:815px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:15px;
}

.mainLogo {
	float:left;
	margin-bottom:15px;
	border:0px;
}

#nav {
	float:right;
	width:650px;
	/*background-color:#FF0000;*/
}

#nav ul {
	margin:0px;
	padding:0px;
	float:right;
	margin-top:53px;
}

#nav ul li {
	list-style-type:none;
	display:inline;
	margin-left:8px;
	color:#fae498;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#nav ul li a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#nav ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#fae498;
	text-decoration:none;
}

#nav ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#flash {
	width:100%;
	background-color:#fae498;
	clear:both;
}

#wrapper {
	width:795px;
	background-image:url(../images/bkgd_content.gif);
	background-position:bottom;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

h1 {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#274e37;
	font-size:20px;
}

h2 {
	margin:0px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#274e37;
	font-size:15px;
	line-height:20px;
}

.homecopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:15px;
}

.callout {
	/*display:block;*/
	background-color:#274e37;
	float:left;
	width:213px;
	border:1px solid #274e37;
	margin-right:10px;
}

.calloutText {
	display:block;
	background-image:url(../images/bkgd_arrow.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	line-height:13px;
	padding-left:55px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	height:66px;
}

.calloutText a:link {
	color:#FFFFFF;
	font-weight:normal;
}

.calloutText a:visited {
	color:#FFFFFF;
	font-weight:normal;
}

.calloutText a:hover {
	color:#FFFFFF;
	font-weight:normal;
}

.calloutText a:active {
	color:#FFFFFF;
	font-weight:normal;
}

#footer {
	width:815px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}

.mms {
	float:right;
}

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

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

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

#footer .mms a:active {
	color:#fae498;
	text-decoration:underline;
}

.clear { 
	clear: both; 
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0; 
}