/* general settings */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	background-color: #780001;
	background-image: url(../images/bck.gif);
	background-repeat: repeat;
	background-position: top;
}

table {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
}

p{
	padding:10px 0px;
	margin:0px;
}

img {
	border:0px;
}

h1{
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
h2{
	padding:7px 5px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	background-repeat: repeat-x;
}



h3{
	font-size: 12px;
}


a{
	color:#FFCC00;
	text-decoration:none;			
}

a:hover{
	color:#FFFF00;
	text-decoration:underline;		
}


form{
	margin:0px;
	padding:0px;
}

textarea,select,input{
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding:1px;	
	background:#FFFFFF url(../images/formBkg.gif) top right no-repeat;
}

textarea:focus,select:focus,input:focus{	
	border: 1px solid  #0099CC;
	color:#0099CC;	
}

input[disabled],select[disabled],textarea[disabled]{
	border: 1px solid #CCCCCC;
	color:#666666;	
}

input[disabled]:active{border:1px outset black;}

hr{
	color:#0099CC;
	height:1px;
}

/* layout settings */

#container {
	width: 760px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #780001;
	padding: 5px;
}

#header {
	margin:0px;
	background-image: url(../images/headBkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}





#left {
	margin:0px;
	float:left;
	width:200px;
	text-align:left;
	padding: 0px;
	}
	


#left ul{
	padding:0px;
	margin:0px;
	font-size:12px;
	padding-bottom:10px;
	font-weight: bold;
}	
	

#left li{
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;	
}	

#left li a{
	display:block;
	text-decoration:none;
	padding:3px 0px;
	padding-left:10px;
	border-bottom: #780001 1px solid;					
}

#left li a:hover{
	text-decoration:none;	
	color:#FFFFFF;
	background-color: #780001 ;	

}			

#right {
	width: 555px;
	margin-bottom:20px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}


.title {
	font-size:12px;
	font-weight: bold;
}


.fat{
	font-weight:bold;
}


.radiochecks ,.radiochecks:Focus{
	background-color:transparent;
	background-image:none;
	color:black;
	border:0;
	padding:0px;
	margin:0px;
}

.forms {
	font-size: 10px;
	color:#669900;
	border: 0px;
	background:#EEEEEE url(../images/formBg.gif) bottom repeat-x;
}

.submit {	
	color:#FFFFFF;
	background: #0099CC url(../images/pageTitleBkg.gif) repeat-x;
	border:#CCCCCC solid 1px;
	border-bottom:#666666 1px solid;
	border-right:#666666 1px solid;	
	padding:3px 5px;
}


.text{
	text-indent:25px;
}

.small{
	font-size: 10px;
}


#footer {
	padding:0px;
	margin:0px;
	background:url(../images/footerBkg.gif) top no-repeat;
	clear:both;
	height:53px;
	text-align:center;
}

#footer ul{
	list-style-type:none;
	margin:0px;
	padding:0px;	
	padding-top:10px;
	padding-bottom:5px;	
}

#footer li{
	display:inline;
	margin:0px;
	padding:0px 5px;
}

#footer li a{
	text-decoration:none;
	padding:1px 3px;				
}

#footer li a:hover{
	background:#0099CC;
	color:#FFFFFF;
	text-decoration:none;	
}	

	

	

	
.text{
	text-indent:20px;
}	

.textred{
	color:#FF0000;
}	
	
.clear {
	clear:both;
}	

.paddingBox{
	padding:5px;
}





.centerBlock{
	margin-left: auto;
	margin-right: auto;
}

.selectedBlock{
	background:#0099CC;
	color:#FFFFFF;
}

.comment{
	color:#999999;
}

.selectHint{
	text-align:left;	
	background:#FFFFFF;	
	border: solid 1px;
	color:#888888;	
	padding:2px;		
	margin:0px;
	position:absolute;	
	max-height:200px;
	_height:expression(this.clientHeight > 200? "200px" : "100%" ); 
	overflow: auto;			
}



.floatRight{
	float:right;
}







.topLeftBox1{
	background: url(../images/box1_top_left.gif) left top no-repeat;
	background-color: #990000;
	height:1%;	

}



.topRightBox1{

	background: url(../images/box1_top_right.gif) right top no-repeat;

}



.bottomLeftBox1{

	background: url(../images/box1_bottom_left.gif)  left bottom no-repeat;

}



.bottomRightBox1{
	background: url(../images/box1_bottom_right.gif) right bottom no-repeat;
	padding:5px;

}

.mainContent{

	margin:0px;

	padding:5px;

	text-align:left;

}

.topLeftBox2{
	background: url(../images/box2_top_left.gif) left top no-repeat;
	background-color: #660000;
	height:1%;	
	

}



.topRightBox2{

	background: url(../images/box2_top_right.gif) right top no-repeat;

}



.bottomLeftBox2{

	background: url(../images/box2_bottom_left.gif)  left bottom no-repeat;
	margin:0px;

}



.bottomRightBox2{
	background: url(../images/box2_bottom_right.gif) right bottom no-repeat;	
	padding:5px;

}

.contact{
	color:#FFCC00;
	padding-left:20px;
	font-size:12px;	
}

.copyright{
	text-align:center;
	color:#FFCC00;
	padding:10px;
}
