
html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0;
	padding:0;
	overflow:scroll;
}

body,.bodyDiv,td{
	margin:0px; padding:0px; font-family: Arial, Tahoma, Verdana; font-size: 11Px;
	}
body,body.subPage,.bodyDiv{
	background:url(/gfx/backgrounds/main.jpg) #000 center top no-repeat;
}
strong{font-weight:bold;}
/*Txts*/
.heading{font-size:12px; font-weight:bold; color:#000; text-transform:uppercase;margin-bottom:10px;}
div.subHeading{font-weight:bold; color:#FFF; font-size:12px; margin-bottom:5px;}
div.subHeading a{color:#FFF;}



a, a:hover, a:link, a:visited{color:#8e8b20}
a:hover{color:#000}



.bodyCls{
	text-align:center;
}

#container{
	position:relative;
	width:740px;
	
	margin:0 auto;
	top:0px;
	text-align:left;
}	

#content{
	width:670px;
	margin-left:40px;
	margin-top:130px;
}

	
	div#menu{
		height:58px;
		margin-top:10px;
		margin-bottom:20px;
		padding-left:20px;
		font-family:arial;
		font-size:14px;
		color:#FFF;
		background-image:url(/gfx/backgrounds/menu/background.png);
		font-weight:bold;
	}
	
	
	
	
	
	
	/*BOXES*/
	.whiteBox242Top{background:url(/gfx/backgrounds/242Whitebox/top.png); height:11px}
	.whiteBox242Middle{background:url(/gfx/backgrounds/242Whitebox/middle.png); color:#000; padding:0px 20px;}
	.whiteBox242Middle .heading{color:#000;}
	.whiteBox242Bottom{background:url(/gfx/backgrounds/242Whitebox/bottom.png); height:24px;}
	
	
	
	.blackBox242Top{background:url(/gfx/backgrounds/242Blackbox/top.png); height:11px}
	.blackBox242Middle{background:url(/gfx/backgrounds/242Blackbox/middle.png); color:#fff; padding:0px 20px;}
	.blackBox242Middle .heading{color:#8e8b20;}
	.blackBox242Bottom{background:url(/gfx/backgrounds/242Blackbox/bottom.png); height:24px;}
	
	
	.whiteBox401Top{background:url(/gfx/backgrounds/401Whitebox/top.png); height:11px}
	.whiteBox401Middle{background:url(/gfx/backgrounds/401Whitebox/middle.png); color:#000; padding:0px 20px;}
	.whiteBox401Middle .heading{color:#000;}
	.whiteBox401Bottom{background:url(/gfx/backgrounds/401Whitebox/bottom.png); height:24px;}
	
	
	.semiWhiteBox401Top{background:url(/gfx/backgrounds/401semiWhitebox/top.png); height:11px}
	.semiWhiteBox401Middle{background:url(/gfx/backgrounds/401semiWhitebox/middle.png); color:#000; padding:0px 20px;}
	.semiWhiteBox401Middle .heading{color:#000;}	
	.semiWhiteBox401Bottom{background:url(/gfx/backgrounds/401semiWhitebox/bottom.png); height:24px;}
	
	
	.blackBox401Top{background:url(/gfx/backgrounds/401Blackbox/top.png); height:11px}
	.blackBox401Middle{background:url(/gfx/backgrounds/401Blackbox/middle.png); color:#fff; padding:0px 20px;}
	.blackBox401Middle .heading{color:#8e8b20;}
	.blackBox401Bottom{background:url(/gfx/backgrounds/401Blackbox/bottom.png); height:24px;}
	
	
	.whiteBox670Top{background:url(/gfx/backgrounds/670Whitebox/top.png); height:11px}
	.whiteBox670Middle{background:url(/gfx/backgrounds/670Whitebox/middle.png); color:#000; padding:0px 20px;}
	.whiteBox670Middle .heading{color:#000;}
	.whiteBox670Bottom{background:url(/gfx/backgrounds/670Whitebox/bottom.png); height:24px;}	
	
	
	
	div.mainLogoLeft{position:absolute; margin-left:-295px; top:185px; left:50%; width:225px; height:379px}
	div.logo{position:absolute; margin-left:-330px; top:78px; left:50%; border-style:none;width:79px; height:85px;}

div.inputDiv{
	margin-bottom:15px;
}


div.inputDiv input,div.inputDiv textarea{
	border:1px #FFF solid;
	font-size:11px;
	width:100%;
}
div.inputDiv input.submit{width:50px; float:right;}
