body {
	margin: 0px;
	background-image: url(images/bg_rep.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F4FBFD;
	font-family: "franklin Gothic Book", verdana;
}
#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#topheader {
	font-size: 11px;
	color: #000000;
	text-align: right;
	margin-bottom: 10px;
}
#topheader a:link, #topheader a:visited {
	color: #000000;
}
#topheader a:hover, #topheader a:active {
	color: #FFFFFF;
	background-color: #000000;
}
#rightcontent {
	float: right;
	width: 200px;
	padding-left: 20px;
}
#promo {
	border: 1px solid #999999;
	background-color: #73B554;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#promo a:link, #promo a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#promo a:hover, #promo a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #333333;
}

#content{
	font-size: 13px;
}
.whitetitle {
	color: #FFFFFF;
	font-size: 18px;
}

#login {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
input {
	font-size: 10px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 11px;
	color: #666666;
	margin-top: 15px;
	padding-top: 10px;
	background-image: url(images/naturally.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
a:link, a:visited {
	color: #52B2E2;
	text-decoration: underline;
	padding-bottom: 5px;
}
a:hover, a:active
{
	color: #333333;
	text-decoration: underline;
	background-color: #52B2E2;
}
#creds {
	float: right;
	width: 340px;
}


.BlueTitle {
	font-size: 18px;
	color: #26A1DC;
}
h1 {
	font-size: 23px;
	color: #006291;
}
#bdrs {
	border: 1px dotted #008AC9;
	background-color: #FFFFFF;
}

.clearfloat { 
     clear:both; 
     height:0; 
     font-size: 1px;
     line-height: 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
	position:relative;
	z-index:100;
	width: 930px;
	margin-bottom: 30px;
	background-color: #333333;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=3); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
.imgbdr {
	border: 1px solid #008AC9;
}
.whiteBody {

	color: #FFFFFF;
}
.whitetext {

	color: #FFFFFF;
}
.BodyYes {
	color: #339966;
}
.BodyNo {
	color: #CC0000;
}
.BodyOrange {

	color: #CC6600;
}
.DottedBorder {
	border: 2px dotted #008AC9;
	padding: 5px;
}
#youtubeclip {
	float: left;
	margin: 10px;
}
.SilverTitle {
	color: #038ACA;
	font-size: 18px;
	line-height: 20px;
	background-color: #E8E4E5;
	width: 193px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

