body {
	background-color:#EBEBEC;
	font-family: sans-serif;
	}
	
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	font-style:italic;
	}

#container {
	width:800px;
	height:auto;
	margin: 0 auto;
	}
	
#header1 {
	width:100%;
	height:130px;
	background-color:#006699;
	}

#header2 {
	width:100%;
	height:130px;
	background-color:#997559;
	}
	
#header3 {
	width:100%;
	height:130px;
	background-color:#703331;
	}

#header4 {
	width:100%;
	height:130px;
	background-color:#139578;
	}

h1 {
	font-size:50px;
	color:#CCCCCC;
	margin: 15px 0 0 20px;
	}
	
h2 {
	font-size:26px;
	color:#999999;
	margin: 0 0 0 60px;
	}

h3 {
	font-size:22px;
	color:#006699;
	margin: 5px 0 0 5px;
	}

h3sep {
	font-size:22px;
	color:#997559;
	margin: 5px 0 0 5px;
	}

h3red {
	font-size:22px;
	color:#703331;
	margin: 5px 0 0 5px;
	}


h3p {
	font-size:22px;
	color:#229999;
	margin: 5px 0 0 5px;
	}

	
p {
	font-size:12px;
	color:#000000;
	margin: 0 10px 0 10px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	}

p2 {
	font-size:14px;
	color:#000000;
	margin: 0 10px 0 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	}

p2a {
	font-size:14px;
	color:#666666;
	margin: 0 10px 0 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	}

		
#horiznav {
	float:center;
	margin-right:10px;
	}
#horiznav a{
	font-family: impact, sans-serif;
	text-decoration:none;
	color:#CCCCCC;
	margin: 30px 5px 20px 5px;
	}
#horiznav a:hover {
	border-bottom: 3px solid #999999;
	}

#horiznav a:active {
	color:#999999;
	border-bottom: 3px solid #CCCCCC;
	}
	
#vertinav {
	background-color:#D7D7D7;
	width:200px;
	height:100%;
	float:right;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin:0 0 0 5px;
	color:#666666;
	text-decoration:none;
	}

#vertinav li a:hover {
	color: #006699;
	}
.vertinavheader {
	font-size:22px;
	color:#000000;
	margin-left: 5px;
	}
	

#vertinavcontent {
	margin-left:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	background-color:#E4E4E4;
	float:center;
	width:600px;
	}

#content2 {
	background-color:#E4E4E4;
	float:center;
	width:800px;
	}

	
