body {
	margin: 0px;
	padding: 0px;
	background: #92AACA url(../images/background.gif) repeat-x;
	font: 11px/1.166em Arial, Helvetica, sans-serif;
	color: #233D67;
	text-decoration: none;
}
#container {
	width: 770px;
	margin-left: 3%;
	margin-top: 10px;
}
.middle {
	background: #C5D3E6;
}
.sidebar {
	padding: 10px;
	text-align: center;
}
.sidecell {
	background: url(../images/side_repeat.gif) repeat-y;
	padding-right: 15px;
	padding-left: 15px;
}
.sidebar table {
	margin-bottom: 10px;
}
.strong {
	font-weight: bold;
}
.orange {
	color: #F2952A;
}
.sidecell img {
	border: 1px solid #F1962D;
}
.content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.contcell {
	background: url(../images/content_repeat.gif) repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
.contcell a:link, .contcell a:visited {
	color: #233D67;
	text-decoration: underline;
}
.contcell a:hover {
	color: #F2952A;
	text-decoration: none;
}
.sidecell a:link, .sidecell a:visited {
	color: #233D67;
	text-decoration: none;
}
.sidecell a:hover {
	color: #F2952A;
	text-decoration: none;
}
.contcell h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.contcell h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #F1972F;
}
.contcell img {
	margin: 5px;
	border: 1px solid #F1962D;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.footer img {
	margin-right: 5px;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #F1962D;
	text-decoration: none;
}
a.pdf:link, a.pdf:visited {
	color: #233D67;
	padding: 2px 5px 3px;
	border: 1px solid #233D67;
	text-decoration: none;
}
a.pdf:hover {
	color: #F2952A;
	text-decoration: none;
	border: 1px solid #F2952A;
}
.med_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	width: 400px;
	padding-left: 3px;
	font-size: 11px;
}
.sm_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	width: 200px;
	padding-left: 3px;
	font-size: 11px;
}
.form_btn {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 75px;
	margin-right: 10px;
}
.small {
	font-size: 10px;
}
