@charset "utf-8";
body {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

ul, ol, dl { 
	padding: 0;
	margin: 0; }
	
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; }

a img { 
	border: none; }

a:link {
	color: #42413C;
	text-decoration: underline; }
	
a:visited {
	color: #990099;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none; }

.container {
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#apDiv1 {
	position: absolute;
	width: 950px;
	height: 133px;
	z-index: 1;
}

header {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height: 135px;
}

nav p {
	font-size: 90%;
	font-weight: bold;
	background-color: #00FF00;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav p a:link, nav p a:visited {
	text-decoration: none;


}
.container nav p a:hover, nav p a:active {
	background-color: #D9DADC;
}

.content {
	width: 950px;
	float: right; }

.content ul, .content ol {
	padding: 0 15px 15px 40px; }
	
.content section h2 {
	font-size: 160%;
	color: #00FF00;
	margin-top: 15px;
	margin-bottom: 5px;
}
.content .indent {
	margin-right: 15px;
	margin-left: 75px;
}

.content .bar {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #00FF00;
	margin-right: 15px;
	margin-left: 75px;
}
.content .profile {
	margin-left: 75px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
	margin-right: 15px;
}
.flt_lft {
	float: left;
	margin-right: 10px;
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; }
	
ul.nav li {
	border-bottom: 1px solid #666; }
	
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #C6D580; }
	
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF; }

/* ~~ The footer ~~ */
footer {
	background-color: #00FF00;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 90%;
}

header, section, footer, aside, article, figure {
	display: block; }
	
.totop {
	text-align: center;
}
