body {margin:0px; background:#FFF}
table tr td{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.7em}

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

.headerleft{
	
}
.headermiddle{
	background:#FFF;
}
.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:#FFF;
	height:300px;
	width:772px;
	vertical-align:top;
}
#ContentTable{
	background:#FFF;
	width:772px;
}
.ContentDisplay{
	background:url(images/contentfade.jpg) repeat-x top #FFF; 
	border:0px solid #FFF;
}
.footerleft{
	
}
.footerright{
	
}
.footermiddle{
}
#FooterTable{
	margin-top:0px
}

/* Header Styles */
#HeaderTable{
	
}
#LogoTable{
	border-top:5px solid #ae9333;
	border-bottom:5px solid #ae9333;
	width:756px;
	margin:8px;
	margin-bottom:0px;
}
.HorNavBackground{

}
#NavTable{
	background:url(images/tabimage_down.jpg) top center repeat-x;
	border-left:8px solid #FFF;
	border-right:8px solid #FFF;
}
#NavTable tr td table tr td{padding-right:0px; padding-left:0px; font-weight:bold; color:#FFFFFF}
#NavTable tr td table tr td.Sel{background:url(images/tabimage_over.jpg) top center}
.navigation a{text-decoration:none; padding:8px 10px 8px 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; color:#FFF}
.navigation a.Sel{text-decoration:none; color:#FFF; display:block; background:url(images/tabimage_over.jpg) top center}
.navigation a.Sel:hover{background:url(images/tabimage_over.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;
}

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

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

/* Headings */
h1{font-size:1.6em; color:#ae9333; font-family:Georgia, "Times New Roman", Times, serif; padding-bottom:4px; border-bottom:4px solid #BAC7E4}
h2{font-size:1.2em; color:#006699; margin-bottom:6px; font-family:Verdana, Arial, Helvetica, sans-serif}
h3{font-size:1.1em;}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.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;*/
}