@charset "utf-8";
/* CSS Document */
/* Document Level*/
body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/aeroBG.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336;
}
h1 {
	color: #336;
	margin: 10px;
}
h2 {
	margin: 10px;
	color: #C00;
}
h3 {
	margin: 10px;
}

a:link { color: #336; text-decoration: none; }
a:active { color: #336; text-decoration: none; }
a:visited { color: #336; text-decoration: none; }
a:hover { color: #336; text-decoration: underline; }

p {
	margin: 10px;
}
ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	color: #336;
}

/* Main Container holds everything*/
#mainContainer {
/*	border: 1px #CCC solid;*/
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
}

/* left column */
#leftColumn {
	float: left;
	margin: 0;
	padding: 0;
	width: 458px;
	height: 600px;
}
#logo {
	position: relative;
	top: 30px;
	left: 130px;
	height: 202px;
	padding: 0;
	margin: 0;
	border: none;
	clear: both;
}
#logo p {
	position: relative;
	left: 12px;
	margin: 20px 10px;
	text-align: right;
	float: left;
	font-size: 10px;
}

#leftContent {
	position: relative;
	top: 30px;
	margin: 0;
	padding: 0;
	width: 456px;
	height: 350px;
	
}
#leftNav {
	margin: 10px;
	width: 456px;
}
#leftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftNav li {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 1.40em;
	font-weight: 800;
	display: inline;
}
#leftNav .selected {
	font-size: 1.65em;
	font-weight: 900;
}

/* right column */
#rightColumn {
	float: right;
	margin: 40px 0 0 0 ;
	padding: 0;
	width: 338px;
}
#rightNav {
	margin: 10px;
}
#rightNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#rightNav li {
	margin: 0 2px;
	padding: 0;
	font-size: 1.30em;
	font-weight: 800;
	display: inline;
}
#rightNav .selected {
	color: #C00;
	font-weight: 900;
}
#rightNav a:link { color: #336; text-decoration: none; }
#rightNav a:active { color: #336; text-decoration: none; }
#rightNav a:visited { color: #336; text-decoration: none; }
#rightNav a:hover { color: #C00; text-decoration: none; }

#rightNav .selected a:link { color: #C00; text-decoration: none; }
#rightNav .selected a:active { color: #C00; text-decoration: none; }
#rightNav .selected a:visited { color: #C00; text-decoration: none; }
#rightNav .selected a:hover { color: #C00; text-decoration: none; }

#rightContent {
	background: url(../images/bluebg.png);
	padding-bottom: 10px;
	width: 339px;
	min-height: 380px;
}
#rightContent h1 {
	padding-top: 10px;
	font-size: 1.75em;
	color: #FFF;
}

#rightContent h2 {
	color: #900;
}

#resources {
}
#footer {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	height: 40px;
}
.clearBoth {
	clear: both;
}
.imgNav {
	text-align: left;
	padding-left: 10px;
}