	a:link {
		color: #0033FF;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #0033FF;
	}
	a:hover {
		text-decoration: none;
		color: #FF0000;
	}
	a:active {
		text-decoration: none;
		color: #0033FF;
	}
	
	
	/*** The Layout Code ***/
	
		html {
			height: 100%;
			background:#a9e5af;
			background-image:url(../images/bg_fade.gif);
			background-repeat:repeat-x;
		} 

		body {
			    
			margin-top: 0px;  
		}
		
		#entire {
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			background-color:#fff;	
			width: 800px;

		}
		
		#center {
			background: #fff;
			width:475px;
		}
		
		#left {
			min-height: 300px;   
			height: 100%;     
			width: 150px; 
		}
		
		#right {
			min-height: 300px; 
			height: 100%;
			width: 168px;           

		}
		
		#footer {
			clear: both;
			text-align:center;
		}
		#paddedwalls {
			padding: 10px 10px 10px 10px;
		}
		#paddedwalls2 {
			padding: 3px 15px 10px 5px;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 140px;            
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size:11px;
		}

		#header, #footer {
			border:solid #CCCCCC 0px;
		}

		#left {
			background: #fff;
			border-left: solid #CCCCCC 0px;
			border-right: solid #CCCCCC 0px;
		}

		#right {
			background: #fff;
			border-left: solid #CCCCCC 0px;
			border-right: solid #CCCCCC 0px;
		}
	
		#top_menu {
			padding-top:3px;
			padding-bottom:3px;
			}
		#top_menu_sub {
			padding-top: 5px;
			padding-right:10px;
			}
		#top_menu_button {
			width:60px;
			height:17px;
			}
		#top_menu_button:hover {	
		/*	background:#EAEADB; */
			}
			
		#nav {
			padding: 2px;
			height: 18px;
			border-bottom: #CCCCCC solid 1px;
			padding-top: 5px;
			padding-bottom: 1px;
		}
		#nav:hover {
			background:#EAEADB;
			font-size:11px;
		}
		
		#box {
			background: #e8e8d9;
		}
		#headcon {
			background-image:url(../images/bg_m.gif);
			/* background: #E1DFCC; */
			background-repeat: repeat-x;
			height: 200px;
		}
		
		.highlight {
			color:#878B4E;
		}
		h1 {
			font-size: 18px;
			text-transform:uppercase;
			color: #6d5877;
			font-weight:100;
		}
		

