body {
	font-family:arial;
	font-size:10pt;
}
.headline {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #336699;
}
a:active {
	color: #003366;
}	
.smallLink, .smallText {
	font-size:8pt;
	font-weight:normal;
}
.blueLinks {
	margin:15px 0px 35px 0px;
}
#basicSearchForm {
	border:solid #8D8D8D 1px;
	background-color:#B1C4D8;	
}
#advancedSearch {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
}
#advancedSearch td { padding: 4px 0; }
.advancedSearch {			
	border:solid #8D8D8D 1px;
	background-color:#B1C4D8;	
	margin-left:0px;
	margin-top:0px;
	font-size:9px;	
	color:black;
	font-weight:bold;
	width:100%;
}
.advancedSearch input, .advancedSearch select {
	font-size:13px;
	border:solid #003366 1px;
	vertical-align:middle;
}
a.advancedLink:visited, a.advancedLink:link, .advancedLink {
	background-color:#7492B8;
	color:white;
	padding:1px 1px;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	border:solid #003366 1px;	
	position:relative;
	
}
.bgArrow {	
	padding-left:22px;
	padding-top:15px;
	width:315px;
	margin-top:2px;
	display:none;
}
.results {
	margin-top:35px;
}
.results .label {
	font-size:11px;
	font-weight:bold;
	text-align:right;
	width:1%;
	white-space:nowrap;
	padding-left:25px;
	vertical-align:top;
}
.results .content {
	font-size:10px;
	
}
.results table {
	border-bottom:solid #7492B8 1px;
	margin-bottom:25px;
}
.bigLink {
	font-weight:bold;
	font-size:12pt;
}
.highlight {
	font-weight:bold;			
	background-color:yellow;
	padding:0px 3px;
}
.gray {
	color:gray;
}

.header, .alertTitle, .parentItem {
	color:white;
	background-color:#425D84;
	font-weight:bold;
	font-size:12pt;
	padding-left:20px;
}
.header2, .sectionHeading {
	background-color:#000066;
	color:white;
	font-size:12pt;
	font-weight:bold;
}
.header3, .childItem {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #A8BFDA;
	padding-left: 42px;
}

div.miniToc {
	position	: absolute;
	left		: 15px;
	top		: 282px;
	width		: 215px;
}

div.miniToc ul {
	font-size:10px;
	width:150px;
	margin-left:5px;
	padding-left:0px;
	margin-right:15px;
}
div.miniToc ul li {
	margin-left:15px;
}
div.miniToc ul ul {
	margin-left:15px;
	padding-left:0px;
}

div.miniToc .sectionHeading {
	width: 90%;
}

tr.alt td {
	background-color:#E7EEF5;
}
tr.alt2 td {
	background-color:#B1C4D8;
}

div.popUp {
	background-color:#E7EEF5;
	border:solid #000 4px;
	width:325px;
	z-index:10;
	position:absolute;
	top:150px;
	left:150px;
}

div.popUp input {
	font-size:13px;
	border:solid #003366 1px;
	vertical-align:middle;
}

.indentLevel1 {
	padding-left:20px;
}
.indentLevel2 {
	padding-left:40px;
}

.error {
	font-size: larger;
	color: red;
	font-weight: bold;
}

div.content table { 
	/*border: 2px ridge;*/
}

#custom .header, #custom .alertTitle, #custom .parentItem { background-color: #336633; }
#custom .header2, #custom .sectionHeading { background-color: #336633; }
#custom .header3, #custom .childItem { background-color: #336633; color: white; }

