/* Set all default styles */
body {
		font-size: 70%;
		font-family: Tahoma, Geneva, Arial, sans-serif;
		text-align: center;
		background: #000 url(../images/misc/bg-1600.jpg) no-repeat center top; 
	}

* { 
		/* overrides the inheritance mechanism */ 
		margin:0; 
		padding:0; 
	}
	
img, fieldset {
		border: none;
	}
	
a { 
		color: #3F827A;
		text-decoration: none;
	}

a:hover {
		text-decoration: underline;
	}
	
h1, h2, h3, h4, h5, h6 {
		margin-bottom: .5em;
	}	

h1 {
		font-size: 2.0em;
		font-weight: normal;
		font-family: Georgia, Times New Roman, Serif;
	}
	
h2 {
		font-size: 1.8em;
	}
	
h3 {
		font-size: 1.6em;
	}
	
h4 {
		font-size: 1.4em;
	}

h5 {
		font-size: 1.2em;
	}
	
h6 {
		font-size: 1em;
	}
	
p {
		margin-bottom: 1em;
	}
	
ul {
		margin: 0px 0px 20px 15px;
	}
	
li {
		line-height: 1.4em
	}
	
li a {
		text-decoration: none;
	}
	
li a:hover {
		text-decoration: underline;
	}
	
li ul {
		margin-bottom: 0;
	}
	
form {
		margin-bottom: 0.5em;
	}
	
input, select, textarea {
		font-family: Tahoma, Arial, sans-serif;
		margin-bottom: 0.5em;
		padding: 3px;
		border: 1px solid #CCC;
	}

input.hidden {
		display: none;
	}
	
.mysql {
		display: block;
		padding: 10px;
		background: #F00;
		color: #FFF;
		margin: 10px 0;
	}
	
/* End Text Formatting */

#wp { 
		margin: 0 auto; 
		text-align: left; 
		width: 964px; 
		background: #FFF;
	}
	
/* horizontal lists */
#mn, #hd, #ft { 
		clear:both; 
	}

#mn ul,
ul#quicklinks,
#ft ul { 
		margin:0; 
	}

#mn ul li,
ul#quicklinks li,
#ft ul li { 
		float:left; 
		list-style:none; 
	}

#mn ul li a,
ul#quicklinks li a { 
		display:block; 
		padding:0 1em; 
	}

.helper,
#access {
		height:1px; 
		left:0; 
		overflow:hidden; 
		position:absolute; 
		top:-500em; 
		width:1px; 
	}	
	
.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
