* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
	height: 100%;

}

body {
	width:710px;
}

body, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color:#000;

}

h1 {
	font-size: 14px;
	font-weight: 700;
	color: #333366;
	margin: 0px 0px 2px;
}

h2 {
	font-size: 12px;
	font-weight: 700;
	color: #333366;
}

p {
	padding-bottom: 1em;	
}

ul {
	margin-left: 2em;
	padding: 0 0 2em 0;
}


/* Start navigation styles
Top of the page navigation
*/

#topnav ul {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	white-space: nowrap;
}
#topnav li {
	list-style-type: none;
	display: inline;
}

/*Left side of the page navigation*/

#leftnav ul {
	margin: 0px;
	color: #333366;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#leftnav li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#list_sub ul {
	margin: 0px;
	padding: 0px;
}

#list_sub li {
	list-style-image: url(Images/list_dot.gif);	
	padding: 0;
	margin-top: 1em;
	margin-bottom: -.5em;
}

/*Section styles*/

#topnav {
	height: 20px;
	width: 710px;
	border-bottom: solid #FFF 1px;
	background-color: #99B3FC;
}

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width:100%;
}

#topSpacer {
	clear:both; 
	float:left; 
}

#leftnav {
	width: 21.1%;
	text-align: left;
	left: 0px;
	float:left;
	clear:left;
}

#content {
	width:75%;
	text-align:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	margin-right:10px;
	float:none;
}

#boiler {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	clear:both;
}

#header,#leftnav,#content {
	overflow:hidden;
	display:inline-block;
	text-align:left;
}

#topnav, #header, #boiler {
	width:100%
}

/* Contextual selectors */

a:link, a:active {
	color: #333366;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #663366;
}

#boiler a:link {
	color: #333366;
}

#boiler a:hover  {
	color: #FF0000;
}

#boiler a:visited  {
	color: #663366;
}


a.notice:link, a.notice:visited {
	font-weight: bold;
	color: #FF0000;
}
a.notice:hover, a.notice:active {
	color: #333366;
}

#topnav li a {
	text-decoration: none;
	padding: 20px 23px;
    font-weight: 100;
    color: #FFF;
}
#topnav li a:link {
    font-weight: 100;
    color: #FFF;
}
#topnav li a:visited {
    font-weight: 100;
    color: #FFF;
}

#topnav li a:hover {
    font-weight: 100;
    color: #666699;
}

#leftnav li a {
	text-decoration: none;
    font-weight: 100;
    color: #333366;
}

#leftnav li a:link {
    font-weight: 100;
    color: #333366;
}

#leftnav li a:visited {
    font-weight: 100;
    color: #333366;
}

#leftnav li a:hover {
    font-weight: 100;
    color: #FF0000;
}

/*Miscellaneous classes*/

.column {
	text-align: left;
	padding: 4px;
}

.disclaimer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* searches */

legend   
{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#0033FF;
}   

* html legend   
{   
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;   
	font-size:10pt;   
}   

td.description   
{   
	font-family:verdana;   
	font-size:8pt;   
	border:2pt groove #3366CC;   
	background-color:whitesmoke;
	width:50%;
	padding:4px;
}  
 
table.dbnetgrid td.headingText 
{
	text-align:center;
	padding: 10px;
	display:inline-block;
}

* html table.dbnetgrid td.headingText 
{
	text-align:center;
	padding: 10px;
	display:inline;
}

table.dbnetgrid tr.evenRow   
{   
	background-color:lightsteelblue;   
}

table.dbnetgrid tr.oddRow   
{   
	background-color:white;   
}

table.dbnetgrid tr.highlight   
{   
	background-color:steelblue;   
}   

table.dbnetgrid tr.selectedRow   
{   
	background-color:steelblue;   
	color:white;   
}   

table
{
	padding:0;
}
