body	{
	color: #000;
	background: #fff;
	margin: 20 20 20 20;
	padding: 0; */
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : normal; 
	text-decoration : none;
/*	color: #039; */
	color: #000;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : none;
/*	color: #039; */
	color: #000;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
    color: #039;
	/* color: #069; */
	background: transparent; 
	}

/* Don't use active state because IE has problems with it.
a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #039;
	background: transparent;  
	}*/
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: geneva, arial, helvetica, sans-serif;
		font-size: 12px;
	}
	
h1, h2, h3 {
margin: 0;
	padding: 0; 
	}

h1	{
	/*font-size: 2em;*/
    font-size: 24px;
	font-weight: bold;
	}

h2	{
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	/*margin-bottom: 0.25em;
	margin-top: 0.5em;*/
	}

h3	{
	/*font-size: 1em;*/
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	/*margin-bottom: 0.25em;
	margin-top: 0.5em;*/
	}
	
h4	{
	/*font-size: 1em;*/
	font-size: 12px;
	font-weight: normal;
	/*margin-bottom: 0.25em;
	margin-top: 0.5em;*/
	}
	
h5	{
	/*font-size: 1em;*/
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	/*margin-bottom: 0.25em;
	margin-top: 0.5em;*/
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	/*font-size:  0.85em;*/
	/*line-height: 1.0;*/
	}

#code-font	{
		font-family: Courier New, Courier, mono;
		font-size: 12px;
	}

#footer p	{
	font-size: 9px;
	margin-top: 25px;
	}
	
/* Basic page divisions */

#titlebar	{
	padding: 10px 0 20px 0;
	padding-top:  10px;
	}

#primarycontent	{
	/*padding: 0;
	margin: 0;*/
    padding-left: 25px;
	padding-top: 0;
	text-align: left;
	}
	
#simplecontent	{
	padding-top: 10;
	text-align: left;
	}

#sidebar  {
    padding-left: 15px;
	padding-top: 10px;
	text-align: left;
	background:#edf1f1;
	}
	
#content {
	background: white;
	}
	
/* search display attributes */

/* titlebar and search display attributes */

#search	{
		text-align: right;
	}

#title{
		text-align: left;
		color: #039;
	    background-color: transparent;
	}

#searchForm	{
		margin: 0px 0 0px 0;
	}

/* Sidebar display attributes */

#sidebar p	{
	text-align: left;
	font-weight: bold;	/*margin: 25px 0 5px 0;*/
	}

#sidebar img	{
	/*margin: 30px 0 15px 0;*/
	}

#sidebar h2	{
	/*font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 5px 0;
	line-height: 1.5;
	text-align: left;*/
	}
	
#sidebar ul	{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;	
}
#sidebar li	{
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-size:  0.75em;*/
	font-weight: normal;
}

/* Navigation bar components */


table#nav	{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}

table#nav td	{
	font: 11px geneva, arial, helvetica sans-serif;
	text-align: center;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color:#00a7af
	}

table#nav td a	{
    color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent url(/img/transp.gif) repeat; 
	display: block;
	margin: 0;
	width: 100%;
	line-height: 14px;
	} 
#nav td a:hover {
	color: #aaffff;
	text-decoration: underline;
	} 

td#home a:link {
    color: #036;
	background-color: #003399;
	width: 100%;
	height: 100%;
	} 

td#home a:hover img {
	color: #036;
	background-color: #003366;
	} 

