	xt\:comment, xt\:note {
		display: none;
	}

	ch\:nbsp {
		padding: .5em;
	}

body {
background-color: #DFDFDF;
margin: 0px auto;
font-size: 8pt;
font-family:Arial, Helvetica, sans-serif;
}

.content tbody {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
}

.nextstepslinks {
padding:3px;
margin-bottom: 100px;
}

.nextstepslinks a{
padding:3px;
width: 115px !important;
color:#FFFFFF;
text-decoration:none;
}

.nextstepslinks a:visited {
color:#FFFFFF;
}

.nextstepslinks a:hover {
color:#FFFFFF;
font-weight:bold;
}

.indsol{
width: 31%;
//width: 32%;
float:left;
padding-right:9px;
border-right:1px solid #666666;
height:250px;
font-size:11px;
}

.news{

width: 32%;
//width: 33%;
float:left;
padding-left:10px;
padding-right:10px;
border-right:1px solid #666666;
height:250px;
font-size:11px;
}

.metapart{

width: 29%;
//width: 30%;
float:left;
padding-right:0px;
padding-left:10px;
font-size:11px;
}

.indsol h2, .metapart h2, .news h2 {
color:red;
font-size:20px;
font-weight: normal;

}

.indsol a, .metapart a, .news a {
font-size:10pt !important;
font-weight: normal;
}

.indsol, .metapart, .news {
line-height:14px;
}


a {
color:#FF0000;
}

a:hover, a:visited {
color:#990000;
}


#nav{ /* all lists */
	position:absolute;
	z-index:10;
	padding: 0;
	margin: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 12px;
	margin-left: 2px;
}

#nav ul a {
border-bottom: 11px solid #9C0000;
}


#nav ul ul a {
border-bottom: 0px;
}

#nav a {
	display: block;
	width: 103px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;

}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

*html #nav li { /* all list items */
	float: left;
	width: 83px; /* width needed or else Opera goes nuts */
	margin-right: 0px;
}

#nav li li {
	margin-right: 0px;
	width: 120px;
	background-color:#9C0000;
}


#nav li li a {
	margin-right: 0px;
	padding: 5px;
		font-weight: normal;
}

*html #nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: 0px;
}

#nav li ul {
	position: absolute;
	width: 132px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 0px;
	margin-left: 0px;
}

#nav li ul img{ /* second-level lists */
	display: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 10em;
	margin-left: 120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li li {
	font-size: 11px;
		border-bottom: 1px solid #CECFCE;
}

#nav li li a:hover, #nav li li a.sfhover {

}


#nav li li:hover, #nav li li.sfhover, #nav li li a:hover, #nav li li a.sfhover {
	font-size: 11px;
	background-color:#999999;
	color: #fff;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
} 



