body {

	background-image:url(images/bg.jpg);

	background-repeat:repeat;

	margin:0px;

	font-family:Trebuchet MS;

	font-size:14px;

	color:#ddcaaa;

}



/* Main Boxes */



#gradtop {

	background-image:url(images/gradtop.jpg);

	background-repeat:repeat-x;

	padding-bottom:80px;

}



#logo {

	width:800px;

	margin:auto;

	padding-top:50px;

	margin-bottom:15px;

	position:relative;

}



#logout {

	position:absolute;

	right:0px;

	top:60px;

	text-align:right;

	color:#ffffff;

}



#container {

	width:800px;

	margin:auto;

	background-color:#372c18;

	border:1px solid #3f321b;

}



#content {

	background-color:#45371f;

	border:1px solid #524328;

	position:relative;

	margin-top:50px;

}



#alert {

	overflow:hidden;

}

/* Navigation */



#nav {

	position:absolute;

	top:-34px;

	z-index:10;

	padding-left:15px;

}



a.button_active {

	display:block;

	float:left;

	height:35px;

	background-image:url(images/nav.jpg);

	background-repeat:no-repeat;

	width:109px;

	text-align:center;

	line-height:35px;

	color:#ffffff;

	font-size:12px;

	text-decoration:none;

	margin-right:3px;

}



a.button {

	display:block;

	float:left;

	height:35px;

	background-image:url(images/nav2.jpg);

	background-repeat:no-repeat;

	width:109px;

	text-align:center;

	line-height:35px;

	color:#836c45;

	font-size:11px;

	text-decoration:none;

	margin-right:3px;

	margin-top:4px;

}



a.button:hover {

	color:#ffffff;

}



/* Content */



#hide_hold {

	position:absolute;

	right:0px;

	top:0px;

}





.buffer {

	margin:15px;

	position:relative;

}



.sep {

	background-image:url(images/sep.jpg);

	background-repeat:repeat-x;

	height:10px;

	margin-top:10px;

}



/* Form Styles */



.fshort {

	background-image:url(images/formbg.jpg);

	background-repeat:repeat-x;

	border:1px solid #705d3d;

	background-color:#5c4a2c;

	padding:10px;

	width:300px;

	color:#b8a483;

}



.flong {

	background-image:url(images/formbg.jpg);

	background-repeat:repeat-x;

	border:1px solid #705d3d;

	background-color:#5c4a2c;

	padding:10px;

	width:450px;

	color:#b8a483;

}



.farea {

	background-image:url(images/formbg.jpg);

	background-repeat:repeat-x;

	border:1px solid #705d3d;

	background-color:#5c4a2c;

	padding:10px;

	width:600px;

	color:#b8a483;

}



.login {

	background-image:url(images/formbg.jpg);

	background-repeat:repeat-x;

	border:1px solid #705d3d;

	background-color:#5c4a2c;

	padding:10px;

	width:200px;

	color:#b8a483;

}



/* Table Styles */



.tstyle {

	width:99%;

	border:1px solid #514228;

	border-bottom:none;

}



.tstyle td {

	padding:10px;

	border-bottom:1px solid #514228;

}



td.title {

	background-color:#372c18;

	font-weight:bold;

	color:#ffffff;

}



/* GENERAL CLASSES */



.underline {

	text-decoration:underline;

}



p {

	margin-top:10px;

	margin-bottom:10px;

}



h1,h2,h3 {

	margin-top:5px;

	margin-bottom:5px;

	color:#ffffff;

}



h1 {

	font-size:24px;

}



h2 {

	font-size:20px;

}	



h3 {

	font-weight:normal;

	font-size:16px;

}



a {

	color:#ffffff;

	text-decoration:underline;

}



a:hover {

	text-decoration:none;

}



a img {

	border:none;

}



img {

	vertical-align:middle;

}