/* USED TO DEFINE GLOBAL FONT-FAMILY */
body, p, table, th, td, p, span, li, h1, h2, a, input, textarea
{
	font-family: Trebuchet MS;
}

body
{
	margin: 0px;
	background-image: url(../images/structure/background_tile.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#maincell
{
	position: relative;
}

#header
{
	margin-top: 5px;
	height: 100px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 0px;
}

#header_text
{
	position: absolute;
	top: 24px;
	left: 267px;
}

#nav
{
	position: absolute;
	top: 68px;
	left: 243px;
}

#nav div
{
	float: left;
	width: 111px;
	height: 32px;
	margin-right: 2px;
	background-image: url(../images/structure/tab_background.jpg);
	background-repeat: no-repeat;
	color: #706F5D;
	font-size: 70%;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

#nav div div
{
	float: none;
	width: auto;
	height: auto;
	margin: 0px;
	background: none;
	font-size: 100%;
	padding-top: 9px;
}

#nav div:hover
{
	cursor: pointer;
} 

#pageheader
{
	position: relative;
	width: 760px;
	margin-top: 15px;
	color: #6E6F5F;
	text-align: right;
	margin-right: 50px;
	font-weight: bold;
	right: 0px;
}

#pageback
{
	position: absolute;
	left: 0px;
}

#mainbody
{
	margin-top: 15px;
	height: 428px;
}

#leftcol
{
	float: left;
	width: 279px;
	margin-right: 16px;
}

#rightcol
{
	float: left;
	width: 483px;
	height: 428px;
	background-image: url(../images/structure/content_area_background.jpg);
	background-repeat: no-repeat;
}

#content_area
{
	margin-top: 15px;
	margin-left: 15px;
	width: 458px;
	height: 398px;
	overflow: auto;
	font-size: 80%;
	color: #706F5D;
}

#content_area h1
{
	font-size: 120%;
	margin: 0px;
	color: #706F5D;
}

#content_area li
{
	margin: 7px 0px;
}

#footer
{
}

.data_table
{
	font-size: 100%;
	margin: 20px 10px;
	color: #706F5D;
}

.data_table th,
.data_table td
{
	border: solid 1px black;
	padding: 2px;
}

.form_table
{
	font-size: 100%;
	margin: 20px 10px;
	color: #706F5D;
}

.form_table th,
.form_table td
{
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.lgFormField
{
	width: 200px;
}

.lgFormField option
{
	width: auto;
}