@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	background:url(../images/bgVertical.jpg) repeat-x;
	background-color:#000;
	color:#FFF;
}
a:visited{
	color:#FFF;
	text-decoration:none;
}



a{
	color:#FFF;
}
.side{
	
}
.mid{

	
}
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #CCC !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #000 !important; //Text input field border color
   background-color:#FFF !important; //Text input field background color
 }

#topMenu{
	float:right;
	color:#FFF;
	margin-top:105px;
	margin-right:50px;
	font-weight:bold;
	height:20px;
}

#logo{
	background-color:#FFF;
	
}

#topMenu a{
	font-weight:bold;
	text-decoration:none;
}
#topMenu a:hover{
	color:#999;
	font-weight:bold;
}

#banner{
	text-align:center;
	width:960px;
	height:300px;
	clear:both;
	
}

#mainMenu{
	margin-top:12px;
	margin-left:150px;
}

#mainMenu li{
	padding:5px 20px;
	list-style:none;
	font-weight:bold;
	float:left;
}
#mainMenu a{

	text-decoration:none;
}

#mainMenu a:active{
	color:#FC0;
	text-decoration:none;
}

#mainMenu a:hover{
	cursor:pointer;
	font-weight:bold;
	color:#CCC;
	float:left;
}

.selMenu:active{
	color:#FC0;
}

.selMenu:visited{
	color:#FC0;
}
.selMenu{
	color:#FC0;
}

#content{
	clear:both;
	padding:15px 50px;
}

.bgPage{
	position:absolute;
	background:url(../images/bgPage.jpg) no-repeat top center;
	width:100%;	
	height:100%;
	top:0px;
	bottom:0px;
}

.page{
	background:url(../images/bgPage.jpg) no-repeat top center;	
	position:absolute;
	width:960px;
	padding:0px;
	text-align:left;
	top:0px;
	background-color:#000;
	left:50%;
	margin-left:-480px;
}


.footer{
	text-align:center;
	text-shadow:#000;
	padding:5px;
	clear:both;
	color:#FFF;
}

.footer a{
	text-decoration:none;
	font-weight:bold;
	color:#EEE;
}

.h1Dp{
	margin:0px;color:#FFC;
	font-weight:normal;
	font-size:18px;
	padding:0px;
}

.contentBox1{
	margin:0px 50px;
}
.contentBox2{
	float:left;
	margin:0px 5px;
}
.img1{
	width:150px;
	height:150px;
	background-color:#FFF;
	border:solid 1px #999;
}
.imgBox{
	cursor:pointer;
	color:#FFF;
	width:150px;
	height:200px;
	text-align:center;
	margin:5px;
	float:left;
	vertical-align:middle;
}
.imgBox:hover{
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	width:150px;
	height:200px;
	text-align:center;
	margin:5px;
	float:left;
}

.txError{
	font-weight:bold;
	color:#FC0;
}
.txImportant{
	font-weight:bold;
	color:#FF0;
}
