
		a {
		text-decoration: underline;
		color:   #FFFFFF;
		outline: none;
	}
	a:visited {
		color:   #FFFFFF;
	}
	a:active {
		color:   #FFFFFF;
	}
	a:hover {
		color:  #E2FAA4;
	}
		
	body{
		text-align: center;
		
		background-color:#302F2C;
		margin-left: auto;
		margin-top: 0px;
		margin-right: ;
		margin-bottom: 0px;	
	}
	
	.floatLeft { 
	    float: left; 
	}
	
	.floatRight { 
	    float: right; 
	}
	
	
	#main{
		text-align: left;
		
		width:768px;
		margin-left: auto;
		margin-right: auto;
	}

	.headerContent{
		background-image: url('images/header-main.jpg');
		background-repeat: no-repeat;
		height: 102px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border-bottom: 1px solid #EEEEEE;
	}
	
	.bodyContent{
		width:100%;
		height:100%;
		background-color: #3F3E3A;
	}

	.sidebarRight{
	
	}
	
	.sidebarRight p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		line-height: 20px;
		margin-right: 22px;
		margin-left: 144px;
	}
	.sidebarRight ul {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		line-height: 20px;
		margin-right: 22px;
		margin-left: 156px;
	}
		.sidebarRight h2 {
		font-family: Times, Times New Roman, sans-serif;
		font-size: 18px;
		font-weight:normal;
		color: #E2FAA4;
		line-height: 22px;
		margin-right: 22px;
		margin-left: 144px;
	}
	.sidebarLeft{
		float: left; 
		width: 120px;
		height:100%;
		background-color: #777777;
	}
	
	
/* mainNav */ 
	
	.mainNav{
		width:100%;
		height: 30px;
		color: #FFFFFF;
	}
	
	.mainNav ul{
		display: inline;
		margin:0 0 0 350px;
		padding: 0 0 0 0;
		list-style-type: none;
	
	}
	
	.mainNav li { 
	
		display:inline;
	}
	
	.mainNav a{
		display:inline;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		background-color: #777777;
		color: #FFFFFF;
		text-decoration: none;
		border-right: 1px solid #EEEEEE; 
		border-left: 1px solid #EEEEEE; 
		border-bottom: 1px solid #EEEEEE; 
		
	}

	
	.mainNav a#selected{
		color: #333230;
		font-weight: bold;
		background-color: #8AD3FF;
	}
	

	
	.mainNav a:hover{
		color: #333230;
		font-weight:normal;
		background-color: #8AD3FF;
	}
	.mainNav a:visited{
		color: #FFFFFF;
		}
	
/* categoryNav */ 

	.categoryNav{
		
		}
	.categoryNav ul{

		padding: 0 0 0 0;
		margin: 0 0 0 0;
		list-style-type: none;
	}
	
	.categoryNav li { 
		display: block;
		width: 100%;
		
	}
	
	.categoryNav a{
		
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 8px 0 8px 8px;
		background-color: transparent;
		color: #FFFFFF;
		text-decoration: none;
		 border-bottom: 1px solid #EEEEEE; 
	}

	.categoryNav a#lv1{
		color: #FFFFFF;
		
	}
	
	.categoryNav a#lv1_selected{
		color: #333230;
		font-weight: bold;
		background-color: #8AD3FF;
	}
	
	.categoryNav a#lv2{
		color: #FFFFFF;
		font-size: 10px;
		padding-left:35px;
	}
	
	.categoryNav a#lv2_selected{
		color: #333230;
		font-size: 10px;
		padding-left:35px;
		color: #333333;
		font-weight: bold;
		background-color: #8AD3FF;
	}	
	
	
	.categoryNav a:hover{
		color: #333230;
		font-weight: bold;
		background-color: #8AD3FF;
	
	}
