html, body, img { margin: 0;padding: 0; }
	  
body {
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	text-align: center;
	background: url(images/back.jpg) left top repeat #1B91CF; 
	}
	
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }


h1, h2, h3, h4, h5 { color: #FFFFFF; }


a { text-decoration: none; }
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover {color: #CCCCFF; text-decoration: underline; }
a:visited:hover { color: #CCCCFF; text-decoration: underline; }


ul li, ol li { font-size: 100%; }
ul li ul li a { font-size: 100%; }


table { font-size: 100%; }

#gradient { width: 100%; height: 800px; text-align: center; margin: 0; padding: 0; background: url(images/gradient.jpg) left top repeat-x; }

#placeholder { position: relative; width: 800px; margin: 0 auto 0 auto; }

	
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(images/head.jpg) left top no-repeat;
	}
	
#head { z-index: 3; position: relative; width: 900px; height: 182px; font-size: 20px; }

#homeimage { position: absolute; top: -7px; left: 0; }

#logo { position: absolute; top: 21px; left: 50px; margin: 0; padding: 0; }

#slogan { position: absolute; right: 90px; top: 40px; font-size: 17px; font-weight: bold; color: #07449D; }

#nav { width: 565px; position: absolute; top: 118px; right: 48px; }

.gimage { float: left; margin: 0 15px 15px 0; width: 200px; min-height: 200px; }

#page { z-index: 2; margin: 0 auto 0 auto; padding: 0 0 20px 0; width: 750px; position: relative; }

.clear { clear: both; }

#foot {  width: 800px; height: 50px; position: absolute; top: 0; left: 0; background: url(images/foot.gif) left top no-repeat; }

.newslinks li { margin: 5px 0 10px 10px; }

#footer {
    color: #003399;
	margin: 0 auto 0 auto;
	padding: 10px 0 40px 0;
	text-align: center;
	font-size: 12px;
	width: 800px;
	position: relative;
	background: url(images/foot.gif) left top no-repeat;
	}

#footer a { text-decoration: none; }
#footer a:link { color: #003399 }
#footer a:visited { color: #003399; }
#footer a:hover { text-decoration: underline; }
#footer a:visited:hover { text-decoration: underline; }

#footer span { color: #FFFFFF; font-size: 11px; }

#footer span { text-decoration: none; }
#footer span a:link { color: #FFFFFF; }
#footer span a:visited { color: #FFFFFF; }
#footer span a:hover {color: #CCCCFF; text-decoration: underline; }
#footer span a:visited:hover { color: #CCCCFF; text-decoration: underline; }

