body {
     background-color: #000000;
     font-family: arial;
     font-size: 12px;
     color: #1e634a;
     text-align: center;
     margin: 0px auto 0px;
     }
	 
.bgheader {
     background-image: url('http://hoofprince.com/versionxvi/images/hp_header.png');
	 background-position: top left;
	 background-repeat: no-repeat;
	 height: 330px; 
	 width: 100%;
}
     
.table {
     font-family: arial;
     font-size: 11px;
     color: #1e634a;
     text-align: center;
     }
	 
.memberbase {
     font-family: arial;
     font-size: 11px;
     color: #1e634a;
     text-align: left;
     }
	 
.tablebg2 {
	 background-color: #0B241B;
     }  

.content {
     text-align: left;
     width: 916px;
	 margin: 0px auto 0px;
     }

h1 {
     font-family: times new roman;
     font-size: 10px;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #7da896;
	 text-shadow: 0px 0px 10px #7da896;
     }
     
h2 {
     font-family: times new roman;
     font-size: 10px;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #174c39;
     }
	 
h3 {
     font-family: times new roman;
     font-size: 10px;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #7da896;
     }
     
.headertxt {
     font-family: georgia;
     font-size: 11px;
     color: #7d9f98;
     font-style: italic;
     text-transform: lowercase;
     text-decoration: none;
     }
     
textarea, input {
     background-color: #091F17;
     background: -webkit-gradient(linear, left top, left bottom, from(#113B2C), to(#091F17));
     background: -moz-linear-gradient(top, #113B2C, #091F17);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113B2C', endColorstr='#091F17');
     border-top: 1px solid #1e634a;
     border-left: 1px solid #113B2C;
     border-right: 1px solid #113B2C;
     border-bottom: 1px solid #071912;
     color: #1e634a;
     font-family: arial;
     font-size: 11px;
     }

.i {
     font-family: times new roman;
     font-style: italic;
     font-size: 11px;
     color: #277e5e;
     }
	 
.b {
	 font-family: georgia;
     font-size: 11px;
     color: #96bbb3;
	 text-transform: uppercase;
	 }
     
.levels {
     font-family: tahoma;
     font-size: 10px;
     color: #174c39;
     text-shadow: 0px 0px 5px #133e2f;
     text-transform: uppercase;
}

.header {
     padding-bottom: 10px;
     float: left;
     }
     
.online {
     font-family: tahoma;
     font-size: 10px;
     color: #174c39;
     text-shadow: 0px 0px 5px #133e2f;
     text-transform: uppercase;
     padding-right: 30px;
     float: right;
	 width: 200px;
     }
     
.credits {
     text-align: center;
     padding-top: 30px;
     color: #123D2E;
     }
     
.rules {
     font-family: georgia;
     font-size: 11px;
     color: #174c39;
     padding-right: 5px;
     }

a:link, a:visited, a:active, .membertitle {
     font-family: georgia;
     font-size: 11px;
     color: #7d9f98;
     text-shadow: 0px 1px 0px #000000;
     text-decoration: none;
     }
     
a:hover {
     font-family: georgia;
     font-size: 11px;
     color: #96bbb3;
     text-decoration: underline;
     }
	 
.memberheader {
	font-family:times new roman;
	font-size: 25px;
	color: #7d9f98;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #000000;
	border-bottom: 1px solid #7d9f98;
	width: 400px;
	height: 30px;
	}
	 
.page {
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.page a:link, .page a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #071711;
	margin-left:10px;
	text-decoration:none;
	background-color:#0B241B;
	color:#184E3C;
	width:22px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: none;
}

.page a:hover {
	background-color:#123D2F;
	border:1px solid #20644D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#20644D;
	text-transform: none;	
}

.page .active_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #20644D;
	margin-left:10px;
	text-decoration:none;
	background-color:#123D2F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#20644D;
	text-shadow: 0px 1px 0px #000000;
	cursor:default;
}

.page .disabled {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #071711;
	margin-left:10px;
	text-decoration:none;
	background-color:#0B241B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#040E0B;
	cursor:default;
}

/**************** NAVIGATION ****************/
.navcontainer {
	margin: 0px auto 0px;
	text-align: center;
	width: 500px;
	}

#nav {
   background:url('images/navigation.png') no-repeat;
   margin: 0px;
   padding: 0px;
   height: 30px;
   width: 438px; 
   }
   
#nav li {
   list-style: none;
   float: left;
   height: 28px; 
   position: relative;
   top: 5px;
   }
   
#nav li a {
   text-decoration: none; 
   display: block;
   }
   
span#nav { display:none; }


#navHome { 
	width: 65px;
	}
	
#navHome a { 
	width:65px; 
	height:28px; 
	}
	
#navHome a:hover { 
	background:url('images/navigation.png') 0px -55px no-repeat;
	width:65px; 
	height:28px; 
	}
	

#navVenture { 
	width: 110px;
	}
	
#navVenture a { 
	width:110px; 
	height:28px; 
	}
	
#navVenture a:hover { 
	background:url('images/navigation.png') -65px -55px no-repeat;
	width:110px; 
	height:28px; 
	}
	
#navHerds { 
	width: 80px;
	}
	
#navHerds a { 
	width:80px; 
	height:28px; 
	}
	
#navHerds a:hover { 
	background:url('images/navigation.png') -175px -55px no-repeat;
	width:80px; 
	height:28px; 
	}
	
#navKing { 
	width: 120px;
	}
	
#navKing a { 
	width:120px; 
	height:28px; 
	}
	
#navKing a:hover { 
	background:url('images/navigation.png') -255px -55px no-repeat;
	width:120px; 
	height:28px; 
	}
	
#navOOC { 
	width: 56px;
	}
	
#navOOC a { 
	width:56px; 
	height:28px; 
	}
	
#navOOC a:hover { 
	background:url('images/navigation.png') -375px -55px no-repeat;
	width:56px; 
	height:28px; 
	}