@charset "UTF-8";

body {
	background: #74ACD5;
	margin: 0;
	padding: 0;
}

a, a:hover, a:visited{
	color: inherit;
	text-decoration:none;
	}

h1, h2, h3{
	margin: 0;
	}

img{
	outline: none;
	border: none;
	}
	
#container{
	color: #222;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	background-color:white;
	width: 980px;	
}

#header{
	background-image:url(/graphics/background.jpg);
	background-repeat:repeat-y;
	height: 140px;
	}
#header img {
	padding: 20px;
	}
	
#header #contact{
	width:220px;
	float:right;
	padding-top: 30px;
	text-align:center;
	color:#111D5C
	}

#main{
	padding: 20px;
	border-bottom: thin solid black;
	}
	
#left{
	width: 180px;
	float: left;
	}

#menu{
	padding-top: 22px;	
	}
#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
#menu ul li{
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	}

#menu ul li a:hover, #current {
	color:#003399;
	font-weight: 900;
	}

#sub{
	padding-left:20px;
	}

#center{
	width: 560px;
	float: left;
	}
#center div{
	padding-left: 20px;
	padding-right: 20px;
	}
	
#right{
	width: 180px;
	float: left;
	padding-top:22px;
	}
			
#footer{
	background-image:url(/graphics/background.jpg);
	background-repeat:repeat-y;
}

#sitemap{
	font-size:10px;
	padding: 20px;
	float:left;
	}
	
