* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
}

#wrapper {
	margin: 10px auto;
	width: 960px;
	background-color: #CCCCCC;
	text-align: left;
}

#header {
	height: 150px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #777777;
}

#menubar {
	height: 20px;
	border-bottom: 1px solid #777777;
	background-color: #336393;
}

#content {
	background-color: #CCCCCC;
}

#singlecol {
	width: 920px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #777777;
}

#leftcol {
	width: 450px;
	float: left;
	margin-left: 20px;
}

#rightcol {
	width: 450px;
	float: right;
	margin-right: 20px;
}

#single-left {
	width: 575px;
}

.cform {
	margin-left: 40px;
	padding: 10px;
	background: #DEDEDE;
	border: 1px solid #444444;
}

.cform td {
	vertical-align: top;
}

.floatclear {
	clear: both;
}

.boxes {
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.leftbox {
	width: 450px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.rightbox {
	width: 450px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.boxbreak {
	height: 1px;
	clear: both;
}

#wrapperFooter {
	height: 20px;
	clear: both;
}

#footer {
	width: 960px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #777777;
	margin: auto;
}

/**images**/
#singlecol img {
	float: right;
	margin: 20px;
	border: 1px solid #444444;
}

/**Text Markup**/

h4, p {
	margin: 10px;
}

h4 {
	color: #3366CC;
}

p {
	line-height: 20px;
}

.box_heading {
	padding: 5px 10px 5px 10px;
	background: #1D3E74;
}

.box_heading h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}

#singlecol h1 {
	margin: 20px 20px 10px 20px;
	font-size: 20px;
	color: #336393;
	font-weight: normal;
}

#singlecol h2 {
	margin: 20px;
	font-size: 18px;
	color: #336393;
	font-weight: normal;
}

#single-left p {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

em {
	font-weight: bold;
	color: #003466;
	font-style: normal;
}

ul {
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-image: url(images/squarebullet2.png);
}

li {
	line-height: 16px;
	margin-bottom: 10px;
}

#singlecol ul {
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-image: url(images/squarebullet2.png);
}

#singlecol li {
	line-height: 16px;
	margin-bottom: 10px;
}

.standout {
	color: #FF0006;
	font-weight: bold;
}

.boldlink {
	text-align: center;
}

.boldlink a:link, .boldlink a:visited {
	color: #0066CC;
	font-weight: bold;
}

.boldlink a:hover {
	color: #FF0006;
}
