@charset "UTF-8";

body {
	margin: 0px;
	color: #000;
	font-size: 13px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #99ccff;
}

h1 {
	color: #900;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 380px;
	width: 100%;
	font-style: italic;
}
h2 {
	color: #25476C;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

a          {
	color: #36C;
}

a:visited  { color: #069; }
a:hover    { color: #5872f4; }

.container {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
}

/* BANNER */
.BANNER {
	width: 100%;
	height: 116px;
    background-color: #99ccff;
    border-top-style: solid;
	border-top-color: #99ccff;
	border-top-width: 10px;
}

/* NAV */
.NAV {
    width: 912px;
  	margin-left: auto;
  	margin-right: auto;
	background-image: url(images/site/topnav_bkgd.gif);
}

/* CONTENT */
.CONTENT {
	width: 100%;
	background-color: #99ccff;
	background-repeat: repeat-x;	
}

.CONTENT .container {
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #fff;
}

.contentleft {
	width: 440px;
	padding-left: 10px;
	padding-right:10px;
	float: left;
	border-right-style: none;
	border-top-color: #7C7C7C;
	border-right-color: #7C7C7C;
	border-bottom-color: #7C7C7C;
	border-left-color: #7C7C7C;
}

.contentright {
	width: 430px;
	float: left;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #7C7C7C;
	border-right-color: #7C7C7C;
	border-bottom-color: #7C7C7C;
	border-left-color: #7C7C7C;
}

.contentsingle {
	width: 780px;
	margin-left: 70px;
	float: left;
}

.center1
{ 
margin-left: auto;
margin-right: auto;
}
 
.center2
{ 
text-align: center;
}

.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

div.centered 
{
text-align: center;
}

div.centered table 
{
margin: 0 auto; 
text-align: left;
}

.image10 {	
	margin-left: 10px;
	padding: 5px; 	
}

.image25 {	
	margin-left: 25px;
	padding: 5px;	
}

.image50 {	
	margin-left: 50px;
	padding: 5px;	
}

.imageleft {
	margin-left: 1px;
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 3px;
}

.imageright {
	margin-left: 10px;
	padding: 5px;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}

/* FOOTER */
.FOOTER {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ff0000;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
	border-bottom-width: 10px;	
}

.FOOTER .container {
	height: 65px;
}

.copyright {
	width: 712px ;
  	margin-left: 200px;
	padding-top: 12px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
