BODY, TD, TH
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Bitstream Vera Sans;
	font-size: 12px;
}

DIV#body
{
	width: 1000px;	
}


DIV#body DIV#header
{
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	height: 175px;
	width: 1000px;	
}

DIV#body DIV#header DIV#topNav
{
	text-align: left;
	padding: 2px 7px 0px 0px;
	top: 157px;
	left: 235px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position:relative;
	width: 780px;
}


DIV#body DIV#header DIV#topNav A,
DIV#body DIV#header DIV#topNav A:visited,
DIV#body DIV#header DIV#topNav A:active { color:#FFFFFF; text-decoration:none; }
DIV#body DIV#header DIV#topNav A:hover { color:#FFFFFF; text-decoration:underline; }


DIV#body TABLE#contentTable
{
	width: 1000px;	
	margin-top: 8px;
	margin-bottom: 8px;
	border: none;
	clear:both;
}

DIV#body TABLE#contentTable TD#leftCol
{
	width: 235px;
	background-image: url(../images/colBorder.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px 0px;
	padding: 0px 0px;
}

DIV#body TABLE#contentTable TD#rightCol
{
	width: 764px;
	background-image: url(../images/colBorder.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px 0px;
	padding: 0px 0px;
}

DIV#body TABLE#contentTable TD#middleCol
{
	width: 489px;
	background-image: url(../images/colBorder.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px 0px;
	padding: 0px 0px;
}

DIV#body TABLE#contentTable TD#rightCol2
{
	width: 275px;
	background-image: url(../images/colBorder.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px 0px;
	padding: 0px 0px;
}

DIV#body TABLE#contentTable TD#rightBorder
{
	width: 1px;
	background-image: url(../images/colBorder.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


DIV#body TABLE#contentTable TD#leftCol DIV#leftNav
{
	margin-left: 10px;
	margin-right: 10px;
	max-width: 215px;
}

DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuTitle
{
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #FFFFFF;
	background-color: #1e3b60;
	background-image: url(../images/menu_curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 8px;
}



DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItem
{
	font-size: 12px;
	background-color: #eee9d3;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;  
	border: 1px solid #e5ddbb;
	border-top: none;
	padding: 2px 2px;
	padding-left: 15px;
	cursor: pointer;
}


DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItemHover
{
	background-image: url(../images/menu_hover_bg2.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	background-color: #eee9d3;
	border: 1px solid #e5ddbb;
	border-top: none;
	padding: 2px 2px;
	padding-left: 15px;
	cursor: pointer;
}



DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuDivide
{
	background-color: #1e3b60;
	border: 1px solid #1e3b60;
	border-top: none;
	height:3px;
}

DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItem A
{
	text-decoration: none;
	color: #1e3b60;
}

DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItem A:visited,
DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItem A:active { color: #1e3b60; }

DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItemHover A
{
	text-decoration: none;
	color: #1e3b60;
}

DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItemHover A:visited,
DIV#body TABLE#contentTable TD#leftCol DIV#leftNav .menuItemHover A:active { color: #1e3b60; }




DIV#body TABLE#contentTable DIV#breadcrumb
{
	font-size: 10px;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-top: -6px;
}

DIV#body TABLE#contentTable DIV#breadcrumb A,
DIV#body TABLE#contentTable DIV#breadcrumb A:visited,
DIV#body TABLE#contentTable DIV#breadcrumb A:active {color: #0000FF; }

DIV#body TABLE#contentTable DIV#content
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}


DIV#body TABLE#contentTable DIV#content TABLE#contentList
{
	border-right: 1px solid #1e3b60;
	border-bottom: none;
}

DIV#body TABLE#contentTable DIV#content TABLE#contentList TH
{
	border-bottom: 1px solid #1e3b60;
	font-size: 13px;
	text-align:left;
	color:#FFFFFF;
	background-color: #1e3b60;
}

DIV#body TABLE#contentTable DIV#content TABLE#contentList TH A,
DIV#body TABLE#contentTable DIV#content TABLE#contentList TH A:visited,
DIV#body TABLE#contentTable DIV#content TABLE#contentList TH A:active
{
	color: #ffffff;
	text-decoration:none;
}
DIV#body TABLE#contentTable DIV#content TABLE#contentList TH A:hover
{
	color: #ffffff;
	text-decoration:underline;
}


DIV#body TABLE#contentTable DIV#content TABLE#contentList TD
{
	border-bottom: 1px solid #1e3b60;
	font-size: 12px;
}

DIV#body TABLE#contentTable DIV#content TABLE#contentList TD TABLE.subList TD
{
	border-bottom: 1px dotted #e4e6e6;
}
DIV#body TABLE#contentTable DIV#content TABLE#contentList TD TABLE.noSubList TD
{
	border-bottom: none;
}

.title
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
	color: #1e3b60;
}

.titleSmall
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #1e3b60;
}
.titleSmall A,
.titleSmall A:visited,
.titleSmall A:active
{
	color: #1e3b60;
	text-decoration: none; 
}
.titleSmall A:hover
{
	color: #1e3b60;
	text-decoration: underline; 
}


.subtitle
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
	color: #1e3b60;
}
.subtitle A,
.subtitle A:visited,
.subtitle A:active
{
	color: #1e3b60;
	text-decoration: none; 
}
.subtitle A:hover
{
	color: #1e3b60;
	text-decoration: underline; 
}

.subtitle2
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	color: #1e3b60;
}
.subtitle2 A,
.subtitle2 A:visited,
.subtitle2 A:active
{
	color: #1e3b60;
	text-decoration: none; 
}
.subtitle2 A:hover
{
	color: #1e3b60;
	text-decoration: underline; 
}


DIV#body DIV#footer
{
	height: 20px;
	width: 1000px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;

}

DIV#body DIV#footer DIV#footer_text
{
	color:#FFFFFF;
	font-size: 10px;
	text-align:center;
	padding-top: 4px;
}

DIV#body DIV#footer DIV#footer_text A,
DIV#body DIV#footer DIV#footer_text A:visited,
DIV#body DIV#footer DIV#footer_text A:active
{
	text-decoration:none;
	color: #FFFFFF;
}

DIV#body DIV#footer DIV#footer_text A:hover
{
	text-decoration:underline;
	color: #FFFFFF;
}


td#leftCol .contentBoxSmall
{
	max-width: 215px;
}

.contentBoxSmall
{
	margin-left: 10px;
	margin-right: 10px;
	background-color: eee9d3;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
	padding: 0px 0px;
	border-bottom: 1px solid #e5ddbb;
	border-right: 1px solid #e5ddbb;	
}

.contentBoxSmall .smallTitle
{
	padding-left: 9px;
	padding-top: 5px;
	background-color: eee9d3;
	border: none;
	margin-bottom: 0px;
	background-image: url(../images/box_curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	color: #1e3b60;
}

.contentBoxSmall .smallTitle A,
.contentBoxSmall .smallTitle A:visited,
.contentBoxSmall .smallTitle A:active
{
	color: #1e3b60;
	text-decoration: none;
}
.contentBoxSmall .smallTitle A:hover
{
	color: #1e3b60;
	text-decoration: underline; 
}

.contentBoxSmall .smallContent
{
	font-size: 11px;
	padding: 5px 5px;
	margin-top: 0px;
	border-left: 1px solid #e5ddbb;
}

.formRow
{
	clear:both;
}

*:lang(en) .formRow
{
    padding-top: 10px !important;
}

.formRow .formLabel
{
	padding-top: 3px;
	margin-right: 5px;
	float: left;
	width: 125px;
	font-weight: bold;
	font-size: 11px;
}

.formRow .formElement
{
	width: 600px;
	float: left;
}

.formRow .formElement .textBox
{
	border: 1px solid #dad3b4;
}

.formRow .formElement .checkBox
{
	border: 1px solid #dad3b4;
}

.formRow .formElement .selectBox
{
	margin-left: 10px;
	border: 1px solid #dad3b4;
}
/* IE HACK */
*:lang(en) .formRow .formElement .selectBox
{
    margin-left: 0px !important;
}

.loginSmallTextBox
{
	width: 190px;
	height: 22px;
	margin-bottom:6px;
	margin-top:3px;
	border: 1px solid #e5ddbb;

}

.loginTextBox
{
	width: 190px;
	height: 22px;
	margin-bottom:6px;
	margin-top:3px;
	border: 1px solid #1e3b60;

}

.officerImg
{
	border: 2px solid #1e3b60;
	margin-right: 10px;
	float: left;
}

.officerImgDiv
{
	border: none;
	float: left;
	width: 235px;
	height: 500px;	
	font-size: 8px;
}

.officerContactTitle
{
	font-weight:bold;
	float: left;
	width: 220px;
}

.officerContactName
{
	float: left;
	width: 220px;
}


.officerContactEmail
{
	float: left;
	width: 180px;
}

.officerContactDesc
{
	clear: both;
	padding-left: 30px;
}


.normalRow { background-color: #FFFFFF; }
.highlightRow { background-color: #f8f6ee; }

.curvedCorner
{
	background-image:url(../images/menu_curve.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding-left: 10px;
}
.borderLeftFix{ border-left: 1px solid #1e3b60; }

.updateText
{
	font-weight: bold;
}

.error
{
	font-weight: bold;
	color: red;
}

.grayTR TD
{
	color: #666666;
	background-color:#CCCCCC;
}


.eventFieldset
{
	border: 1px solid #dad3b4;
	width: 610px;
	margin-top: 30px;
	padding: 15 15 15 15;
}
.eventFieldset legend
{
	font-weight: bold;
	font-size: 11px;
}
.eventFieldset .formRow
{
	padding-top: 10px !important;
}

.eventFieldset .formElement
{
	width: 465px;
}
.eventFieldset .formLabel
{
	width: 114px;
}
.eventFieldset .delText
{
	float:right;
	width:50px;
	font-size:10px;
	text-align:right;
}

.surveyFieldset
{
	border: 1px solid #dad3b4;
	width: 610px;
	margin-top: 30px;
	padding: 15 15 15 15;
}
.surveyFieldset legend
{
	font-weight: bold;
	font-size: 11px;
}
.surveyFieldset .formRow
{
	padding-top: 10px !important;
}

.surveyFieldset .formElement
{
	width: 465px;
}
.surveyFieldset .formLabel
{
	width: 114px;
}
.surveyFieldset .delText
{
	height:25px;
	width:28px;
	float:left;
	padding-top:2px;
}

DIV.addText
{
	padding-top:3px;
	font-size:10px;
	padding-left:3px;
}

DIV.resultsContainer
{
	width:356px;border:1px solid black;height:11px;
}

DIV.resultsContainer DIV.resultsNum
{
	float:right;padding:0px 0px 1px 5px;width:50px;height:11px;font-size:9px;border-left:1px solid black;
}

DIV.resultsContainer DIV.resultsBar
{
	float:left;height:11px;background-color:#666666;
}
