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

#holder {
	margin: 0 auto 0 auto;
	width:980px;
	height:1000px;
	background-color:#FFFFFF;
}
#top {
 position:relative;
 top:0px;
 left:0px;
 width:980px;
 height:500px;
}
a {
text-decoration:none;
font-weight:normal;
color:#000000;

}
a:hover {
text-decoration:underline;
}
#footer a {
text-decoration:none;
color:#666666;
}
#footer a:link {
text-decoration:none;
color:#666666;
}
#footer a:visited {
text-decoration:none;
color:#666666;
}
#footer a:hover {
text-decoration:underline;
color:#000000;
}

#nav {		
	height:40px;		
	border-bottom:thin solid #000000;
	margin-bottom:20px;

}
#content {
	position:absolute;
	top:510px;
	margin:0 30px 0 0px;
	width:900px;
	height:1500px;	
	background-color:#FFFFFF;
}
#textSection {
	position:absolute;
	top:5px;	
	float:left;
	margin: 0 auto 0 auto;
	width:600;
}


#textHolder {
	margin: 0 auto 0 auto;
	width:980px;
	height:1500px;
	text-align:center;
	background-color:#FFFFFF;
}
#textCol {
	float:left;
	width:500px;	
}
#textCol1 {
	float:left;
	width:400px;	
}
#textCol2 {
	margin-left:50px;
	float:left;
	width:400px;	
}

#footer {	
	float:left;
	width:900px;	
	margin:50px 0px 0 0px;
	padding-top:8px;
	border-top:thin solid #000000;
	

}
iframe {
height:100%;
margin:0;
}

p {
	margin:0px;
}

#contentText {
	width:900px;
	margin: 0 auto 0 auto;
	height:100%;

}
#footer {
	float:left;
	width:900px;	
	margin:50px 0px 0 0px;
	padding-top:8px;
	border-top:thin solid #000000;
	background-color:#FFFFFF;
}
#latestNews {
	margin-top:0px;	
	margin-right:50px;
	float:right;
	width:250px;
	top:0px;
	right:150px;
	
}



