.header {
	background-image: url(sky.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.skyvert {
	background-image: url(sky2.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 19px;
	color: #082686;
	font-weight: bold;
}
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: 150px;
	height: auto;
	padding: 12px 0px;
	margin: 0px 0  1px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(soval.gif);
	background-repeat: no-repeat;
	background-position: center center;
		}
		#nav ul li a:hover {
	color: #FFF;
		background-image: url(soval1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
		#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;
}
.bodytext {
	font-size: 80%;
}
.leftmargin {
	margin-left: 20px;
}
h2 {
	font-size: 110%;
}
.border {
	border: 1px solid #000000;
}
h3 {
	font-size: 105%;
	font-weight: medium;
}