body {margin:0px; background-color:#FFF}
table tr td{font-family:Arial, Helvetica, sans-serif; font-size:12px}

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

.headerleft{
	background:url(images/bordershades_01.jpg) repeat-y right;
}
.headermiddle{
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}
.headerright{
	background:url(images/bordershades_02.jpg) repeat-y left;
}
.contentleft{
	background:url(images/bordershades_01.jpg) repeat-y right;
}
.contentright{
	background:url(images/bordershades_02.jpg) repeat-y left;
}
.left_nav_link{
	padding:3px 3px 5px;
	border-top:1px solid #CCC;
	background:#FFF;
}
.left_nav_link a{
	text-decoration:none;
}
.contentmiddle{
	background:#FFF;
	height:300px;
	width:768px;
	border:1px solid #FFF;
	border-top-width:0px;
	vertical-align:top;
}
#ContentTable{
	background:#FFF;
	width:768px;
}
.ContentDisplay{
	background:url(images/contentfade.jpg) repeat-x top #FFF; 
	border:0px solid #FFF;
}
.footerleft{
	background:url(images/bordershades_01.jpg) repeat-y right;
}
.footerright{
	background:url(images/bordershades_02.jpg) repeat-y left;
}
.footermiddle{
}
#FooterTable{
	margin-top:0px
}

/* Header Styles */
#HeaderTable{
	background:#FFF;
	
}
#LogoTable{
	border-top:20px solid #000;
	width:768px;
}
.HorNavBackground{

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

#ContactForm{}
#EmailTable{}

/*Header Sub Nav*/
.menuroll{
position:absolute;
visibility: hidden;
font:normal 12px;
line-height: 18px;
z-index: 100;
background-color: #77b0f8;
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:#000; margin-bottom:6px}
h2{font-size:14px; color:#006699; margin-bottom:6px}
h3{}

.field{background:#FFF}
.category{background:#EEE}

.bluebox{
	background-color:#ccccff;
	border:1px solid #9999ff;
	margin-bottom:6px;
}
.redbox{
	background-color:#ffcccc;
	border:1px solid #ff6666;
	color:#990000;
	margin-bottom:6px;
}
#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;*/
}
