html, body
{
	height: 100%;
}

body 
{
	color: #333;
	font-size: 12px;
	font-family: serif;
	margin: 0px;
	background: #AAAAFF;
}

input, textarea, select 
{
	border: 1px solid #0000FF;
	background: #ffffcc;
	color: #000;
	font-size: 11px;
	font-family: serif;
	font-weight: normal;
}

input:checkbox
{
	border: 0;
	background: #FFFFFF;
}

a
{
	color: #0000FF;
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:link ,a:visited 
{
	color: #0000AA;
}

a:hover 
{
	color: #000000;
}

/*** main outer table ***/

.maintable
{
	/*background: #ffffff url('../images/homepageImage.jpg') no-repeat;*/
	height: 100%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/***** primary horizontal sections ******/

.headerbar
{
	height: 70px;
	background: #ffffff url('../images/headerImage.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
}

iframe {
	margin: auto;
}

.headerbar iframe {
	float: right;
}

.menubar
{
	height: 21px;
	/*width: 784px;*/
	padding: 0px;
	margin: 0px;
	background: #0000FF;
	width: 100%;
}

.menubar td
{
	color:#fff;
	font-size: 11px;
	font-weight:bold;
}

.maincontent
{
	/*width: 570px;*/
	padding: 0px;
	vertical-align: top;
	background: #fff;
	/*height: 100%;*/
	/*margin-left: auto;
	margin-right: auto;*/
	/*border: 1px solid #000000;*/
}

.footer
{
	/*width: 784px;*/
	/*clear:both;*/
	height:35px;
	line-height:35px;
	background: #0000FF;
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
	position:relative;
}

/***** login form ******/

.logincontainer
{
	margin-left: 560px;
	/* note to self: display: inline; breaks some IEs */
}

/***** top nav bar ******/

.topnav
{
	margin-left: auto;
	/*margin-right: auto;*/
}

.topnav td
{
	color:#fff;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	border-left: 1px solid #FFFFFF;
	padding: 1px 10px;
}

td.topnavfirstcell
{
	border-left: 0;
}

.topnav a:link, .topnav a:visited
{
	padding: 0 8px 0 8px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background: none;
}

.topnav a:hover
{
	color: #AAAAFF;
	text-decoration: none;
	background: none;
}

.leftNav
{
	width: 120px;
	background: white;
}
.rightNav
{
	background: white;
	vertical-align: top;
}
.rightNav iframe {
	float: right;
	background-color: red;
}

.maincontent center {
	margin-top: 1em;
}
center iframe {
	height: 275px;
	width: 100%;
}

.navgroup
{
	padding: 0 0 5px 5px;
	font-weight: bold;
	color: #fff;
	background: #0000FF;
	width: 120px;
}

.navul
{
	margin: 0;
	padding: 0 0 0 0;
	width: 125px;
	border-top: 1px solid #0000FF;
}

.navul li
{
	display: inline;
	list-style-type: none;
	color: #0000FF;
	background: #fff;
	font-weight: bold;
	width: 125px;
	font-size: 11px;
	text-align: left;
}

.navul a:link, .navul a:visited
{
	float: left;
	padding: 2px 0px 2px 10px;
	margin: 0;
	font-size: 11px;
	border-bottom: 1px solid #333366;
	color: #0000FF;
	background-color: #fff;
	text-decoration: none;
	width: 115px;
	text-align: left;
}

.navul a:hover
{
	color: #fff;
	background-color: #0000FF;
	width: 115px;
}

/***** left nav bar (not currently used) ******/
/*

.midheader
{
	color: #fff;
	background-color: #a00c22;
	font-size: x-small;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 7px 0 7px 20px;
}
*/

/***** footer *****/

.footer a:link, .footer a:visited
{
	padding: 0 8px 0 8px;
	margin: 0;
	color: #AAAAFF;
	text-decoration: none;
	border-bottom: none;
	background: none;
}

.footer a:hover
{
	color: #AAAAFF;
	text-decoration: none;
	background: none;
}


/**** main block styles ****/

.staticpage
{
	/*margin-right: 0;*/
	margin-left: 360px;
	width: 400px;
	/*width: 784px;*/
	/*background: #ffffff url('../images/homepageImage.jpg') no-repeat;*/
	/*height: 100%;*/
	/*margin-top: 0;*/
	/*margin-bottom: 50%;*/
}


/**** various text styles ****/

.regbold
{
	font-weight: bold;
	font-size: 12px;
}

.medbold
{
	font-weight: bold;
	font-size: 14px;
}

.bigtitle
{
	color: #0000FF;
	font-size: 18px;
	margin: 0;
	padding: 30px 0 5px 0;
	width: 400px;
	font-weight: bold;
}

.bigtagline
{
	color: #009999;
	font-size: 14px;
	margin: 5px 0 10px 0;
	font-weight: bold;
}

.required
{
	color: #FF0000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.errormsg
{
	font-size: 12px;
	font-family: serif;
	font-weight: bold;
	color: #0000FF;
}

.calendarimage
{
	cursor: pointer; 
	border: 1px solid #AAAAFF;
	vertical-align: middle;
	margin-bottom: 2px;
}

.calendarimagehover
{
	cursor: pointer; 
	border: 1px solid #AAAAFF;
	vertical-align: middle;
	margin-bottom: 2px;
	background: #0000FF;
}

.stateOrZipCell
{
	background-color: #F9F9FF;
}

/**** SFS/VEC related styles *****/

.sfsOuterContainer
{
	background: #FFFFFF;
	width: 100%;
	/*height: 100%;
	margin-left: auto;
	margin-right: auto;*/
}

.sfsAdHorizontal
{
}

.sfsAdVertical
{
}

.sfsCell
{
	vertical-align: top;
	/*margin-left: auto;
	margin-right: auto;*/
	min-height: 500px;
	
}

.sfsError
{
	font-size: 12px;
	font-family: serif;
	font-weight: bold;
	color: #FF0000;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding: 2px;
}

.sfsMainContainer
{
	background: #FFFFFF;
	/*width: 570px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/*border: 1px solid #000000;*/
}

.sfsAdditionalLink
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sfsMain
{
	/* contains: sfsExtraHelp, sfsFilterFormContainer, sfsGraphs, */
	/* sfsPageLinks, sfsResultsContainer, sfsResults, sfsOutputOptions */
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.sfsExtraHelp
{}

.sfsFilterFormContainer
{
	/* contains: sfsFilterForm */
}

.sfsFilterForm
{
	/* contains: sfsFilterTitle, sfsFilterFormCell, sfsFilterFormTable */
	/*width: 570px;*/
	width: 100%;
}

.sfsFilterTitle
{
	color: #0000FF;
	border-bottom: 1px solid #0000FF; 
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-indent: 20px;
}

.sfsFilterTitleUL
{
	border-bottom: 1px solid #0000FF; 
}

.sfsFilterTitleSmall
{
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	text-indent: 20px;
}

.sfsFilterFormCell
{}

.sfsFilterFormTable
{
	width: 100%;
	border-collapse: collapse;
}

.sfsGraphs
{}

.sfsPageLinks
{
	text-align: center;
	padding: 5px;
}

.sfsResultsContainer
{}

.sfsResults
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.sfsResultsHeader
{
	background-color: #0000FF;
	border-bottom: 1px solid #000066;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.sfsResultsHeader td
{
	padding: 5px;
}

.sfsResultsHeader a:link,.sfsResultsHeader a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

.sfsResultRowEven
{
	background-color: #FFFFFF;
	height: 30px;
}

.sfsResultRowOdd
{
	background-color: #EFEFEF;
	height: 30px;
}

.sfsOutputOptions
{}

.sfsFloatingDescription
{
	background: white;
	border: 1px solid black;
	z-index: 1000;
	position: absolute;
}

.sfsFormBlueTable
{
	background: #ebe7ff;
}


.sectiontitle
{
	background-color: #0000FF;
	padding: 4px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.sectiontitlesmall
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}


.childvecCellError
{
	border-top-color: red;
	border-top-style: dashed;
	border-bottom-color: red;
	border-bottom-style: dashed;
}

.clickMe
{
	cursor: pointer;
}


.sfsFloatingHeaderDescription
{
	color: #000000;
	font-weight: normal;
	background: white;
	border: 1px solid black;
	z-index: 1000;
	position: absolute;
}

