body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F5F4EB;
	margin: 0px;
}
a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
text-decoration: underline;
}
#wrapper {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../assets/border_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 4px;
}
#border {
	border: thin solid #333333;
}

#header {
	background-repeat: repeat-y;
	height: 127px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: 150px;
	background-color: #003298;
	background-image: url(../assets/header.gif);
}
#header img {
	margin-right: 45px;
	margin-left: 30px;
	margin-top: 12px;
	float: left;
}
#headertxt {
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#headertxt .title {
	font-size: 36px;
	font-weight: bold;
	color: #FFD5AA;
}
#headertxt .tagline {
	font-size: 18px;
	font-weight: bold;
	color: #FFD5AA;
	margin-left: 30px;
}
#middle {
	background-color: #FFD5AA;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-top-width: thin;
	border-top-style: inset;
}
#leftcol {
	padding-top: 28px;
	padding-right: 6px;
	padding-left: 15px;
	width: 159px;
	position: fixed;
	float: left;
}
#leftcol a {
	font-size: 16px;
	line-height: 26px;
	color: #003399;
}
#leftcol a:hover {
	color: #FF0000;
	list-style-type: none;
}

#content {
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
	background-image: url(../assets/sunny.jpg);
	background-repeat: no-repeat;
	background-position: 150px 25px;
	margin-left: 180px;
	border-left-width: 1px;
	border-left-style: inset;
	min-height:350px;
}
#content a {
	color: #009933;
}
#content a:hover {
	color: #FF0000;
}
#content .pageName {
	color: #003399;
	font-size: 36px;
	font-weight: bold;
}
#content .bodyText {
	line-height:22px;
	color:#003399;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 16px;
	font-weight: bold;
}
#content .largebodytext {
	font-size: 18px;
	color: #003399;
	font-weight: bold;
}
#footer {
	text-align: center;
	clear: both;
	height: 73px;
	padding-top: 7px;
	background-image: url(../assets/footer.gif);
	background-repeat: repeat-y;
	background-color: #0095FB;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer .footertxt {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
}
#footer img {
	float: right;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#footer a {
	color: #FFFF00;
}h1 {
}
h2 {
	font-size: 1em;
	text-transform: capitalize;
	color: #CC6600;
}
