/**************************BASIC*******************************/
body {	
	background-color: #4D3B21;
	color:#474747;
	font-size:12px;
	font-family:verdana;
	margin: 5px 0px 0px 0px;
	padding:0px;
}
a{
	color:#474747;
	text-decoration:underline;
}
a:hover{
	color:#4D3B21;
	text-decoration:underline;
}
input,textarea,select{
	background-color: #D8E6B2;
	color:#565F46;
	width:200px;
	height:18px;
	margin: 0px;
	padding:0px;
	border:1px solid #565F46;
}
input[type="select"]{	
	height:20px;
}
.ErrMsg{
	font-weight:600;
}
#outerBox{
	float:left;		
	margin: 10px 0px 0px 0px;	
	width:1080px;	
	min-height:700px;
	border:1px solid black;
}
.outerTL{
	margin:0px;
	background: url('../images/out_tl.gif') no-repeat;	
	width:119px;
	height:88px;
	z-index:2;
}
.outerT1{
	margin:0px;
	background: url('../images/out_t1.gif') no-repeat;	
	width:138px;
	height:88px;
	z-index:2;
}
#outerT2{
	float:left;
	margin:0px 0px 0px 0px;
	background: url('../images/out_t2.gif') repeat-x;	
	width:100%;
	height:39px;
	z-index:2;
}
.outerT3{
	margin:0px;
	background: url('../images/out_t3.gif') no-repeat;	
	width:138px;
	height:117px;
	z-index:2;
}
.outerTR{
	margin:0px;
	background: url('../images/out_tr.gif') no-repeat;	
	width:118px;
	height:117px;
	z-index:2;
}
#logo{
	float:left;
	margin:0px 0px 0px 160px;
	background: url('../images/logo3.gif') no-repeat;	
	width:223px;
	height:78px;
	z-index:5;
}
.outerL1{
	margin:0px;
	background: url('../images/out_l1.gif') no-repeat;	
	width:119px;
	height:170px;
	z-index:5;
}
.outerL2{
	margin:0px;
	background: url('../images/out_l2.gif') repeat-y;	
	width:119px;
	height:100%;
	
}
.outerR1{
	margin:0px;
	background: url('../images/out_r1.gif') no-repeat;	
	width:118px;
	height:170px;
	z-index:5;
}
.outerR2{
	margin:0px;
	background: url('../images/out_r2.gif') repeat-y;	
	width:118px;
	height:100%;
	
}
.outerBL{
	margin:0px;
	background: url('../images/out_bl.gif') no-repeat;	
	width:119px;
	height:49px;
	z-index:2;
}
.outerBR{
	margin:0px;
	background: url('../images/out_br.gif') no-repeat;	
	width:118px;
	height:49px;
	z-index:2;
}
.outerB1{
	margin:0px;
	background: url('../images/out_b1.gif') repeat-x;	
	width:100%;
	height:49px;
	z-index:2;
}
/**************************CONTENT AREA*******************************/
.mainContentBox{
	width:831px;
	background-color:#D8E6B2;	
	/*border:1px solid black;*/
}
#headerBox{
	float:left;
	margin:0px;
	border:6px solid #565F46;		
	width:831px;
	height:220px;
}
#MenuBox{
	clear:left;
	float:left;
	margin: 5px 0px 0px 5px;
	width:831px;
	height:60px;
}
.menuboxes{
	float:left;
	margin:0px 0px 0px 3px;
	height:60px;
	cursor:pointer;
}
#TextBox{
	clear:left;
	float:left;
	margin: 10px 0px 0px 5px;
	width:831px;
	min-height:200px;
}
/**************************FOOTER*******************************/
#footer{
	color:#D8E6B2;
	font-size:11px;
}
/**************************CAPTCHA*******************************/
.captchaImage{
	float:left;
	width:175px;
	height:45px;
	margin:0px;
	border:0px solid blue;
}
.captchaButtons{
	float:left;
	width:22px;
	height:40px;
	margin:0px;
	border:0px solid blue;
}
.captchaAudio{	
	float:left;
	width:22px;
	height:20px;
	margin:0px;
	border:0px solid red;
}
.captchaRefresh{
	float:left;
	width:22px;
	height:20px;
	margin:0px;
	border:0px solid red;
}
.captchaInput{
	clear:left;
	float:left;
	width:180px;
	height:25px;
	margin:0px;
	border:0px solid blue;
}