html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/akwf_bg.jpg);
	background-repeat: repeat;
} 

/*h1{
	font-size: 30px;
	font-weight: bold;
	margin-top: -105px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: left;
	}

h2{
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: -10px;
	margin-bottom: -4px;
	}*/
	
#pagewidth{
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: 2px Black solid;
	} 
	
#header_main{
	background-color: Black;
	float: left;
	width: 960px;
	height: 100px;
	background-image: url(images/akwf_header.jpg);
	background-repeat: no-repeat;
	}
	
#navbar{
	width: 960px;
	height: 55px;
	background-color: Gainsboro;
}

.contents{
	float: left; 
	width: 960px;
	background: url(images/akwf_bg01.jpg);
	background-repeat: repeat-y;	
}

.contents_without_border{
	float: left; 
	width: 960px;
}

.threecol_01{
	background-color: transparent;
	float: left;
	width: 185px;
	min-height: 100px;
	padding: 0px 10px 0px 10px;
	
}

.threecol_02{
	background-color: transparent;
	float: left;
	width: 430px;
	min-height: 200px;
	}

.threecol_03{
	background-color: transparent;
	float: left;
	width: 300px;
	min-height: 300px;
	margin-left: 15px;
	}

.side_menu{
	margin-top: -5px;
	font-size: 11px;
	text-decoration: none;
	color: black;
	}

a.side_menu:hover{
	font-size: 11px;
	text-decoration: underline;
	color: black;
	}

.button{ 
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #16377E;
	margin-top: -430px;
	padding-left: 10px;
	line-height: 25px;
	text-decoration: none; 
	 }
	 
 a.button:active	{
	color: Red; 
	text-decoration: none; 
	}
	
a.button:visited	{ 
	color: #16377E;
	text-decoration: none; 
	}
	
a.button:hover {
	color: Red; 
	text-decoration: underline;
	}

		
.paraheads{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0px;
	 }
	 
.forms_subparaheads{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #0000CD;
}
	 
.sub_headings{
	font-weight: bold;
}
	 
ul{ 
	margin-top: 1px;
	margin-left: 20px;
	padding-left: 0px; }
	
li{ 
	font-weight: normal; 
	margin-top: 5px; }
	
.link{
	font-size: 100%;
	color: Blue;
	text-decoration: none;
	margin-bottom: 30px;
	}
	
a.link:active	{
	font-size: 100%;
	color: Red; 
	text-decoration: none; 
	}
	
a.link:visited	{ 
	font-size: 100%;
	color: Blue;
	text-decoration: none; 
	}
	
a.link:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: underline;
	}
	
a.authorpanel:active	{
	font-size: 10px;
	color: Silver;
	text-decoration: none; 
	}
	
a.authorpanel:visited	{ 
		font-size: 10px;
	color: Silver;
	text-decoration: none;
	}
	
a.authorpanel:hover {
	font-size: 10px;
	color: Silver;
	text-decoration: none;
	}
		
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

