/* CSS Document */

body {
	font-family: Verdana, Arial, San-serif;
	background-image: URL(images/paper_texture.jpg);
	background-repeat: repeat;
	line-height: 16pt;
	font-size: 8pt;
	color: #404136;
	height: 100%;
	
}

p {
	font-size: 8pt;
	color: #404136;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

a, a:visited {
	font-size: 8pt;
	text-decoration: underline;
	color: #AEA27F;
}

a:hover {
	text-decoration: none;
	color: #18AFCF;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 14pt;
}

h2 {
	font-family: Georgia;
	font-size: 12pt;
	color: #ABB47B;
	margin: 10px 0px 5px 0px;
	text-align: center;
}

.container {
	background-image: URL(images/content_background.jpg);
	background-repeat: repeat-y;
	width: 582px;
	padding-left: 15px;
	margin-left: 150px;
}

.nav_container {
	position: absolute;
	top: 1px;
	left: 175px;
}

.content_container {
	position: absolute;
	top: 1px;
	left: 400px;
}

.main_navigation {
	margin-top: 15px;
	margin-left: 25px;
	width: 200px;
}

.menu {
	display: block;
}

.content_area {
	margin-left: 200px;
	margin-right: 30px;
}

.input_text {
	border: 1px solid #E7DDBA;
}

.input_button {
	margin-top: 5px;
	padding: 2px;
	background-color: #E7DCBC;
	border-top: 1px solid #E7DCBC;
	border-left: 1px solid #E7DCBC;
	border-bottom: 1px solid #D7CDAF;
	border-right: 1px solid #D7CDAF;
	font-size: 10pt;
	font-weight:bold;
	color: #88897D;
	cursor: pointer;
}

.table_header {
	font-family: Georgia;
	font-size: 12pt;
	color: #ABB47B;
	padding: 5px 0px 5px 0px;	
}

.footer {
	margin-top: 30px;
	border-top: 1px solid #BDB9A0;
	width: 340px;
	line-height: 16pt;
	font-size: 8pt;
	color: #404136;
}
