﻿/* CSS layout */
*{
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

body {
	padding: 0; 
	margin: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#masthead {
	position: relative;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000080;
	color: #FFFFFF;
	text-align: left;
}

#header {
	margin-right:150px;
	padding: 10px;
}
#top_right {
	width: 140px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
}

#container {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#page_content {
	width: 550px;
	margin-right: 150px;
}
#pic {
	list-style: circle;
	width: 550px;
	height: 110px;
}
#title {
	background-color: #CC0000;
	text-align: left;
	color:#FFFFFF;
	padding: 10px;
}
#main {
	width: 550px;
	min-height: 400px;
	position:relative;
	
}
#info {
	width: 400px;
	margin-right: 120px;
	padding: 10px;
	padding-right: 20px;
	min-height:410px;
	vertical-align:top;
	text-align:left;
	font-size: small;
}
#subnav{
	width: 120px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 5px
	
}
#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
}	
#navigation {
	width: 140px;
	text-align: right;
	padding: 5px;
	background-color:#99CC66
}
#space {
	width: 150px;
	height: 50px;
	padding-top: 5px;
	background-color:#CC0000;
}
#pic2 {
	width: 150px;
	height: 300px;
}

#footer {
}

/* navigation Styles */
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 150 px;
	font-size: small;
	color: #000080;
	
}
#navigation li {
	margin: 0;
	padding: 0;
}
#navigation a {
	color: 000080;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
}

#subnav ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 100 px;
	font-size: small;
	color: #000080;
}
#subnav li {
	margin: 0;
	padding-bottom: 10px;
}
#subnav a {
	color: 000080;
	text-decoration: none;
	display:inline-block;
	padding: 0px;
}

/* various text styles */
.address {
	font-size: xx-small;
}
.question {
	font-weight:bold
}
a {
	color: #000080;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000080;
	text-decoration:underline
	
}

.subhead {
	font-size: large;
	font-weight: bold;
	color: #000080;
}