td {
vertical-align:top;
}

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 8px; height: 8px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -8px 0px 0px 0px; }
.borderBR { margin: -8px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {

    ma\rgin-left: -1px;
	margin-left: -4px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {    
    ma\rgin-right: -1px;
	margin-right: -4px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    ma\rgin-left: 0px;
	margin-left: -3px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    ma\rgin-right: 0px;
	margin-right: -3px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
 
.content {
    margin: 0px;
    padding: 0px;
	border: 1px solid #BBBBBB;
    border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #757575;
	background-color: #FFFFFF;
}

.incontent {
margin-top: 0px;
font-size: 9pt;
line-height: 15pt;
padding: 10px;
}

.incontent table {
width:492px;
}

.incontent h1 {
margin-top: 0px;
font-size: 24px;
font-weight:normal;
line-height: 1.1;
}




.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
	
	
}

.contentWrapper incontent {

}

h2 {
margin-top: 0px;
font-size:14px;
color:#CC0000;
line-height: 16px;
}

.spacew {
width: 10px;
}
.spaceh {
font-size: 10px;
height: 10px;
}



	input {
	border: 1px solid #9C9A9C;
	background-color: #EEEEEE !important;
	}

	


	

	
	
	
	
	#leftcontent .submit {
	width: 40px !important;
	float: right;
	margin-top: -16px;
	}
	
	
	.breadcrumb {
	text-transform:uppercase;
	font-size: 11px;
	margin-top:0px;
	margin-bottom:0px;
	}


	/* Invalid Form Fields */

	p.invalid {
		color: #900;
		font-weight: bold;
	}

	label.invalid,legend.invalid {
		color: #900;
		font-weight: bold;
	}
	
	label {
	font-size: 9pt;
	}


	/* OverLIB Classes */

	.overlib-foreground {
		background-color: #fff;
		color: #000;
	}

	.overlib-background {
		background-color: #369;
		border-top: #9cf 1px solid;
		border-left: #9cf 1px solid;
		border-bottom: #369 1px solid;
		border-right: #369 1px solid;
	}

	.overlib-caption {
		color: #fd0;
		font-weight: bold;
	}

	hr {
		border: 0px none;
		border-bottom: 1px solid #aaa;
	}
	
	label.invalid,legend.invalid {
		color: #900;
		font-weight: bold;
	}
	
	p.invalid {
		color: #900;
		font-weight: bold;
	}

	/* Printer-Friendly Version */

	@media print {

	}

/* SiteSearch result styles */

.sitesearch-result .sitesearch-score-title {
	color: #666;
}

span.highlighted {
	background-color: #ff0;
	padding: 2px;
	padding-bottom: 0px;
}

p.news-page-nav {
	background-color: #eee;
	padding: 3px;
	color: #000;
}

span.news-page-nav-inactive {
	color: #888;
}

p.news-page-nav a {
	color: #4a7b94;
}

p.news-page-nav a:hover {
	color: #4a7b94;
}

/* Files listing styles */

.files-app {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 2px;
}

/* Books XML Example */

headline {
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
}

category {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

catalog {
	display: table;
	padding: 5px;
}

book {
	display: table-row;
}

book * {
	display: table-cell;
	padding: 5px;
	border: 1px solid #ccc;
}

/* SiteLinks */

div.sitelinks-item-summary {
	margin-top: 10px;
	padding-bottom: 0px;
	border: 1px solid #a4b5c5;
}

div.sitelinks-item-summary h2 {
	margin-top: 0px;
	padding: 2px;
	font-size: 12px;
	background-color: #a4b5c5;
}

div.sitelinks-item-summary p, div.sitelinks-item-summary ul {
	margin: 0px;
	padding: 5px;
}

div.sitelinks-item-summary p {
	color: #888;
}

div.sitelinks-item-summary p.sitelinks-summary {
	color: #000;
}

/* MiniCal calendar style */

table.minical {
	background-color: #47a;
}

table.minical a {
	font-weight: bold;
	color: #fff !important;
}

table.minical a:hover {

	text-decoration: none;
}

table.minical td.previous-month {
	font-size: 14px;
	border: 1px solid #47a;
}

table.minical td.previous-month:hover {
	border: 1px solid #ccc;
}

table.minical td.next-month {
	font-size: 14px;
	border: 1px solid #47a;
}

table.minical td.next-month:hover {
	border: 1px solid #ccc;
}

table.minical td.current-month {
	font-weight: bold;
	color: #fff;
}

table.minical tr.day-headings td {
	color: #fff;
	background-color: #69c;
	font-weight: bold;
	width: 20px;
	padding-bottom: 0px;
}

table.minical td.day {
	text-align: center;
	color: #eee;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

table.minical td.weekend-day {
	text-align: center;
	color: #eee;
	border: 1px solid #ccc;
	background-color: #58b;
	padding-bottom: 0px;
}

table.minical td.weekend-day:hover {
	border: 1px solid #eee;
	background-color: #69c;
}

table.minical td.inactive {
	text-align: center;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

table.minical td.day:hover {
	border: 1px solid #eee;
	background-color: #69c;
}

table.minical td.current-day {
	text-align: center;
	color: #fff;
	border: 1px solid #69c;
	background-color: #69c;
	padding-bottom: 0px;
}

table.minical td.current-day:hover {
	border: 1px solid #eee;
}

/* SimpleCal calendar style */

table.simplecal {
	background-color: #47a;
}

table.simplecal a {
	font-weight: bold;
	color: #fff !important;
}

table.simplecal a:hover {
	text-decoration: underline;
}

table.simplecal td.previous-month {
	border: 1px solid #47a;
	text-align: left;
	padding-left: 3px;
}

table.simplecal td.previous-month:hover {
	/*border: 1px solid #ccc;*/
}

table.simplecal td.next-month {
	border: 1px solid #47a;
	text-align: right;
	padding-right: 3px;
}

table.simplecal td.next-month:hover {
	/*border: 1px solid #ccc;*/
}

table.simplecal td.current-month {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	height: 40px;
	vertical-align: middle;
}

table.simplecal tr.day-headings td {
	color: #fff;
	background-color: #69c;
	font-weight: bold;
	width: 20px;
	padding-bottom: 0px;
}

table.simplecal td.day {
	background-color: #69c;
	border: 1px solid #69c;
	color: #eee;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.weekend-day {
	background-color: #58b;
	border: 1px solid #69c;
	color: #eee;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.inactive {
	border: 1px solid #69c;
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal td.current-day {
	color: #fff;
	border: 1px solid #7ad;
	background-color: #7ad;
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal span.day-date {
	height: 100%;
	width: 20px;
	vertical-align: top;
	display: block;
	float: left;
	font-weight: bold;
}

table.simplecal a.link {
	font-weight: normal;
}

table.simplecal a.link:hover {
	text-decoration: underline;
}

table.simplecal a.link-important {
	color: #fd0 !important;
	font-weight: bold;
}

table.simplecal a.link-important:hover {
	text-decoration: underline;
}

.homesmalltext {
font-size: 9px;
color: #333333;
line-height: 10px;
}

.quote {
font-size: 13px;
color: #990000;
line-height: 22px;
}

br {
line-height: 10px;
}

.footerlinks {
padding-top: 5px;
font-size: 11px;
color: #666666;
}

.footerlinks a {
color: #666666;
text-decoration: none;
}

.footerlinks a:hover {
text-decoration: underline;
}

#onlineformdiv {
width: 100%;
height: 400px;
border: none;
}