﻿html {
	overflow-y: scroll;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 11px;
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size: 18px;
	color: #3E7EB6;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}

h2 {
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}

p {
	color: #555;
	font-size: small;
	padding-left: 10px;
	width: 90%;
	text-align: left;
	line-height: 13pt;
}

a:link, a:visited {
	color: #0088FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #202080;
	text-decoration: none;
}

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/sides_tile.gif');
	background-repeat: repeat-y;
}

#top_header {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	height: 70px;
	background-image: url('../images/banner.gif');
	background-position: center top;
}

#left_header {
	float: left; 
	width: 182px; 
	height: 150px;
	height: 384px;
	margin-left: 15px; 
	background-image:url('../images/side_image.jpg');
	display: inline; /* workaround for IE6 */ 
}

#navigation_container {
	width: 566px;
	float: right;
	padding: 0px;
	margin-right: 15px;
	background-color: RGB(135,163,192);
}

#navigation {
	background-color: RGB(221,232,236);
	margin-top: 10px;
	margin-bottom: 10px;
	width: 566px;
	float: right;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#navigation li {
	float: left;
	border: 0px;
}

#navigation a {
	margin: 0 0;
	padding: 2px 7px;
	display: block;
	text-decoration: none;
	color: #000;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f93;	
}

#content_container {
	width: 546px;
	margin-left: 199px;	
	padding: 10px;
	margin-top: 10px;
	margin-right: 15px;
	min-height: 384px;
}


#copyright {
	padding: 10px;
	text-align: center;
	color: navy;
}

#footer {
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	background-color: white;
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
	font-size: 11px;
	text-align: center;
	color: gray;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

#footer a {
	color: gray;
	text-decoration: none;
}

#footer a:hover {
	color: #0088FF;
	text-decoration: none;	
}

#publications {
	text-indent: -.5in;

	margin-left: .5in;
	margin-right: 0in;
	margin-top: 0in;
}

#publications p {
	font-size:x-small;
	text-align: left;
}

th, td{
	color: #555;
	font-size: 11px;
	text-align:left;
	line-height: 13pt;
}







