/* CSS Document */

body {
	background-color:#0075be;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

#container, #container2 {
	width: 800px;
	position:absolute;
	left: 50%;
	margin: 0 0 0 -400px;
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

#logo {
	width: 200px;
	height: 133px;
	float:left;
	background-color: #000000;
}

#logo h1 {
	width: 200px;
	height: 133px;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#logo h1 span {
	display:none;
}

#header {
	width: 596px;
	height: 26px;
	float:right;
	margin: 0;
	padding: 110px 4px 0 0;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:right;
	font-size: 10px;
	font-weight:bold;
}

#navigation {
	width: 200px;
	float:left;
	margin: 0;
	padding: 0;
	background-color:#ededed;
	border-top: 3px solid #000000;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}

#navigation ul { 
	margin: 0pt; 
	padding: 0pt; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	float: none; 
}

#navigation ul a, #navigation ul a:link, #navigation ul a:visited, #navigation ul a:visited {
	width: 200px;
	display:block;
	border-bottom: 3px solid #000000;
	text-decoration:none;
	color: #000000;
	line-height: 30px;
	font-weight:bold;
	background-color:#ededed;
}

#navigation ul a:hover {
	background-color: #5ba2d0;
	color: #ffffff;
}

#navigation p a img{
	width: 130;
	display: auto;
	border-bottom: 0;
}

#navigation p {
	padding: 3px;
	margin: 0;
}

#content {
	width: 580px;
	float: right;
	margin: 0;
	padding: 10px;
	background-color:#ffffff;
	min-height: 363px;
	font-size: 12px;
	line-height: 20px;
}

#content h1 {
	font-size: 18px;
	color: #0075be;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h2 {
	font-size: 14px;
	color: #660000;
	margin: 0 0 10px 0;
	padding: 0;
}

#clear {
	clear:both;
}

#footer {	
	width: 794px;
	font-size:10px;
	color: #000000;
	background-color:#0075be;
	padding: 3px;
	border-top: 3px solid #000000;
}

#footer a {
	color: #000000;
}

#bottom, #bottomlinks {
	background-color:#cccccc;
	width: 800px;
	color: #000000;
	font-size:9px;
	text-align:center;
}

#bottomlinks ul {
	width: 800px;
	text-align:center;
}

#bottomlinks ul li {
	float: left;
	text-align:center;
}

#bottom a, #bottomlinks a {
	color: #000000;
	font-size:9px;
	margin: 3px 3px 0 0;
}
	