body	{
	color: #000;
	background: #fff;
	margin: 0 0 25px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link { 
	text-decoration : underline;
	color: #0A75CF;
	background: transparent; 
	}

a:visited { 
	text-decoration : underline;
	color: #0A75CF;
	background: transparent; 
	}

a:hover { 
	text-decoration : none;
	color: #0A75CF;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #0A75CF;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

h1	{
	font-size: 13px;
	font-weight: bold;
	color: #0A75CF;
	padding: 10px 0 0 0;
	}
	
ul,li	{
	font-size: 10px;
	color: #0A75CF;
	}
	
li	{
	padding: 0 0 0.1em 0;
	}

h2	{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0.5em;
	}

html p	{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size:  10px;
	line-height: 14px;
	}

#footer p	{
	font-size: 9px;
	margin-top: 0;
	}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 0;
	padding-top: 15px;
	}
	
#content {

	}

/* Sidebar display attributes */
#title img	{
	padding: 0 15px 0 15px;
	}

#sidebar p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	padding: 25px 15px 0 38px;
	text-align: left;
	}

#sidebar p	{
	margin-top: 0.5em;
	}

#sidebar img	{
	padding: 0 15px 0 38px;
	}
#pagetitle	{
	margin: 14px 0 0 0;
	}
	
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}
	
/* Footer */


#footer p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	padding: 0 0 0 0;
	text-align: right;
	}

	
#footerleft p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	padding: 0px 15px 0 38px;
	text-align: left;
	}


#pagetop 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0 0 0 15px;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	height: 40px;
	}

#pagetop p	{
	text-align: right;
}
	#pagetop img	{
	display: inline;
	}
	
#pagetop a { 
	color: #0;
	}

/* Navigation bar components */


table#nav	{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}

table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #f60;
	} 

td#home a:link img, td#home a:visited img {
	color: #c30;
	background: transparent url(/images/bgpat.gif) repeat;
	width: 400px;
	height: 75px;
	} 

td#home a:hover img {
	color: #f60;
	background: white url(/images/nopat.gif) repeat;
	width: 400px;
	height: 75px;
	} 
