body {margin:0px;
	background:url(images/backfade.jpg) repeat-x top #333;	
}
table tr td{font-family:Arial, Helvetica, sans-serif; font-size:12px}

a{color:#006699}
a:hover{}

.headerleft{
}
.topmiddle{
}
.headerright{
}
.contentleft{
}
.contentright{
}
.left_nav_link{
	padding:3px 3px 5px;
	border-top:1px solid #CCC;
	background:#FFF;
}
.left_nav_link a{
	text-decoration:none;
}
.contentmiddle{
	background:#CCC;
	height:300px;
	width:768px;
	border:2px solid #000;
	border-top-width:0px;
	vertical-align:top;
}
#ContentTable{
	background:#BBB;
	width:768px;
}
.footerleft{
}
.footerright{
}
.footermiddle{
}

/* Header Styles */
#HeaderTable{
	background:#000;
	margin-top:10px;
}
.HorNavBackground{

}
#NavTable{
	background:url(images/tabimage_back.jpg) bottom center repeat-x;
}
#NavTable tr td table tr td{border-right:1px solid #000; border-left:1px solid #000; font-weight:bold; color:#FFFFFF}
.navigation a{text-decoration:none; padding:10px 10px 10px 10px; color:#FFF; display:block; background:url(images/tabimage_down.jpg) bottom center; font-weight:bold;}
.navigation a:hover{background:url(images/tabimage_over.jpg) bottom center #FFF; padding:10px 10px 10px 10px; color:#FFF}
.navigation a.Sel{text-decoration:none; padding:10px 10px 10px 10px; color:#000000; display:block; background:url(images/tabimage_up.jpg) bottom center}
.navigation a.Sel:hover{background:url(images/tabimage_up.jpg) bottom center}

/*Header Sub Nav*/
.menuroll{
position:absolute;
visibility: hidden;
border-top:1px solid #666666;
font:normal 12px;
line-height: 18px;
z-index: 100;
background-color: #CCCCCC;
filter:alpha(opacity=90);-moz-opacity:.90;
}

.menuroll a{
display: block;
text-indent: 3px;
background-color: #EEE;
border-bottom: 1px solid #ccc;
padding: 2px;
text-decoration: none;
text-indent: 5px;
}

.menuroll a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: black;
}

/* Headings */
h1{
	font-size:18px;
	color:#012F00;
	margin-top:0px;
}
h2{
	font-size:14px;}
h3{}

.SubDescription{
	background:#EABA73; border:1px solid #FFF; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; width:200px; vertical-align:top; font-weight:bold;
	padding-top:40px;
}
.field{background:#FFF}
.category{background:#EEE; color:#666}

.bluebox{
	background-color:#ccccff;
	border:1px solid #9999ff;
	margin-bottom:6px;
}
.redbox{
	background-color:#ffcccc;
	border:1px solid #ff6666;
	color:#990000;
	margin-bottom:6px;
}

/* Form Tables */
.info_table{ background:#CCC; }
.info_table tr td{ background:#FFF; }
.margin_medium{ margin:10px }
.top_margin_medium{ margin-top:10px; }
.bottom_margin_medium{ margin-bottom:10px; }

.form_text{ background:#EEE; border:1px solid #999; }
.form_select{ background:#EEE; border:1px solid #999; }
.form_textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:3px; border:1px solid #999; width:100%}
.required{ font-weight:bold; color:#0033CC; }
input.required, select.required{ border:1px solid #0033CC; font-weight:normal; color:#000 }

#dropinboxv2cover{
	width: 320px; /*change width to desired */
	height: 170px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 300px; /*change width to above width-20. */
	height: 140px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 2px solid #003399; /*Customize box appearance*/
	border-top:0px;
	background:#FFF;
	padding: 4px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
