/*Page layout code*/

#top {display: none; }
#navbar {display: none;}
#subNavBar {display: none;}
#footer {display: none;}

	
#column1 {
	position: relative;
	top: -10px;
	float:left;
	margin-right: 5px;
	margin-left: 25px;
	width: 420px;
} 

#column2 {
	width: 233px;
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 80%;
	font-weight: bold;
	color: #003366;
	left: 0px;
}

#columnWide {
	position: absolute;
	top: 30px;
	width: 630px;
	left: 5px;
}



/*************** Text formatting code *********************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
	line-height: 100%;
	}
	

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: -12px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: -12px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: -12px;
}


table {
	font-family: Arial, Helvetica, sans-serif;
}

.tableSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#666699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}

.tablep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#373753;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}
.newsArea {
	background-color: #FFFFFF;
	height: 20%;
	margin-bottom: 30px;
	width: 221px;
	border: 1px solid #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	padding: 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	margin-top: 10px;
}

a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#666699;
	text-decoration:underline;
	}
	

h2 a:link, h2 a:visited, h2 a:active {
	color: #CC3300;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
}

.formSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #CC6633;
	width: 96%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	margin-top: 10px;
	margin-bottom: 5px;
}

