body {
		font-size: 62.5%;
		text-align: center;
	}
	
.blue {
		background: #1B3A52 url(../images/misc/main_bg_blue.jpg) repeat-x;
	}
	
* {
		margin: 0;
		padding: 0;
	}

img {
		border: none;
	}

/* Text Formatting */
h1, h2, h3, h4, h5, h6 {
		font-family: Georgia, Times New Roman, serif;
		margin-bottom: .5em;
		font-weight: normal; 
	}	

h1 {
		font-size: 2.0em;
	}
	
h2 {
		font-size: 1.8em;
	}
	
h3 {
		font-size: 1.6em;
	}
	
h4, h5, h6 {
		font-size: 1.2em;
		font-weight: bold;
	}
	
em {
		color: #93b702;
		font-style: normal;
	}

p {
		margin-bottom: 1em;
	}
	
a {
		color: #000;
	}
	
ul {
		margin: 0px 0px 20px 15px;
		list-style-image: url(../images/misc/arrow.gif);
	}
	
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 {
		display: block;
		font-size: 1.2em;
		font-family: Tahoma, Arial, sans-serif;
		margin-bottom: 0.5em;
		padding: 3px;
		border: 1px solid #CCC;
	}

input.hidden {
		display: none;
	}
	
fieldset {
		border: none;
	}
	
#wrapper {
		width: 920px;
		background: #FFF;
		text-align: left;
		margin: auto;
		font-size: 1.2em;
		font-family: Tahoma, Arial, sans-serif;
		padding-bottom: 10px;
	}
	
#footer {
		width: 920px;
		text-align: left;
		margin: auto;
		color: #FFF;
		font-size: 1.2em;
		font-family: Tahoma, Arial, sans-serif;
	}
	
/* End Text Formatting */

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