body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #cccccc;
	scrollbar-3dlight-color: #333333;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #333333;

}

body h1{
	color:#CCCCCC;
	font-size:12px;
	letter-spacing: 2px;
	font-weight:bold;
}

body h2{
	font-size:13px;
	color:#666666;
}

body a{
	color:#CCCCCC;
	text-decoration:none;	
}

body a:hover{
	color:#990000;
	text-decoration:underline;
}

#BackgroundContainer
{ 
	width:100%;
	height:600px;
	background-color:#FF0000;
	z-index:-5;
	position:relative;
}


#Container{
	width:970px;
	background-color:#333333;
	background-repeat:repeat;
	height:600px;
	position:relative;
	z-index:10;
}

#TopRow{
	width:100%;
	background-color:#FFFFFF;
	float:left;
	height:100px;
	background-image:url(../images/TopRowBG.gif);
	background-repeat:no-repeat;
}

#LeftCol{
	width:250px;
	background-color:#333333;
	float:left;
	height:430px;
}

#Content{
	width:530px;
	float:left;	
	height:420px;
	margin-top:10px;
	margin-bottom:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;	
	position:relative
}

#ContentTX{
	width:470px;
	float:left;
	height:280px;
	padding-left:15px;
	padding-top:10px;
	padding-right:45px;
	padding-bottom:50px;
	overflow: auto;
	color:#CCCCCC;
}

#ContentTX a{
	color:#FF0000;
	text-decoration:none;
}

#ContentTX a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#ContentTX li{
	list-style-type:square;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:10px;
}

#RightCol{
	width:180px;
	background-color:#333333;
	float:left;
	height:430px;
	position:relative;
}

#BotRow{
	width:100%;
	background-color:#FFFFFF;
	float:left;
	background-image:url(../images/BotRowBG.gif);
	height:150px;
	background-repeat:no-repeat;
	height:150px;
}

#Address{
	width:170px;
	background-color:#333333;	
	float:left;
	color:#CCCCCC;
	padding-left:10px;
	font-size:10px;
	margin-top:10px;
}

#RiteImgs{
	width:170px;
	background-color:#333333;
	float:left;
	padding-left:10px;
	margin-top:10px;
	height:330px;	
}


#ValidContainer
{
	width:1030px;
	float:left;
}

/*This is the menu section*/
#MenuCont{
	width:90%;
	background-color:#333333;
	text-align:right;
	margin-top:50px;	
}

#MenuCont ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#MenuCont h2{
	display:block;
	margin:0px;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
}	

#MenuCont a{
	text-decoration:none;
	color:#CCCCCC;
}

#MenuCont a:hover{
	list-style-image:url(../images/GreyArrow.gif);
	border-bottom:1px solid #666666;
	margin:0px;
}

#MenuCont li{
	position:relative;
}

#MenuCont ul ul{
	margin-bottom:10px;	
}

#MenuCont ul ul h2{	
	text-align:left;
	margin-left:25px;
	border-bottom:1px solid #666666;	
}

#MenuCont li li{
	position:relative;
}

#MenuCont li li a{
	line-height:18px;
	text-decoration:none;
	color:#CCCCCC;
}

#MenuCont li li a:hover{
	list-style-image:url(../images/GreyArrow.gif);
	border-bottom:1px solid #666666;
	list-style-image:url(../images/GreyArrow.gif);	
}

#Menu img{
	border: 0 solid #333333;
}

.GreyArrow{
	padding-bottom:0px;
}

.DRUstyle{
	color:#333333;
	letter-spacing: 3px;
	font-size:14px;
	font-weight:bold;
	background-color:transparent;	
}

.BoldFonts{
	font-weight:bold;
	color:#ffffff;
	background-color:transparent;
	font-size:11px;
}

/*End of menu section*/

/*hover css img*/

#hovercontainer{
	position: relative;
	margin-top:10px;
}

.thumbnail img{
	border: 0px solid white;
	padding-left:10px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 0px solid blue;
}

.thumbnail span{
	position: absolute;
	background-color: black;
	padding: 5px;
	left: 500px;
	visibility: hidden;
	padding-bottom:20px;
}

.thumbnail span img{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{
	visibility: visible;
	top: 0;
	left: -543px;
	z-index: 50;
}
/*end hover css image*/


/*Validation*/

#Validation{
	width:400px;
	float:left;
	color:#666666;
	margin-top:5px;
	padding-left:4px;
	font-size:10px;
}

#Validation a{
	text-decoration:none;
	color:#666666;
	font-size:10px;
}
#Validation a:hover{
	text-decoration:underline;
	color:#666666;
	font-size:10px;
}
/*End Validation*/

.wGREY{
	color:#999999;
	vertical-align: top;
}

.red{
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}

.black{
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

