@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body  {
	background: #8e8559;
	background-image:url(../gfx/color-bar.gif);
	background-repeat:repeat-x;

}

#main-container { 
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}

#left-container { 
	width: 50%;
	background: #000000;
	float:left;
}
#right-container { 
	width: 50%;
	background: #000000;
	float:right;
}
#header { 
	width: 800px;
	height: 321px;
	background: #000000;
	border-bottom:6px solid #b25a01;
} 

#content-container { 
	width: 800px;
	float:left;
	background: #8e8559;
} 

#sidebar { 
	float:left;
	width: 170px;
	padding: 72px 0px 0px 33px;
	background: #8e8559;
}

#content { 
	float:left;
	width: 515px;
	padding: 26px 0px 0px 0px;
	background: #8e8559;
	
}

#content p { 
	padding: 0px 0px 15px 0px;
}

.hpcopy {
 color: #000000;
 font-size: 11pt;
 font-family: Arial, Helvetica,Verdana sans-serif;
 line-height: 16pt;
}

.txthdr{
	color: #b8b297;
	font-size: 15pt;
	font-family: Arial, Helvetica,Verdana sans-serif;
	letter-spacing: 0.1em;
	
}

.sidehdr{
	color: #4e4724;
	font-size: 10pt;
	font-family: Arial, Helvetica,Verdana sans-serif;
	letter-spacing: 0.1em;
}

.txtcopy {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica,Verdana sans-serif;
	line-height: 12pt;

}
.txtcopy  a {
	color: #000000;

}
.txtcopy a:hover{
	color: #4e4724;

}



.footer {
	color: #4e4724;
	font-size: 7pt;
	font-family: Arial, Helvetica,Verdana sans-serif;
	line-height: 10pt;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.txtcopy-nav {
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	font-family: Arial, Helvetica,Verdana sans-serif;
	line-height: 12pt;
}

.txtcopy-nav a {
	color: #000000;
	text-decoration:none;
}

.error-msg-form {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 12px;
}
