html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	
	background: #FFFFFF;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* MISC STYLES ********************************************/

.floatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.floatLeft {
	float: left;
	margin-right: 8px;
}

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #010101;
	text-decoration: underline;
}

a:visited {
	color: #010101;
	text-decoration: underline;
} 

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0 2em 0;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 1em 0 1.5em 0;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

p {
	margin: 1em 0 1em 0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin: 10px 0 10px 0;
}

.center {
	text-align: center;
}

/***************************************************/

/* MAIN NAVIGATION **********************************/

div#nav {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}
	#nav p {
		margin: 0;
		padding: 7px 0 7px 98px;
	}
	
	#nav a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#nav a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#nav a:hover {
		color: #CCCCCC;
		text-decoration: underline;
	}
	
/**************************************************/

div#midSection {

}
	div#subNav {
		float: left;
		margin: 0;
		padding: 10px 0 0 0;
		width: 137px;
	}
	
	div#main {
		float: left;
		padding: 10px 0 0 30px;
		width: 600px;
	}

/* FOOTER *******************************************/

div#footer {
	float: left;
	clear: both;
	margin: 30px 0px 0px 0;
	font-size: 9px;
	color: #666666;
	text-align: center;
} 
	div#logos {
		float: left;
		width: 137px;
	}
	
		#logos img {
			margin: 0 0 15px 0;
		}
	
	div#footerMain {
		padding: 20px 0 0 0;
		float: left;
		width: 630px;
	}

	#footer p {
		text-align: center;
		margin: 0;
		padding: 0;
	}

/*************************************************/