html, body {
	background-color: #ffffff;
	font-family: Myriad Pro, Verdana, Arial, sans-serif;
	color: #00447a;
	line-height: 25px;
}

h1 {
	font-size: 30px;
	color: #009ee0;
	font-weight: normal;
	margin-top: 0px;
}

a:link, a:active, a:visited {
	color: #ad5819;
	text-decoration: none;
}

a:hover, a:focus {
	color: #009ee0;
}

hr {
	height: 2px;
	background-color: #00447a;
	border-style: solid;
}

table.articles {
	width: 100%;
}

th {
	background-color: #00447a;
	color: #ffffff;
}

td {
	vertical-align: top;
}

label {
	display: block;
}

input, textarea {
	width: 90%;
	border-style: groove;
}

input.submit {
	width: 100px;
	background-color: #00447a;
	color: #ffffff;
	border: 0;
}

textarea {
	height: 100px
}

img {
	border: 0px;
}

#shadow {
	position: absolute;
	left: 50%;
	margin-left: -517px;
	top: 0px;
	width: 1034px;
	height: 805px;
	background-image: url('../images/shadow.jpg');
	z-index: 0;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	top: 0px;
	width: 1024px;
	height: 800px;
	background-color: #fffef3;
	z-index: 1;
}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	top: 40px;
	width: 290px;
	height: 162px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 2;
}

#menu {
	position: absolute;
	left: 50px;
	top: 240px;
	width: 250px;
	text-align: right;
	margin: 0px;
	z-index: 2;
}

#menu li {
	list-style-type: none;
	
}

#search {
	position: absolute;
	left: 50px;
	top: 600px;
	text-align: right;
	z-index: 2;
}

#search input {
	width: 150px;
}

#content {
	position: absolute;
	left: 340px;
	top: 250px;
	width: 350px;
	max-height: 500px;
	padding: 0px 0px 35px 35px;
	border-left: 2px solid #ad5819;
	border-bottom: 2px solid #ad5819;
	z-index: 3;
	background-color: #fffef3;
	overflow-y: auto;
}

#background {
	position: absolute;
	left: 695px;
	top: 0px;
	width: 330px;
	height: 800px;
	text-align: right;
	z-index: 2;
}

#backgroundImg {
	height: 100%;
}

li.references {
	font-size: smaller;
}

li.subNav {
	margin-right: 20px;
}