body {
	margin-left: 10px;
	margin-top: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

b,em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-style: normal;	
	}



#navbar {
	width: 650px;
	position:relative;
	float:left;
	background-color:#336600;
	height:30px;
}

#subnavbar {
	width: 650px;
	height:20px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
}

#subsubnavbar {
	width: 270px;
	left: 180px;
	position:relative;
	background-color:#336600;
	height:20px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	width:650px;
	float:left;
	top:20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	float:left;
	top:60px;
	width:650px;
	border-top-color: #336600;
	border-top-style: solid;
	border-top-width: thin;

}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#336600;
	color:#FFFFFF;
	padding-left:28px;
	position: relative;
	top: 5px;
}


a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color:  #FFFFFF;
}


a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #FFFFFF;
	text-decoration: none;

}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color:  #FFFFFF;


}

a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #FFCC33;
	text-decoration: none;

}

.subnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#336600;
	padding-left:12px;
	font-weight: bold;
	color:  #FFCC33;
	float: left;
	position:relative;
}


a.subnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	color:  #CCCCCC;
}


a.subnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #CCCCCC;
	text-decoration: underline;

}

a.subnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	color:  #CCCCCC;


}

a.subnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #FFCC33;
	text-decoration: none;

}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color:  #666666;
}


a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #666666;

}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color:  #666666;


}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #666666;
	text-decoration: underline;
}