.header {
	background-image: url(sky1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #1F5392;
}

h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 19px;
	color: #000000;
	font-weight: lighter;
}
nav {
	margin: 0 0;
	padding: 0 0 0 0px;
	
}
	#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
	 #nav ul li {
	display: block;
	padding: 0;
	margin: 0;
	}
	 #nav ul li a {
	width: 140px;
	height: auto;
	padding: 12px 0px;
	margin: 0px 0  1px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(soval1.gif);
	background-repeat: no-repeat;
	background-position: center center;
		}
		#nav ul li a:hover {
	color: #FFF;
		background-image: url(soval.gif);

}
		#nav a:active {
			color: #BCBCBC;
		}
body {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	color: #082686;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sub {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 70%;
}
a:active 	{ color:#FF0000; Text-Decoration: underline}
a:link 		{ color:#0000FF; text-decoration: underline} 
a:visited 	{ color:#0000FF; text-decoration: underline} 
a:hover 	{ color:#FF0000; Text-Decoration: none;  } .justified {
	font-size: 80%;
	text-align: justify;
	margin-right: 6px;
	margin-left: 6px;
}
.bodytext {
	font-size: 80%;
}
.leftmargin {
	margin-left: 20px;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
.hidden {
	display: block;
	display: none;
}
.topedge {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1A4896;
	}
