/* 
	Final re-design of the AFH page
	By Adwin Lam (c) 2003 - 2006
	http://www.addonelam.net
	Copywritten so do not remove this.

	Why are you still reading this?
*/

html,body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

#header {
	background-image: url(/afh/images/header.gif);
	width: 750px;
	height: 46px;
}

/* Navigation bar */
.container {
	width: 300px;
	padding: 3px;
	background-color: #000000;
}

/* Navigation */
#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: white;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #790000;
	background: url(/afh/images/tab_afh.gif) no-repeat bottom center;
}
	
#maincontent {
	width: 750px;
	border: 1px solid #333;
	font-size: 14px;
	color: #CCCCCC;
	/*/*/font-size: 100%; /* */
}

#footer {
	background-color: #000000;
	color: #CCCCCC;
	font-size: 9px;
	width: 750px;
}

td, p, ul {
	font-family: Verdana, geneva, Arial;
}

h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/

h1 {font-size: 160%;}
h2 {font-size: 140%;}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 1px solid #CCCCCC !important; /* */
}

a:link,a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #CC0000;
}

a:active {
	color: #FFFFFF;
	background-color: #000000;
}
