@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}

#container  {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#header  {
	background-color: #FFFFFF;
	height: 75px;
}
#header  h1  {

}
#mainContent  {
	height: 530px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
}
#mainContent #home_text {
	float: left;
	width: 390px;
	color: #FFFFFF;
}
#mainContent #about_txt {
	float: left;
}
#about_txt #flash_slide {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
}
#mainContent #home_text #sun_text {
	width: 325px;
}
#mainContent #home_text #fourth_para {
	width: 325px;
}






#footer  {
	height: 20px;
	clear: both;
}
#footer #jnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: right;
	margin-top: 5px;
}
#footer #copyright {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 5px;
}

#footer  p  {

}
a:link {
	color:#B73C00;

}

a:hover {
	color:#CCCCCC
}

a:visited {
	color:#B73C00
}
#email  {
	float: left;
	width: 320px;
}

#email #welcome {
	float: right;
	border: 1px solid #FF0000;
}
