* {
	padding: 0;
	margin: 0;
}

a {text-decoration:none}

body {
	background-color: #dddddd;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 74%;
	background-color:#ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	}

#header {
	padding: 15px;
	margin: 0px;
	text-align: left
	}
	

	
	/*---------------Header Menu----------------*/

	#header_menu {
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: dotted;
	border-bottom-color: #999999;
	border-bottom-width:thin;
	padding-bottom: 15px;
	font-size:14px
	}
	
	#header ul li{
		color : #000000;
		background-color : transparent;
		display: inline;
		}
	
	#header ul li a{
		color : #666666;
		background-color : transparent;
		text-decoration : none;
		}
	
	#header ul li a:hover{
		text-decoration: none;
		}
		
		
		
/*-----------Top Navigation Menu-------*/
	
a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
a:active {
	text-decoration: none;
	}

/*---------------Main Content----------------*/



#centercolumn_wrapper {
	width: 80%;
	margin-top: 15px;
	background-color: #fff;
	border-top-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	}

		
#centercolumn_content  {
	width: 80%;
	margin: 5px;
	background-color: #fff;
	border-top-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	}

#leftcolumn_wrapper {
	width: 15%;
	float: left;
	padding-top: 0px;
	padding-left:15px;
	padding-right:30px;
	margin-top: 0px;
	background-color: #ffffff;
	}

#leftcolumn_content {
	width: 50%;
	float: left;
	padding-top: 15px;
	padding-left:10px;
	padding-right: 45px;
	margin-top: 15px;
	border-top: #666666;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #ffffff;
	}

#leftcolumn_content2 {
	width: 50%;
	float: left;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 45px;
	margin-top: 15px;
	border-top: #999999;
	border-top-style: dotted;
	border-top-width: thin;
	background-color: #ffffff;
	}

	
#rightcolumn {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	margin-left:0px;
	margin-right: 15px;
	margin-top: 15px;
	border-left: #666666;
	border-left-width: thin;
	border-left-style: dotted;
	background-color: #ffffff;
	}


/*---------------Footer----------------*/


#centercolumn_footer {
	padding-top:10px;
	padding-bottom: 20px;
	padding-left: 0%;
	padding-right: 20%; 
	margin-top: 50px;
	border-top: thin;
	border-top-color:#666;
	border-top-style: dotted;
	background-color: #fff;
	}

#centercolumn_footer ul li{
	color : #666666;
	margin-top: 5px;
	background-color : transparent;
	display: inline;
	}

#centercolumn_footer ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
	}

#centercolumn_footer ul li a:hover{
	text-decoration : underline;
	}

.letterspacing  {
	    letter-spacing: -0.05em;
		}
		
.lettermargin {line-height: 1.5em;

	
	




