@charset "iso-8859-1";
/* author: Timberwolf Technologies */
/* Creation date: 29/09/2004 */

Body {background-color: #ffffff; font-family: verdana, geneva, helvetica; color: #000000; background-image: url("../graphics/greyborder.jpg"); background-repeat: repeat-y; font-size: medium}
a:link {color: #cc0000; font-weight: bold; }
a:visited {color: #660033; font-weight: bold; } 
a:hover {color: #000000; font-weight: bold; }
a:active {color: #000000; font-weight: bold; }

a.menu:link {
     color: #000000;
	 font-weight: bold;
	 text-decoration: none;
	 }

a.menu:visited {
     color: #000000;
	 text-decoration: none;
	 }

a.menu:hover {
     color: #cc0000;
     text-decoration: underline;
	 font-weight: bold;
	 }

a.menu:active {
     color: #cc3300;
	 font-weight: bold;
	 }
	 
h3 {font-size: 16px; color: #cc3300; font-weight: bold; border-color: #CC3300; border: thin; border-style: double}

#logo {padding: 5px; 
		margin-bottom: 5px;
		background-color: #ffffff;
		border-bottom: 1px solid #990000;
		}
		

#content {
			padding: 10px;
			margin-left: 175px;
			background-color: transparent;
			border-left: 1px solid #cc3300;
			}

#nav {
           float: left; 
           width: 160px; 
		   margin: 0; 
		   margin-right: 5px; 
		   padding: 5px; 
		   background-color: transparent; 
		   
		   }

#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			
			background-color: transparent;
			}






