@charset "utf-8";
/* CSS Document */
img, div {behavior: url(iepngfix.htc);}

html, body{
	height:100%
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0 auto;
	padding:0;
}
body {
	background:#fafafa;
	font:76%/140% "Times New Roman", Times, serif;
	color:#7e7e7e;
	font-size:13px;
}
table {
	margin:0 auto;
}
td {
	vertical-align:top;
}
td img {
	padding: 0px;
	vertical-align:middle;
	
}
hr {
	clear:both;
	visibility:hidden;
}
ul, li {
	margin:0px 0px 0px 30px;
	list-style-type:disc;
}
h1{
	padding:20px 0px 5px 0px;
	font-size:22px;
	font-weight:400;
}
h2{
	line-height:0px;
	font-weight:700;
	font-size:10px;
}
h3{
	font-weight:normal;
	font-size:12px;
}
h4{
	padding:0px 0px 0px 10px;
	font-size:14px;
	font-weight:400;
}
h5{
	padding:0px 0px 0px 10px;
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
}
.shadow_top{
	background-image:url(../images/content_top.png); 
	background-repeat:no-repeat; 
	background-position:top center;
	padding-top:20px;
}
#contentContainer{	
	background-image:url(../images/main_banner.png);
	background-position:top;
	
}
.main_content{
	background-image:url(../images/main_banner.png);
	background-repeat:repeat-y;
}
.column{
	width:36px;
	background-color:#FFFFFF;
}
.positionerL{
	width:29px;
}
.positionerR{
	width:25px;
}
/*----------------------------------------------------------------*/
/*   LINKS														  */
/*----------------------------------------------------------------*/
a:link {
	color: #eeb700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fe7f03;
}
a:hover {
	text-decoration: underline;
	color: #fe7f03;
}
a:active {
	text-decoration: none;
	color: #fe7f03;
}
.green-link a {
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
}
.green-link a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
#end {
	padding:0px 0px 0px 0px;
	position:relative;
	background-color:#2a2a2a;
	height:20px;
	width:100%;
}
#footer {
	margin:7px auto;
	text-align: center;
	font-size:10px;
	color:#9d9d9d;
	height:61px;
}
#footer a {
	border:0;
	color:#9d9d9d;
	text-decoration:none;
}
#footer a:hover {
	border:0;
	color:#fe7f03;
	text-decoration:none;
}
/*----------------------------------------------------------------*/
input,textarea{
	font:76%/140% "Times New Roman", Times, serif;
	font-size: 12px;
	/*padding:2px 2px 4px 2px;*/
	width:230px;
	color:#666666;
	background-color:#ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#cccccc;
}
select{
	font:76%/140% "Times New Roman", Times, serif;
	font-size: 12px;
	padding:2px 2px 4px 2px;
	width:230px;
	color:#666666;
	background-color:#ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#cccccc;
}