/* CSS Document */

html, body {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#8E0800;
	margin:0px;
}
a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:dotted 1px #FFFFFF;
	color:#ffffff;
}


a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
#holder {
	height:100%;
	margin-left:10px;
	margin-top:20px;
	background-color:#8E0800;
	
}
#header {
	margin-left:10px;
	height:65px;
	background-color:#8E0800;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}
.header2{
	margin-top:40px;
	margin-right:5px;
	float:right;
}
#content{
	width:100%;
	height:650px;
	background-image:url(images/ctbg.jpg);
	background-repeat:repeat-y;
}

#mainleft{
	float:left;
	width:180px;
	padding-top:50px;
	background-image:url(images/ctleftbg.jpg);
	background-repeat:repeat-y;
}
.tkshot{
	background-image:url(images/takeshot.jpg);
	background-repeat:no-repeat;
}
#mainright{
	float:left;
	width:560px;
	height:550px;
	padding:10px;
	margin-right:10px;
	color:#ffffff;
}
#mainfooter{
	clear:both;
	float:left;
	width:90%;
	height:100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	background-color:#8E0800; 
	
}
#mfl{
	float:left;
	width:180px;
	background-color:#BDD7C3;
	background-image:url(images/ctleftbg.jpg);
	background-repeat:repeat-y;
}
#mfr{
	float:left;
	width:560px;
	margin-right:10px;
	background-color:#8E0800; 
	background-image:url(images/ctrightbg.jpg);
	background-repeat:repeat-y;
}
#ctleft{
	clear:both;
	float:left;
	padding-top:50px;
	width:180px;
	height:600px;
	background-color:#BDD7C3;
	background-image:url(images/ctleftbg.jpg);
	background-repeat:repeat-y;
}
.tenspacer{
	border-top: 1px solid #000000;
}
.navlinks{
	font-size:12px;
	font:bold;
	color:#000000;
	font-stretch:wider;
	text-align:center;
	margin-right:20px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #000000;
	
}
#ctright{
	clear:both;
	float:right;
	width:600px;
	height:600px;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	background-color:#8E0800; 
	background-image:url(images/ctrightbg.jpg);
	background-repeat:repeat-y;
}
#dcblock{
margin:10px;
}
.txleft{
float:left;
margin:0px;
clear:both;
}
.txleft1{
float:left;
margin-left:50px;
background-color:#FFFFFF;
color:#000000;
font-weight:bold;
}
.txright1{
float:left;
margin-left:40px;
background-color:#FFFFFF;
color:#000000;
font-weight:bold;
}

/* text classes -------------------------------------------------------------------*/

.link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ffffff;
    /*font-weight:bold;*/
}
.subtitle{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#ffffff;
}

.copyright{
	font-size: 12px;
	color:#ffffff;
}
.hide{
	font-size: 12px;
	color:#BDD7C3;
}

.maintxtright
{
 margin-top:15px;	
 margin-left:25px;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#ffffff;
}
.label
{
	font-size: 9px;
}