@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }
a:link, a:visited, a:active { text-decoration: none; color: #fff; }
img { border: none; }

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	width: 90%;
	color: #fff;
	background:#000080;
}
li {
	font-style: italic; 
	list-style-type: none;
	}
.sidebar {
	width: 305px;
	float: right;
	height: 500px;
}
.logo {
	background: url(images/logo.png) no-repeat 0 0;
	width: 244px;
	height: 34px;
	margin: 130px auto 60px;
}
.logo h1 { text-indent: -99999px; }

.contact_info {
	margin: 40px 15px 10px;
	text-align: right;
}


.contact_info a:link, a:visited, a:active { text-decoration: underline;}
.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 10px; float: right; margin: 2px 3px 0 0; font-weight: bold; clear:both; }
.footer {height: 20px;}