/* CSS Document */

body {
	background-color: #FAF3D1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 770px;
	background-image: url(../../images/bg_with_logo.jpg);
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
:link, :visited,a:active, a:hover { color:#0000FF }
	
#header {
	width: 100%;
	padding: 5px;
}

.header_right {
	margin-left:300px;
	height: 87px;
	text-align:right;
}

.header_left {
	margin-left:10px;
	background-color: #9B6904;
	float:left;
	height: 87px;
}
.red5 {
	height: 5px;
	background-color: #cc0000;
	width: 100%;
	margin:0px;
	padding: 0px;
	font-size:5px;
}
.beige5 {
	height: 5px;
	background-color: #bfb76c;
	width: 100%;
	margin:0px;
	padding: 0px;
	font-size:5px;
	}
#sub_header{
	width:100%;
	padding: 0px;
	margin: 0px;
	background-color: #cc0000;
	border-bottom: solid 1px #000000;
}

.sub_header_logout {
	color: #FFFFFF;
	padding-right: 5px;
	font-size:16px;
	font-weight:bold;
	width: 300px;
	float: right;
	text-align:right;
}
.sub_header_title {
	color: #FFFFFF;
	padding-left: 5px;
	font-size:16px;
	font-weight:bold;
}
#page{
	width:770px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:solid 1px #000000;
}

.navbar {
background-color: #004000;
height: 300px;
}

.bggreen {
background-color: #004000;
}

#pageNav{
	width:150px;
}
.main {
	background-color: #FAF3D1;
}
.main_text {
	padding: 10px;
	margin: 0px;
}

.page_title {
	width: 100%;
	border-bottom: 1px solid #000000;
	font-weight:bold;
	font-style:italic;
	font-size:x-large;
}
.footer {
	width: 100%;
	text-align:center;
	font-size:10px;
	}