/* external CSS file */
/* filename: primary.css */
/* no HTML markup allowed */

/* basic elements */
* {
	margin: 0px;
	border: none;
	padding: 0px;
}

html {
	font-size: 1em;
}

body {
	min-height: 100%;
	margin: 0px 0px;
	padding: 0px;
	color: black;
/*	background-color: #990033; // Oberlin Red */
	background: #002244 url(../images/edgeBG.jpg) repeat-y top;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

img {
	margin-bottom: -4px;
}

p {
	padding-bottom: 8px;
	text-align: justify;
}

blockquote {
	padding-left: 32px;
	padding-bottom: 8px;
}

h3 {
	margin-top: 16px;
/*	margin: 8px 0px 8px 0px;
	border-bottom: 2px solid #285577; */
	font-size: 1.5em;
}

h4 {
	margin-top: 8px;
	margin-bottom: 4px;
}

a:link {}
a:visited {}
a:hover, a:active {}

/* specific divs */
#container {
	width: 800px;
	min-height: 100%;
	margin: 0px auto;
/*	border-left: 4px solid #bbbbbb;//#285577;
	border-right: 4px solid #bbbbbb;//#285577; */
	padding-bottom: 32px;
	background-color: #e6ebec;
}

#header {
	height: 408px;
}

#title {
}	

#banner {
	border-top: 4px solid #444444;
	border-bottom: 4px solid #444444;
}

#navigationList {
	float: right;
	width: 150px;
	margin: 16px 0px 0px 16px;
	text-align: center;
	background-color: #d6dbdc;
	z-index: 2;
}

#navigationList ul {
	border-top: 2px solid #bbbbbb;
}

#navigationList li {
	list-style: none;
	border-bottom: 2px solid #bbbbbb;
	text-align: center;
}

#navigationList li a {
	display: block;
	border-left: 16px solid #e6ebec;
	padding: 8px;
	color: black;
	background-color: #d6dbdc;
	text-decoration: none;
}

#navigationList a:hover {
	color: #285577;
	background-color: #c6cbcc;	
}

#mainContent {
	padding: 0px 16px;
	z-index: 1;
}

#mainContent ul {
	margin-left: 32px;
}

#mainContent ol {
	margin-left: 32px;
	margin-bottom: 8px;
	list-style-type: lower-alpha;
}

#footer {
	margin: 16px;
	color: #999999;
	margin-top: 40px;
	border-top: 4px solid #c6cbcc;
	font-size: 0.8em;
}	

#footer p {
	position: relative;
	top: 16px;	
	text-align: center;
}

#footer img {
	display: inline;
	margin-right: 16px;
}

#footer a{
	color: #999999;
	text-decoration: none;
}

#footer a:link{
	color: #999999;
	text-decoration: none;
}

#footer a:visited{
	color: #999999;
	text-decoration: none;
}

