html {

	min-height: 110%;

	max-height: 110%;

	height: 110%;

	background-color: #9ABFDA;



	
margin: 0;


}



body {

	min-height: 98%;

	max-height: 98%;

	height: 98%;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 24px;

	color: #333333;

	background-image: url(../img/bg_splash.jpg);

	background-repeat: no-repeat;

	background-position: right bottom;
margin: 0;



}

#content {

	margin: 0;

	padding: 8px;

	background-color: #fff;

}

#wrapper {

	width: 800px;

	margin-left: 40px;

}

img {

	border: 0;

}

#header {

	margin: auto;

	padding: 0;

	height: 60px;

	background-image: url(../img/logo.png);

	background-repeat: no-repeat;

}	

#nav {

	float: right;

	height: 60px;

	width: 498px;

	margin:0;

	padding:0;

	padding-left: 20px;

	background-color: #fff;

	background-image: url(../img/background_nav.jpg);

	background-repeat: repeat-y;

	background-position:right;

}

#nav ul {

	list-style: none;

	margin: 0;

	border: 0;

}



#nav ul li {

	float: left;

	width: auto;

	height: 50px;

	margin: 0;

	margin-top: 4px;

	d

}



#nav ul li a {

	font-weight: normal;

	display: block;

	height: 38px;

	line-height: 36px;

	padding: 7px;

	font-size: 14px;

	font-weight: bold;

	text-decoration: none;

	color: #425867;

	border-left: dotted #9abfda 1px;

	float: left;

}



#nav ul li a:hover {

	font-weight: normal;

	display: block;

	height: 38px;

	line-height: 36px;

	background: #9abfda;

	padding: 7px;

	font-size: 14px;

	font-weight: bold;

	text-decoration: none;

	color: #fff;

}

.highlight {

	padding: 6px;

	background-image: url(../img/bg_light.png);

}

#content h1 {

color: #405f75;

font-family: Georgia, Times, Serif; font-weight:normal;

	font-size: 180%;

	margin: 10px 0px 0px 0px;

	padding: 0px 0px 4px 0px;

}

#content h2 {

color: #405f75;

font-family: Georgia, Times, Serif; font-weight:normal;

	font-size: 180%;

	margin: 10px 0px 0px 0px;

	padding: 0px 0px 4px 0px;

}

#content h3 {

color: #405f75;

font-family: Georgia, Times, Serif; font-weight:normal;

	font-size: 180%;

	margin: 10px 0px 0px 0px;

	padding: 0px 0px 4px 0px;

}

a {

	text-decoration: underline;

	color: #405f75;

}

a:hover{

	text-decoration: underline;

	color: #405f75;

	font-weight: bold;

}




