/* CSS Document */


body {
	font-family: arial, helvetica, sans serif;
	color: #333333;
	background: #999999;
	background-image: url(back.jpg);
}

p {
	font-size: 69%;
	margin-bottom: 0.8em;
	font-family: font-family:  "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	line-height: 1.4em;
}

h4 {
	font-size: 55%;
	margin-bottom: 3em;
	font-family: font-family:  "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	line-height: 1.4em;
}

h5 {	color: #3399cc; margin: 2px 0px 2px 0px; }

h1 {
	padding: 0px;
	margin-top: 1em;
  	font-size: 93%;
	color: #777777;
	margin-bottom: 0.3em;
}

h2 {
	padding: 0px;
	margin: 5px;
  	font-size: 69%;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

h3 {
	padding: 0px;
	margin-top: 1em;
  	font-size: 76%;
	color: #777777;
	margin-bottom: 0.3em;
}

h2 a:link, a:visited {
	color: #ffffff; 
	text-decoration: none;
}

h2 a:hover {
	color: #ffffff;	
	text-decoration: underline;
	font-weight: bold; 
}

#maincontain {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	/*height: 600px;*/
	background: #ffffff;
	background-image: url(backgroundsun.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	clear: both;
	}
	
#mainimage {
	float: left;
	padding-left: 20px;
	}
	
#logo {
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	}	

#menubar {
	float: left;
	background-color: #777777;
	width: 780px;
	text-transform: uppercase;	
	}	

#maintext {
	float: left;
	padding-left: 20px;
	margin-top:20px;
	}
	
#mainpicture {
	margin-top: 20px;
	padding-left: 20px;
	float: left;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}


li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;	
	/*border-left: 2px solid #999999;*/
	border-right: 2px solid #888888;
}

h5 a {
	color: #3399cc; 
	text-decoration: underline;
}

h5 a:visited {
	color: #3399cc; 
	text-decoration: underline;
}


h5 a:link { 	color: #3399cc; text-decoration: underline; }

h5 a:hover { color: #3399cc; text-decoration: underline; }

h3 a:link, visited{
	color: #3399cc; 
	text-decoration: none;
}

h3 a:hover {
	color: #3399cc;	
	text-decoration: underline;
}

li:hover {
	background-color: color: #ffffff;	
}

#tcurve {
	margin-left: auto;
	margin-right: auto;
	background-image: url(top.gif);
	height: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 780px;
	background-repeat: no-repeat;
}

#bcurve {
	margin-left: auto;
	margin-right: auto;
	background-image: url(bottom.gif);
	height: 10px;
	width: 780px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#clear
	{
	clear: both;
	}