@charset "UTF-8";
/* CSS Document */
body {
	background-color:#094f9d;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:small;
	color:#c3d4e8
	}
	
a:link, a:visited, a:active {
  	text-decoration: underline;
  	color:#FFFFFF
	}
	
a:hover {
	text-decoration:none;
	}
	
img {
	border:0px;
	}

#container {
	width:950px;
	height:600px;
	margin:auto;
	}
	
#page {
	width:950px;
	height:600px;
	background-color:#094f9d;
	}
	
#left {
	float:left;
	width:600px;
	height:600px;
	}
	
#right {
	float:left;
	width:350px;
	height:600px;
	background:url(img/logo2.gif) top right no-repeat;
	}
	
#topmenu {
	height:45px;
	width:550px;
	margin-left:50px;
	margin-top:130px;
	}

#content {
	height:375px;
	width:545px;
	border:#000000 1px solid;
	margin-left:50px;
	}
	
#logo {
	height:126px;
	width:228px;
	margin-top:45px;
	}
	
#menu {
	height:240px;
	width:105px;
	margin-top:130px;
	}
	
#nav {
	list-style:none;
	margin:0;
	padding:0;
	}