html {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	
}

body {
	background-color: #FFFFFF;
	margin: 0px;
}

a {
	color:#333333;
	text-decoration: underline;	
}
a:hover {
	color:#666666;
	text-decoration: underline;	
}

/*   
///////////////////////////////////// START OF MENU /////////////////////////////////
*/

#nav {
	margin: 0;
	padding:0;
	background: #231f20;
	list-style-type: none;
	width: 900px;
	float: left; /* Contacin floated list items */
	
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	
}
#nav #nav_hom a {
	
}

#nav #nav_con a {
	border-right: solid 1px #666666;
	width: 98px;

}
#nav a {
	font-size: 12px;
	float: left;
	width: 99px;
	height:30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	line-height:2.5;
	text-decoration: none;
	border-left: solid 1px #666666;
}
#nav a:hover {
	background-color: #333333;

}
#body_hom #nav_hom a, 
#body_abo #nav_abo a, 
#body_ach #nav_ach a, 
#body_fut #nav_fut a, 
#body_tes #nav_tes a,
#body_the #nav_the a,
#body_get #nav_get a,
#body_new #nav_new a,
#body_fri #nav_fri a,
#body_con #nav_con a {
	background-color: #444444;
	color: #FFFFFF;
	
}

/*   
///////////////////////////////////// END OF MENU /////////////////////////////////
*/
#header {
	width:100%;
	background-color: #FFFFFF;	
}
.clearit {
	clear: both;
	width: 100%;
}
.spaceit {
	width: 100%;
	height: 20px;
}
#content {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
}
.mainText {
	color: #333333;
	font-size: 100%;
	text-decoration: none;
}
a.mainText {	
	color: #222222;
	font-size: 100%;
	text-decoration: underline
}
a.mainText:hover {
	color: #666666;
	text-decoration: none;
}
.titleImage {
	width: 900px;
	height:150px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
.outermenu {
	height: 50px;
	width:100%;
	background-color: #231f20;
	
}
.img {
	margin-top: 20px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
	border: 5px solid #CCCCCC;
}
.imgFriends {
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	border: 5px solid #CCCCCC;
}
.img:hover, .imgFriends:hover{
	border: 5px solid #b4b2ab;
}

.menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 130%;
	color: #333333;
	line-height: 12px;
	font-weight: bold;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 3px solid #333333;
}
h2 {
	font-size: 125%;
	color: #333333;
	margin-top: 0px;
	line-height: 15px;
	font-weight: bold;
	width: 100%;
	
}
h3 {
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.missionStatement {
	font-size: 130%;
	color: #999999;
	text-align: center;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	width:100%;
	clear: both;
	height:10px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.innerFooter {
	width: 900px;
	margin:auto;
	clear: both;
}
.footerTextLeft {
	font-size: 90%;
	color: #999999;
	padding-bottom: 20px;
	float: left;
	width: 600px;
	height: 100%;
	text-align: left;
}
.footerTextRight {
	font-size: 90%;
	color: #999999;
	padding-bottom: 20px;
	float: right;
	width: 300px;
	height: 100%;
	text-align: right;	
}
.footerTextLeft a,  .footerTextRight a {
	color: #999999;
	text-decoration: none;
}
.footerTextLeft a:hover, .footerTextRight a:hover {
	color: #444444;
	text-decoration: none;
}
.imageText {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	font-size: 80%;
}
.frameText {
	text-align: left;
	width: 100%;
	padding-left: 20px;
}
.forms {
	padding: 8px;
	margin-bottom:20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	border:1px solid #cccccc;
	background: #F0F0F0;
}
.formSurround {
	margin-right: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.btn {
	padding: 5px;
	margin-bottom:20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	border:1px solid #cccccc;
	background: #F0F0F0;
	cursor:pointer;
}
.btn:hover {
	padding: 5px;
	margin-bottom:20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	border:1px solid #999999;
	background: #CCCCCC;
	cursor:pointer;
}