body
{
	background: #FFFFFF center;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #333333;
	min-width: 802px;
	font: 10px Arial, Helvetica, sans-serif;
}

/* Begin added by CJA 12/2/2007 */
p
{
	font-size: 10pt;
}

li
{
	font-size: 10pt;
}
/* End added by CJA 12/2/2007 */

#wrapper
{
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	border: none;
}

.navtab
{
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #066;
}

.navtab a
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 6px;
}

.navtab a:hover
{
	padding: 3px 6px;
	color: #F06100;
	background-color: #9CC;
}

navtab.left
{
	background-image: url(images/nav_tab_left2.gif);
	background-position: 0 bottom;
}

navtab.right
{
	background-image: url(images/nav_tab_right2.gif);
	background-position: 0 bottom;
}

.frame { border: 1px solid #CCC; }

.footer
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #006666;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.footerline { color: #666666; }
.footer a { color: #006666; }
.footer a:hover { color: #F06100; }

#nav, #nav ul
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a { display: block; }

#nav li
{
	float: left;
	padding: 3px 12px;
	background-color: #066;
}

#submenu li
{
	float: left;
	padding: 3px 12px;
	background-color: #066;
}

#nav li ul li, #submenu li { background-color: #9CC; }

/* This positions the submenu off the screen */
#nav li ul
{
	position: absolute;
	left: -999em;
	top: 75px;
}

/* This repositions the submenu on the screen */
#nav li:hover ul, #nav li.sfhover ul
{
	left: 178px;
	/* Changed CJA 1/26/08, from 178 to 306, but the problem is that this is absolute, so has problems when resizing with our current centered content */
	/* left: 306px; */
	/* start test */
	/* left: 0px; */
	/* position: fixed; */
	/* end test */
	width: 624px;
	background-color: #9CC;
	color: #066;
}

#nav li:hover #submenu, #nav li.sfhover #submenu { left: -999em; }

#nav li a
{
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover, #nav li a.sfhover
{
	color: #F06100;
	text-decoration: none;
}

#nav li:hover, #nav li.sfhover
{
	background-color: #9CC;
	color: #066;
}

#nav li#menuon { background-color: #9CC; }
#nav li#menuon a#menuona { color: #066; }

#submenu
{
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 75px;
	left: 178px;
	/* Changed CJA 1/26/08, from 178 to 306, but the problem is that this is absolute, so has problems when resizing with our current centered content */
	/* left: 306px; */
	width: 624px;
	background-color: #9CC;
	color: #066;
}

#submenu a
{
	color: #FFF;
	text-decoration: none;
}

#submenupage a, li#menupage a
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F06100;
	text-decoration: none;
}

#submenu li a:hover, #nav li a.sfhover
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F06100;
	text-decoration: none;
}

#submenupage a:hover, li#menupage a { color: #FFF; }

#rightcontent, #leftcontent, #centercontent
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#rightcontent, #leftcontent, #centercontent { margin: 2px 3px; }

#centercontent h3, #centercontent h4, #centercontent p
{
	padding-left: 10px;
	padding-right: 10px;
	/* Added 1/27/08 */
	padding-bottom: 10px;
}

#centercontent h2 { text-indent: 10px; }

h2
{
	font-size: 1.15em;
	color: #F06100;
	margin-top: 0px;
	padding-bottom: 8px;
	background-image: url(images/bg_gradation.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFF;
}


h3
{
	font-size: 1em;
	color: #066;
	margin-top: -8px;
}

h4
{
	font-size: .9em;
	color: #333;
	margin-top: -8px;
	padding: 0px 10px;
}

#centercontent h4 a
{
	color: #333;
	text-decoration: none;
}

#rightcontent p
{
	padding-left: 24px;
	padding-bottom: 12px;
	margin-top: -6px;
	background-image: url(images/icon_diagram_over.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

#rightcontent a
{
	color: #333;
	text-decoration: none;
}

#rightcontent a:hover, #leftcontent a:hover { color: #F06100; }

#leftcontent h3
{
	padding-left: 24px;
	/* padding-bottom: 0px; */
	padding-bottom: 6px;
	margin-top: -16px;
}

#leftcontent p
{
	margin: -12px 0px 12px 24px;
	/* Added 1/27/08 */
	font-size: 1.00em;
}

/* Changed 1/27/08 - too small in FireFox and Safari */
/* #leftcontent h3.quote { font-size: .93em; } */
#leftcontent h3.quote { font-size: 1.00em; }

#leftcontent a
{
	color: #066;
	text-decoration: none;
}

#leftcontent a img { border: 0px; }

#leftcontent h3
{
	padding-top: 3px;
	border-top: 1px dashed #CCC;
}

.doc
{
	background-image: url(images/icon_document.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.jan
{
	background-image: url(images/month_jan.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.feb
{
	background-image: url(images/month_feb.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.mar
{
	background-image: url(images/month_mar.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.apr
{
	background-image: url(images/month_apr.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.may
{
	background-image: url(images/month_may.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.jun
{
	background-image: url(images/month_jun.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

#centercontent p
{
	margin: -12px 40px 24px 24px;
	line-height: 1.3em;
}

#centercontent h1 { font-size: 1.75em; }
#centercontent h2 { padding-left: -10px; }
#centercontent h3 { margin-left: 24px; }

#centercontent li
{
	line-height: 1.5em;
	margin-left: 36px;
	margin-right: 40px;
}

#centercontent a { color: #066; }

#centercontent a.centerh2
{
	color: #F06100;
	text-decoration: none;
}

#centercontent a:hover { color: #F06100; }

#centercontent a.centerh2:hover
{
	color: #066;
	text-decoration: none;
}

#centercontent h1 a
{
	color: #F06100;
	text-decoration: none;
}

#centercontent h1 a:hover { color: #066; }
#centercontent p.more { padding: 0px 0px 0px 0px; }

.more a
{
	color: #066;
	text-decoration: none;
	font-size: 1em;
	padding-left: 20px;
	background-image: url(images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}

.more a:hover { color: #F06100; }

#formstyle
{
	padding-left: 30px;
	padding-right: 30px;
}

.inputstyle1 
{ 
	padding-left: 30px; 
	/* CJA */
	font-size: 10pt;
	/* End CJA */
}


.inputstyle2 
{ 
	padding-left: 30px; 
	/* CJA */
	font-size: 12pt;
	/* End CJA */
}

.label
{
	background-color: #9CC;
	color: #066;
	width: 100px;
	text-align: right;
	/* CJA */
	font-size: 10pt;
	/* End CJA */
}

.inputstyle2
{
	background-color: #9CC;
	color: #066;
}

.inputstyle3
{
	width: 300px;
	text-align: center;
}

input, textarea { color: #333333; }

#navmenuspacer
{
	height: 300px;
	width: 600px;
	display: block;
	border: 1px solid #F00;
	float: left;
	clear: left;
}

.callout
{
	width: auto;
	height: auto;
	float: right;
	display: block;
	background-color: #9CC;
	border: 2px solid #066;
}

* html .callout ul { text-indent: 24pt; }

.imgcontent
{
	width: auto;
	height: auto;
	display: block;
	margin-left: 36px;
}

#centercontent ul li { padding-bottom: 6px; }

#centercontent .callout h3, .callout li, #centercontent .callout a
{
	color: #333;
	text-decoration: none;
	text-align: left;
}

#centercontent .callout h3
{
	margin: 0px;
	padding: 0px;
	color: #066;
}

#centercontent .callout ul
{
	list-style: none;
	margin-left: -25px;
	margin-bottom: -4px;
}

#centercontent .callout li
{
	margin: 0px;
	padding-bottom: 6px;
}

#centercontent blockquote { margin-left: 70px; }

div.callout
{
	padding: 12px;
	margin: 0px 24px 24px 24px;
}

#centercontent .callout a:hover { color: #F06100; }

.calloutpartner
{
	width: auto;
	height: auto;
	float: right;
	display: block;
	background-color: #9CC;
	border: 2px solid #066;
}

* html .calloutpartner ul 
{ 
	text-indent: 24pt; 
}

#centercontent .calloutpartner h3, .calloutpartner li, #centercontent .calloutpartner a
{
	color: #333;
	text-decoration: none;
	text-align: left;
}

#centercontent .calloutpartner h3
{
	margin: 0px;
	padding: 0px;
	color: #066;
}

#centercontent .calloutpartner ul
{
	list-style: none;
	margin-left: -25px;
	margin-bottom: -4px;
}

#centercontent .calloutpartner li
{
	margin: 0px;
	padding-bottom: 0px;
}


div.calloutpartner
{
	padding: 12px;
	margin: 0px 24px 24px 24px;
}

#centercontent .calloutpartner a:hover { color: #F06100; }

.leftlist
{
	width: 45%;
	float: left;
	display: block;
}

.rightlist
{
	width: 50%;
	float: left;
	display: block;
}

#centercontent ul li b { color: #444; }

.partnercontainer
{
	height: 100%;
	padding: 0px;
	clear: left;
	/* Begin added by CJA 12/2/2007 */
	font-size: 10pt;
	/* End added by CJA 12/2/2007 */
}

.partnerlogo
{
	text-align: left;
	vertical-align: top;
	padding: 9px 3px 2px 35px;
	margin: 0px;
	height: 100%;
	border-color: #CCC;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}


.partner
{
	height: 100%;
	float: left;
	text-align: justify;
	vertical-align: top;
	padding: 8px 12px 8px 100px;
}

.partners li
{
	display: block;
	padding-left: 25px;
	padding-right: 10px;
	float: left;
	clear: both;
}

html>/**/body .partners li
{
	padding-left: 12px;
}

.partnerb
{
	height: 100%;
	float: left;
	text-align: justify;
	vertical-align: top;
	padding: 0px 12px 8px 100px;
	margin-top: -55px;
}


#centercontent .partnercontainer .partner p, #centercontent .partnercontainer .partnerb p 
{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	line-height: 1.3em;
	font-size: 1em;
}

#centercontent .partnerb ul, #centercontent .partnerb ul li
{
	line-height: 1em;
	margin: 0px 0 0 -7px;
}

.tightlist
{
	margin: 4px 0 0 -50px;

}

#vistaicon
{
	margin: 225px 0px 0px 18px;
	padding: 0px;
	border: 0px;
}
#vistaicon2
{
	margin: 0px 0px 0px 46px;
	padding: 0px;
	border: 0px;
}
