html
{	
	font: normal 12px Arial;
	margin-top:0px;
	padding-top:0px;
}

/* Links */

a.navigation:link { text-decoration: none; border-bottom-color: #336699; color:white }

a.navigation:visited { color: white; text-decoration: none; border-bottom-color: #5588aa; }

a.navigation:hover, a:active {  border-bottom: 1px solid #ad5b1e; color:#cb5d35 }

/* Html Elements */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 26px; margin:0px; color:Olive; font-family:Times New Roman }

.headertext
{
	 font-size: 14px; font-weight:bold; margin:0px 
}
/*h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }*/

ul, ol, blockquote, pre
{
	color: #555555;
}

ul
{
	list-style-type: square;
}

#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	padding-top:0px;
	width: 100%;
	margin-top:0px;
	background-repeat:repeat;
	background-position: top left;		
}

#container
{
	width: 1000px;
	margin: 5px auto;
}
#navigation { float: left; width: 100%; }

#footer
{
	clear: both;	
	padding: 20px 0 15px;
	text-align: center;
}
 
Navigation 

#navigation ul
{	
	width: 100%;
	margin-top :10px;		
}

#navigation li {padding-top: 5px;padding-bottom: 5px;}
    
#navigation a:link,
#navigation a:visited
{	
	color: #eff8ff;
	padding: 5px 10px;
	border-bottom-width: 0;
}

#navigation a:hover,
#navigation a:active
{
	/*background-color: #485573;*/
	background-image: url(Images/image004.jpg);
}

#footnavigation a:link,
#footnavigation a:visited
{	
	color: #21378a;	
	border-bottom-width: 0;
}

#footnavigation a:hover,
#footnavigation a:active
{
	color: Red;	
}

a.lists:link {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
a.lists:visited { color: black; text-decoration: none; border-bottom-color: #5588aa; }
a.lists:hover, a:active {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #cb5d35; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
}





