@charset "utf-8";
body {
	background-color: #b6b6b6;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
p {
	margin-top: 12px;
	margin-bottom: 12px;
}
a {
	color: #333366;
}
a:hover {
	color: #448CCA;
}

#container {
	background-color: #FFFFFF;
	width: 747px;
	margin: auto;
	padding: 0px;
}
#masthead {
	background-image: url(../images/bg_newsletter.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 747px;
}
#middle {
	height: 224px;
	width: 747px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#headarea {
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 224px;
	width: 499px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#guts {
	width: 714px;
	background-image: url(../images/bg_guts.gif);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 18px;
}
.newsletter {
	padding: 0px;
	float: right;
	width: 172px;
	margin-top: 55px;
}
.newsletter input {
	font-size: 10px;
	color: #666666;
}


#nav {
	float: left;
	width: 195px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	line-height: 33px;
	list-style-type: none;
}
#nav ul li a {
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 167px;
}
#nav ul li a:hover {
	font-weight: bold;
}

#content {
	float: right;
	width: 480px;
}
#content  ol {
	font-weight: bold;
	color: #DB1898;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
#content ol li {
	margin: 0px;
	padding: 0px;
}
.caption {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}


#content ul {
	margin: 0px;
	padding: 0px;
}
#content ul li {
	list-style-type: none;
	background-image: url(../images/bullet_pink.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 6px 5px;
}
.twocol li {
	float: left;
	width: 215px;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.drheader {
	clear: both;
}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content h2 {
	margin: 0px;
	padding: 0px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #448CCA;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #448CCA;
	font-size: 13px;
	margin: 0px;
}
.divider {
	clear:both;
	height:1;
	font-size: 8px;
	line-height: 1px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
}
