/* CSS Document */
body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#000000;
	margin:0px;
	padding:0px;
	text-align:center;
}


/*image styles*/

img {
	border:#FFCC00 5px solid;
}

img.floatLeft { 

    float: left; 

    margin: 20px ; 

}

img.floatRight { 

    float: right; 

    margin: 20px; 

}

img.border{
	border:#330066 solid 5px;
}

/*word style*/

p {
	padding-bottom: 0;
}

h2 {
	font-size: 180%;
	color:#009966;
	border-bottom:#33CCFF 2px dotted;
}

h3 {
	font-size: 140%;
	color:#009999;
}

h4 {
	font-size: 130%;
	color:#0099CC;
	text-indent: 15px;
}

h5 {
	font-size: 120%;
	color:#00CC66;
}

h6 {
	font-size: 110%;
	color:#0099CC;
}

.invisible {
		display: none;
}

.c {
	text-align:center;
}
	
.r {

	text-align:right;
}	
a {
	color: #00CC99;
	text-decoration:underline;
}

a:hover {
	color:#FFCC00;
	text-decoration:overline;
}

.accent {

	font-weight:bolder;
	color:#FF9933;
	font-size: 140%
}


/*tables*/



table{

	border-collapse: collapse;

}



th {

	background-image:url(img/butt-bg.png);
	color:#330066;
	width:25%;
	font-weight:bolder;
	font-size:115%;

}



table, th, td{



	border:#FF6600 solid 2px;

	margin:0;

	text-align: center;

	padding:5px;

}

td{

	background:#000033;

}




/*list styles*/


.nostyle li{
	list-style-type:none;
}

.nostyle .circle li{
	list-style-type:circle;
}

.paddedlist {
	padding-bottom:0px; 
}
.paddedlist li {
	padding-bottom:1em;
}

/*page sections*/

#wrapper {
		width:850px;
		text-align:center;
		margin: 0 auto;
		padding: 0 0 0 0;
		background-image:url(img/site-bg.gif);
		background-repeat: no-repeat;
		background-position:top center;
		background-color:#ffffff;
		
}
	
#banner{
	float:left;
}

#banner h1 a{
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -9999px;
}

#banner h1{
	margin: 0 100px;
	padding: 0;
	height:196px;
	width: 244px;
	background-image: url(img/logo.gif);
	background-repeat:no-repeat;
}

#links {
	clear: both;
	float: left;
	width:150px;
	margin: 0;
	text-align:left;
	margin: 25px 20px 0 0;
}
	
#links ul {
	margin: 0 auto;
	padding: 15px 0;
	list-style-type: none;
}


html>body #links ul{
	margin: 10px auto 0 auto;
}

#links ul li{
	
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color:#ffffff;
}

#links ul li a{
	text-decoration:none;
	color:#00CC99;
	display:block;
}

html>body #links ul li a{
	padding: 5px;
}

#links ul li a:hover{
	color:#81EBCE;
}


#content {
	width:600px;
	float:left;
	text-align:left;
	padding: 15px 15px 0 15px;
	margin: 0;
}

#newsletter-form{
	border:#009966 2px dashed;
	padding:5px;
	width:40%;
	margin: 0 auto;
}

.submit {

	color:#FFFFFF;
	background-color:#00CC99;
	border:#009999 5px solid;
	font-weight:bold;
	cursor:pointer;
}

.input{

	width: 95%;
	color:#009999;
	border:#FF6600 2px solid;

}


#footer {
	clear:both;
	width: 501px;
	height: 50px;
	color:#FFFFFF;
	text-align:center;
	margin: 15px auto 0 auto;
	background-image:url(img/footer-bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	padding: 30px 20px 0px 20px;
	font-size: 85%;
}

#content-end {
	clear:both;
	font-size:0px;
	background-color:#000000;
}

.caption {
	font-size:10px;
}


