@charset "UTF-8";
/* CSS Document */

body {
background-color:#FFFFFF;
}

#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
}
#header {
	width: 800px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.textnav {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 11px;
}
.texthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}
#slogano {
	width: 800px;
	margin-bottom: 35px;
}
.textslogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
}
#pod {
	width: 250px;
	float: left;
	margin-bottom: 50px;
}
#pod2 {
	width: 240px;
	float: left;
	margin-left: 15px;
	margin-bottom: 50px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#pod3 {
	width: 240px;
	float: left;
	margin-left: 15px;
	margin-bottom: 50px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.maintext {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
}
#footer {
	width: 800px;
	clear: both;
}
#bodypod {
	width: 250px;
	float: left;
	margin-bottom: 50px;
	padding: 0px;
}
#bodypod2 {
	width: 450px;
	float: left;
	margin-bottom: 50px;
	margin-left: 40px;
	padding-left: 40px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.textsidecallout {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 14px;
	color: #666666;
}
a:link {
	color: #003875;
}
a:hover {
	color: #009900;
}
a:visited {
	color: #003875;
}
a:active {
	color: #003875;
}

