body	{
	margin:		10;
	padding:	10;
	font-family: helvetica, arial, sans-serif;
	color:	#000;
	background : #5a8aad;  
	background-image: url('background.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	}


#main_table {
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	border: 10px solid #fff;
	margin-left: auto;
	margin-right: auto;
}
tr.header {
	background: #427594;
}
tr.greybar {
	background: #ded7d6;
	color: #ded7d6;
}
tr.topnavbar {
	background: #fff;
	color: #000;
}
td.navlist {
	border-bottom: 1px solid #DED7D6;
}
td.leftcol h2 {
	background: #DED7D6;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
	margin: 0px;
}
td.middlediv {
	background: #fff;
	color: #fff;
	border-left: 5px solid #DED7D6;
}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	float: right;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 8px 4px;
	list-style: none;
	display: inline;
	}
	
		
#tabs ul li.here {
	background: #5A8AAD;
	list-style: none;
	display: inline;
	}
	
#tabs a	{
	text-decoration:	none;
	font-size: 11px;
	font-weight: bold;
	}
#tabs a:link	{
	color:	#000;
	background-color: transparent;
	}
#tabs a:visited	{
	color:	#427594;
	background-color: transparent;
	}
#tabs a:active	{
	color:	#000;
	background-color: transparent;
	}
#tabs a:hover	{
	color:	#000;
	background-color: transparent;
	text-decoration:	underline overline;
	}

#tabs ul li.here a:link	{
	color:	#fff;
	background-color: transparent;
	}
#tabs ul li.here a:visited	{
	color:	#ccc;
	background-color: transparent;
	}
#tabs ul li.here a:active	{
	color:	#fff;
	background-color: transparent;
	}
#tabs ul li.here a:hover	{
	color:	#fff;
	background-color: transparent;
	text-decoration:	underline overline;
	}	
.homepage {
	font-size: 12px;
}	
h1.top {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	background: #DED7D6;
}
h1.top2 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background: #DED7D6;
}
img	{
		/* turns off gaps around images */
	border:	0;
	padding-right: 5px;
	padding-bottom: 5px;
}



#main_table td.leftcol ul {
	margin: 12px;
	padding: 6px;
	
}

#main_table td.leftcol a {
	color: #000;
	text-decoration: none;
}

#main_table td.leftcol li.main {
	list-style-image: url(images/leftcol.gif);
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #427594;
}

#main_table td.leftcol li.main a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #427594;
}

#main_table td.leftcol li.sub {
	list-style-image: url(images/leftcol2.gif);
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px;
}

#main_table td.leftcol li.sub a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#main_table td.leftcol div#leftsearch {
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 20px;
	margin-top: 20px;
}

#main_table td.leftcol div#leftsearch input {
	font-size: 11px;
}

#main_table td.leftcol div#leftsearch p {
	font-size: 11px;
	color: #427594;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#copyright p {
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
}	
#copyright a {
	color: #369;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}	
td.footer {
	border-top: 1px solid #DED7D6;
}
#breadcrumb {
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

#breadcrumb a {
	font-size: 9px;
	font-weight: normal;
	color: #000;
}
h1	{
	font-size:	16px;
	}
	
h2	{
	font-size:	14px;
	}
	
h3	{
	font-size:	12px;
	}
	
h4 {
	font-size:	11px;
	}
	
h5	{
	font-size:	10px;
	}
	
h6	{
	font-size:	9px;
	}	
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  helvetica, arial, sans-serif;
	font-size: 12px;
    }	
