body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p {
	line-height: 19px;
	text-align: left;
	font-size: 12px;
	color: #022f3c;
}

h1, h2, h3 {
	margin-top: 0;
	color: #022f3c;
	text-align: left;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	color: #000000;
}

h3 {
	font-size: 1em;
}

ul, li {
	color: #022f3c;
}

a {
	text-decoration: none;
	color: #005972;
	padding: 0px;
	margin: 0px;
}

a:hover {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
	padding: 0px;
	margin: 0px;
}

img.border {
	border: 3px #FFFFFF solid;
}

ul.dot {
	list-style-image: url('images/dot.png');
	line-height: 18px;
	margin-bottom: 20px;
}
ul.dot li {
	padding-bottom: 5px;
}


.sideh1 { font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px #000000 solid;
	font-weight: bold;
}



/* Main */

	

#main {
	/* background: #333333 url('images/bg.jpg') top center repeat-x; */
	background: #000000;
	width: auto;
	padding: 0px;
	margin: 0px;
}

#header {
	width: 900px;
	height: 609px;
}

#logo {
	background: url('images/header.jpg');
	width: 900px;
	height: 110px;
	text-align: right;
	padding-top: 10px;
}

#logo span.white {
	color: #FFFFFF;
	font-size: 12px;
}

#logo span.bluesmall {
	color: #86969b;
	font-size: 12px;
}

#logo span.bluesmall2 {
	color: #86969b;
	font-size: 16px;
}

#logo span.bluelarge {
	color: #86969b;
	font-size: 24px;
	text-transform: uppercase;
}

#flash {
	background: url('images/flashNav.jpg') no-repeat;
	width: 900px;
	height: 250px;
}

#nav {
	width: 900px;
	height: 51px;
}

#ctas {
	background: url('images/ctas.jpg');
	width: 900px;
	height: 188px;
}

#ctas img.border {
/*	border: 3px #FFFFFF solid; */
	margin-bottom: 10px;
}

#ctas #image {
	width: 225px;
	text-align: center;
	padding-top: 20px;
	float: left;
	display: inline;
}

#ctas #image a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

#ctas #image a:hover, #ctas #image a.current {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
}


#contentbg  {
	background: url('images/contentbg.jpg');
	width: 900px;
	height: auto;
}

#content {
	background: url('images/content.jpg') no-repeat top center;
	width: 900px;
}

#sidebar {
	width: 206px;
	background: #FFFFFF;
	border-right: 1px #000000 solid;
	margin-top: 30px;
	margin-left: 12px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#topper {
	background: #000000;
	width: 200px;
	height: 50px;
	border: 1px #000000 solid;
	color: #c0c0c0;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 3px;
}

#sidebar #filler {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#sidebar #filler h1 {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px #000000 solid;
	font-weight: bold;
}


#text {
	width: 660px;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	display: inline;	
}

#textHome {
	width: 440px;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	display: inline;	
}	
	
#clear {
	float: none;
	clear: both;
}


/* Footer */

#footer {
	background: #000000;
	width: auto;
	height: auto;
	padding: 10px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #86969b;
}

#footer a {
	color: #86969b;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}