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

* {
	margin:0px;
	padding:0px;
}

a:link {
	color:#171785;
}

html {
	background-color:#011529;
	font-family: Georgia, Times New Roman, Times, serif;
}

#container {
	width: 830px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/back.png);
}

#header {
	height: 99px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: 03035f;
	margin-bottom: 10px;
}

#main{
	width: 800px;
	margin:0 auto;
	background-color: #FFF;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat;
}

#links {
}

#links img {
	border: none;
}

#sidebar {
	height: auto;
	width: 220px;
	float: left;
	padding-bottom: 20px;
}

.sidebarLink {
	color:#000;
	padding-left: 5px;
	height: 20px;
	margin-top: 10px;
	vertical-align: middle;
}

.sidebarLink a:link {
	text-decoration:none;
}

.sidebarLink a:visited {
	text-decoration:none;
	color:#000000;
}

.bioImage {
	float: left;
	height: 113px;
	width: 94px;
	margin-right: 15px;	
}

.bioAffiliation {
	margin-left: 14px;
}

#bioText {
	color: #006;
}

#content {
	height: auto;
	width: 570px;
	float: right;
	margin-right: 5px;
	margin-bottom: 15px;
}

.leftText {
	width: 350px;
	float: left;
}

.contentText {
	width: 450px;
	float: left;
}

.imageLeft {
	float: left;
	height: 50px;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.imageRight {
	float: right;
	height: 50px;
	width: 200px;
	margin-left: 25px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.imageCenter {
	height: 50px;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 165px;
}

.rightImage {
	
}

#map {
	height: auto;
	width: 450px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}

#map h2 h3 {
	color:#013312;
}

#privacyTitle {
	float: left;
	width: 250px;
}

#privacyDate {
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 30px;
	vertical-align: bottom;	
}

#footer {
	width: 800px;
	height:50px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000000;
	font-size: 11px;
	padding-top: 5px;
	color: #000000;
}

.clearfloats {
	clear:both;
}
