/* <![CDATA[ *//* ------------------------------- GLOBAL SEMANTIC MARKUP*/

/* General */
html, body {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	height:auto;
	height:100%;
	color: #E5CC8E;
}
body {
	background-color: #000000;
}

/* Layout */
.hdr {
	text-align: left;
	width:900px;
	height: 121px;
	margin-bottom:4px;
	padding: 0px;
	background-color:#000000;
}
.menubox {
	text-align: center;
	margin: 0px;
	padding:0px;
	width: 900px;
	background-color:#963500;
}
.menu {
	padding: 3px;
}

.container {
	background-image: url(../grfx/bg.jpg);
	width:900px;
	padding:0px;
	margin:0px;
	text-align: center;
	overflow: hidden;
	height:auto;
	border:0px;
}
.blackbg {
	width:800px;
	margin-top:10px;
	background:#000000;
	text-align:left;
}

.sidebarbox {
	position:relative;
	float:left;
	padding: 0px;
	margin:0px;
	text-align:left;
	width: 150px;
	min-height: 100%;
	background-color:#000000;
}
.sidebar {
	text-align:left;
	margin-top: 30px;
	padding: 2px;
	background-color:#000000;
}

.contentbox {
	position:relative;
	float:left;
	width:649px; /* 650px - left border 1px */
	text-align: left;
	background-color:#000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #963500;
}
.contentboxindex {
	position:relative;
	float:left;
	width:799px; /* 800px - left border 1px */
	text-align: left;
	background-color:#000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
.content {
	text-align:left;
	margin: 0px;
	padding: 10px;
	background-color:#000000;
	height:100%;
}
.buckle_bottom {
	position:relative;
	width:261px;
	margin-left:200px;/* 50px left from container padding + 150px from sidebar */
}
.buckle_bottomindex {
	position:relative;
	width:261px;
	margin-left:50px;/* 50px left from container padding */
}

.formtable {
	width:580px;
}
.formrow {
	width:580px;
}
.formrow_topborder {
	width:580px;
	border-top: thin solid #E5CC8E;
}

.fieldwide {
	padding:4px;
	text-align:left;
	color:#000000;
}
.fieldname {
	float:left;
	width:130px;
	color:#E5CC8E;
	padding:4px;
	text-align:right;
}
.fieldheader {
	float:left;
	width:580px;
	color:#E5CC8E;
	background-color:#962D00;
	padding:4px;
	text-align:left;
	font-weight: bold; 
}
.fieldname_req {
	float:left;
	width:130px;
	color:#963500;
	font-weight:bold;
	padding:4px;
	text-align:right;
}
.field {
	float:left;
	width:250px;
	padding:4px;
	text-align:left;
}

.fieldname_quarter1 {
	float:left;
	width:130px;
	color:#E5CC8E;
	padding:4px;
	text-align:right;
}
.fieldname_quarter1_req {
	float:left;
	font-weight:bold;
	width:130px;
	color:#963500;
	padding:4px;
	text-align:right;
}
.fieldname_half_req {
	float:left;
	font-weight:bold;
	width:250px;
	color:#963500;
	padding:4px;
	text-align:right;
}
.fieldname_quarter3 {
	float:left;
	width:120px;
	color:#E5CC8E;
	padding:4px;
	text-align:right;
}
.fieldname_quarter3_req {
	float:left;
	font-weight:bold;
	width:120px;
	color:#963500;
	padding:963500;
	text-align:right;
}
.field_quarter {
	float:left;
	width:140px;
	padding:4px;
	text-align:left;
}

.footer {
	text-align:center;
	padding-bottom: 5px;
	color: #E5CC8E;
}


/* Text formatting */
p {
	font-family: Verdana, sans-serif;
	color: #E5CC8E;
}
.event {
	color:#000000;
 	font-size: 10px; 
	font-weight: normal; 
}
td.calendar {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	font-face:Arial,Verdana;
}
td.paypal {
	color: #E5CC8E;
	font-size: 11px;
	font-weight: normal;
	font-face:Arial,Verdana;
}
h1 {
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #963500;
}

hr {
	color:#963500;
	background-color:#963500;
	border: 2px solid;
	margin: 4px 0px 15px 0px;
}


/* Links */
a:link {
	font-weight: normal;
	color: #963500;
	text-decoration: underline;
	background-color: transparent;
}
a:visited {
	font-weight: normal;
	color: #963500;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	font-weight: normal;
	color: #963500;
	text-decoration: none;
	background-color: transparent;
}
a.white:link {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
a.white:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
a.white:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	background-color: transparent;
}
a.footer:link, a.footer:visited, a.footer:hover {
	font-weight: normal;
	color: #E5CC8E;
	text-decoration: none;
	background-color: transparent;
}

/* ------------------------------- *//* ]]> */