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

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; 
		border-spacing : 0; 
		margin-top: 10px;
		margin-bottom: 10px;
		
		
		}

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }



body {
	
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: 50%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height:100%;

}

#container {

	margin: 0px;
	top:0px;
	overflow:hidden;
	
	/*background-image:url(../images/bg_container.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: 50%; */
	
}

#container #navmain {
	position:relative;
	left:0px;
	top:0px;
	width:956px;
	height:40px;
	background-color:#fc7215;
	z-index: 20;
	

	
	

}

#content {
	position:relative;
	left:0px;
	top:0px;
	width:956px;
	
	
	
}


#content .logoband {
float:left;
width:130px;
padding-top: 25px;
text-align:left;


	background-image:url(../images/logoband_bg.gif);
	background-repeat:repeat-y;
	

}





#content .imageband {
	float:left;
	width:269px;
	text-align:left;
	
	background-color:#FFFFFF;
	
}

#content .imageband p{
	
	margin-top: 0px;
	margin-left: 20px;
	margin-right:20px;
	margin-bottom: 10px;
	
	

}

#content .imageband hr{
	
	margin-top: 20px;
	margin-left: 20px;
	margin-right:20px;
	width: 220px;
	

}





#content .maincontent {
	float: left;
	width:460px;
	text-align:left;
	margin-left: 28px;
	margin-top: 120px;
	line-height: 20px;
	
	/*
	border: #000000;
	border-style:solid;
	border-width:thin; */
	
	color:#333333;
	
	
}

#content .mainchunk {
position:relative;
	width: 100%;

	display: table;

}

#content .maincontent_col1 {
	float:left;
	
	
	
	text-align:left;

	line-height: 20px;
	
	/*
	border: #000000;
	border-style:solid;
	border-width:thin; */
	
	color:#333333;
	
	
}

#content .maincontent_col2 {
	
	float: right;
	
	width:330px;
	
	margin-top: 0px;
	padding-top: 0px;
	text-align:left;
	
	line-height: 20px;
	
	/*
	border: #000000;
	border-style:solid;
	border-width:thin; */
	
	color:#333333;
	
}



#content .horizontal {
position: absolute;

height: 62px;
left: 130px;
top: 25px;

width: 826px;
z-index:2;

	background-color:#c8c097;
	
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	
	
	overflow:hidden;
	
	
}

#content .horizontalimages {
position: absolute;
top: 36px;

left: 419px;
text-align: right;
width: 490px;
z-index:2;

overflow:hidden;

	
	
	
}


#container #footer {
clear:both;


font:10px Arial, Helvetica, sans-serif;
text-align:left;
width: 956px;



}

#container #footer p {
margin-top: 20px;
margin-left: 152px;
}




#content .maincontent p{
	
	margin-bottom: 20px;
	
	/*
	border: #000000;
	border-style:solid;
	border-width:thin; */
	
	color:#333333;
	
	
}

.classtable {
width: 440px;
}

