body {
	background-attachment: fixed;
	background-image: url(Assets/plane_background_medium.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
	/*width:100%;
	height:100%;*/
	padding:0px;
	margin:0px;
}
#main #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}

#main #content {
	margin-bottom: 10px;
	min-height:400px;
	padding-bottom: 20px;
}

#main {
	height: 100%;
	width: 620px;
	max-width:620px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f2f7f9;
	background-image: url(Assets/2006_interface/right_edge.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#main #header {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	height:30px;
	width:100%;
	background-color: #dfebf6;	
	background-image: url(Assets/2006_interface/top-edge.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;	
}
#main #header_right{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	height:100%;
	width:10px;
	background-image: url(Assets/2006_interface/top-right_edge.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin:0px;
	padding:0px;
}

#main #content p .blurb {
	font-weight: bold;
}

.blurb {
	font-weight: bold;
	color: #666666;
}
#main #header #menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 600px;
}
#main a {
	color: #0073ae;
	text-decoration:underline;
}
#main #content {
	/*position: relative;
	bottom: 10px;
	left: 13px;
	right: 22px;
	top: 55px;*/
	margin-top:10px;
	margin-bottom:10px;
	margin-left:13px;
	margin-right:22px;
	padding:0px;
	background-color: #f2f7f9;	
	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0073ae;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #333333;
	font-weight:bold;
}


#main #footer #disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#main #footer #disclaimer a {
	color: #0073ae;
	text-decoration:underline;
}
#main #footer {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	height:30px;
	width:100%;
	background-color: #dfebf6;	
	background-image: url(Assets/2006_interface/bottom-edge.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;	
}
#main #footer_right{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	height:100%;
	width:10px;
	background-image: url(Assets/2006_interface/top-right_edge.gif);
	background-repeat: repeat-y;
	background-position: right bottom;	
	margin:0px;
	padding:0px;
}

#logo {
	position:absolute;
	bottom:30px;
	right:10px;
	width:182px;
	height:30px;
	text-align:center;
	margin:0px;
	padding:0px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}


/* Brought over from the old CSS */
#login_box {
	background-color: #E0E9F0;
	padding: 10px;
	width: 400px;
	margin-top: 20px;
	/*margin-right: 170px;*/
	margin-bottom: 50px;
	margin-left: 10px;
}
label {
	text-align: right;
	clear: both;
	float: left;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #333333;	
}
.inputbox {
	margin: 10px;
	width: 240px;
}
.gobutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	clear: both;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#login_box_header {
	background-color: #FFFFFF;
	padding: 2px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0073ae;
}
#form_box {
	background-color: #E0E9F0;
	padding: 10px;
	width: 560px;
	margin-top: 10px;
	/*margin-right: 90px;*/
	margin-bottom: 10px;
	margin-left: 10px;
}
.comment {
	background-color: #FFFFFF;
	padding: 2px;
	margin: 5px;
	height: 50px;
	width: 100px;
}
.form_label {
	margin-top: 15px;
	width: 150px;
}
.inputtextbox {
	margin: 10px;
	width: 240px;
	height: 200px;
}
#ajax_report {
	color: #333333;
	background-color: #E0E9F0;
	position: fixed;
	_position: absolute;
	height: 200px;
	width: 200px;
	z-index: 101;
	filter:alpha(opacity=90);
	opacity:.9;
	right: 5px;
	bottom: 5px;
	padding: 5px;
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
}
#main #content .user-admin-box {
	border: solid 1px #666666;
	margin: 5px;
	width: 90%;
	padding: 5px;
	background-color: #E0E9F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#main #content .user-admin-box .name {
	width: auto;
	padding: 5px;
	cursor: pointer;
}
