/*
	
	Blue:  003366
	orange:  FF9900
	Go check out visibone.com/colorlab
*/

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
}

h1{
	color: #ffffff;
}
h2{
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: #000000 1px 1px;
	line-height: 36px;
}

h3{
	color: dark gray;
	font-family: Arial, Tahoma, Verdana;
	font-size: 20px;
}

.pageHeader{
	color: black;
	font-family: Arial, Tahoma, Verdana;
	font-size: 20px;
}
.formHeader{
	color: black;
	background-color: lightblue;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
}
.middleHdr{
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
}

.middleTtl{
	font-family: Arial, Tahoma, Verdana;
	font-size:  14px;
	font-weight: bold;
	text-decoration: underline;	
}

a {
	color: #FF9900;

}

a:hover, a:active {
	
	color: #FF9900;	

}

.topCont {
	background: #003366;
	width: 100%;
	height: 60px;
	
	

}

.secondCont{
	background: gray;
	width: 100%;
	height: 320px;
}

.thirdCont {
	background: #eeeeee;
	width: 100%;
	height: 100px;
}

.fourthCont {
	background: #ffffff;
	width: 100%;
	height: 300px;
}
.fifthCont {
	background: #eeeeee;
	width: 100%;
}
.sixthCont {
	background: #003366;
	width: 100%;
	height: 50px;
}
.middleCont {
	background: #eeeeee;
	width: 100%;
}
.bottomCont {
	background: gray;
	width: 100%;
	height: 50px;
}

.secondNormal{
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	color: #ffffff;	
}

.topLink a {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
    	margin: 0;
	padding: 6px 10px 6px 10px;
	text-decoration: none;

}

.topLink a:hover, #header ul.nav li a:active {
	background: #FF9900;
	color: #FFFFFF;	

}


.innerHeader{
	align: center;
	height:  20px;
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}



.middleTable{
	background: #ffffff;
}
.example{
	color: gray;
	font-size: 10px;	
}
