body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 0 0;
	text-align: center;
}

#header a
{
	color:white;
	text-decoration: none;
}

#header a:hover
{
	color:#DDC983;
	text-decoration: none;
}

a
{
	color:#D40001;
	text-decoration: none;
}

a:hover
{
	color:#FF4B4C;
	text-decoration: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3B382E;
	border: 1px solid #1D1C16;
	padding-left: 4px;
}

input.groovybutton
{
/*
   font-size:10px;
   font-family:Tahoma,sans-serif;
   font-weight:bold;
   color:#D5B67F;
   height:18px;
   background-color:#62440E;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff330000',EndColorStr='#ff775511');
   border-top-style:solid;
   border-top-color:#D5B67F;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#D5B67F;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#D5B67F;
   border-left-width:10px;
   border-right-style:solid;
   border-right-color:#D5B67F;
   border-right-width:1px;
   */
}

.noborder {
	border: 0px;
	background: url();
}

select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3B382E;
	border: 1px solid #1D1C16;
}

select.search
{
	font-weight:bold;
	font-size: 9px;
	color: #3B382E;
	background-color: #FAF8F1;
	width:180px;
}

select.searchsmall
{
	font-weight: bold;
	font-size: 9px;
	color: #3B382E;
	background-color: #FAF8F1;
	width: 90px;
}

.tab
{
	width:187px;
	height:20px;
	background:url(/images/tab_Standard.gif) bottom;
	font-size: 9px;
	font-weight: bold;
	color: #FACB7D;
	text-align:center;
	cursor: hand;
}

.tabS
{
	width:187px;
	height:20px;
	background:url(/images/tab_Selected.gif) bottom;
	font-size: 9px;
	font-weight: bold;
	color: #FBE4BF;
	text-align:center;
	cursor: hand;
}

#container {
	width: 766px;
	margin: 0 auto;
	background-color: #EADECA;
}

#header {
	height: 282px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.formfield
{
	font-size:10px;
	font-weight:bold;
	color:#CEC6AB;
}

#bodyContent {
	margin: 0px;
	background-color: #fff;
}

#bodyContentInner {
	text-align: left;
	padding: 0;
	line-height : 15px;
}

#threeCols {
	margin: 0 0 0 0;
	padding-bottom: 15px;
	text-align: center;
	position: relative; 
	display: block; 
	overflow: visible;
	background-color: #fff;
}

#midCol {
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	width: 566px;
	overview: auto;
	background-color: #fff;
	padding-left:15px;
}	

#rightCol {
	float: left;
	text-align: left;
	padding-left:5px;
	margin: 0 0;
	width: 170px;
	overview: auto;
	background: #F8F4F0;
	height: 100%;
	background-color: #F8F4F0;
}	

#midColProp {
	margin: 0 0;
	text-align: left;
	width: 766px;
	background-color: #fff;
}	

#midColContent {
	padding: 0 0 0 0;
	text-align: left;
	line-height : 15px;
	background-color: #fff;
}

#footer {
	width: 766px;
	float: left;
	text-align: center;
	padding-bottom: 15px;
	height: 220px;
	background-color: #fff;
	background: url(/grafx/backgroundPageBottom.gif) bottom #fff repeat-x;
}

#footer a {
	font-size: 11px;
	color: #777676;
}

