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


@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: none;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
	height:100%;

}

#container {

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

#container #navmain {
display:none;
	
	

	
	

}

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


#content .logoband {
display:none;
	

}





#content .imageband {
	display:none;
	
}

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

}

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

}





#content .maincontent {

	width: auto;
	text-align:left;
	margin-left: 20px;
	margin-top: 20px;
	line-height: 20px;
	
	/*
	border: #000000;
	border-style:solid;
	border-width:thin; */
	
	color:#333333;
	
	
}

#content .mainchunk {
position:relative;
	width: auto;

display: table;
margin-bottom: 40px;

}

#content .maincontent_col1 {
	float:none;
	width: 105px;
	text-align:left;
	margin-right: 40px;
	margin-bottom: 20px;
	line-height: 20px;
	
	/*
	border: #000000;
	border-style:solid;
	border-width:thin; */
	
	color:#333333;
	
	
}

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



#content .horizontal {
display:none;
	
}

#content .horizontalimages {
display:none;
	
	
	
}


#container #footer {
display: none;



}

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


.homeCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}
	

.largeorange {
	font-size: 14pt;
	color: #fc7215;
	font-weight: bold;

}

.largeblue {
	font-size: 14pt;
	color: #475c7b;
	font-weight: bold;

}

.orange {

	color: #fc7215;
	font-weight: bold;
}

.blue {
	color: #475c7b;
	font-weight: bold;

}


.smalltext {
	font:10pt Arial, Helvetica, sans-serif;

}


.footnote {
	font:10pt Arial, Helvetica, sans-serif;
}

.firstpara {
padding-top: 25px;

}


/* Basic Links */

a:link, a:visited {
text-decoration : none;
font-weight: bold;
color : #475c7b; }


a:hover {
text-decoration : underline;
color : #fc7215; }

#content .imageband a:link, a:visited {
text-decoration: none;
}

#content .imageband a:hover {
text-decoration: underline;
}




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

.classtable {
width: 100%;
}
