*{
	margin:0px;
	padding:0px;
	border-width: 0px;
}
@font-face {
    font-weight: normal;
    font-style: normal;
}
@font-face {/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 9, 2013 03:17:40 AM America/New_York */
    font-family: 'Tangerine';
    src: url('resources/fonts/Tangerine_Regular-webfont.eot');
    src: url('resources/fonts/Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('resources/fonts/Tangerine_Regular-webfont.woff') format('woff'),
         url('resources/fonts/Tangerine_Regular-webfont.ttf') format('truetype'),
         url('resources/fonts/Tangerine_Regular-webfont.svg#TangerineRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 9, 2013 03:17:40 AM America/New_York */
    font-family: 'TangerineBold';
    src: url('resources/fonts/Tangerine_Bold-webfont.eot');
    src: url('resources/fonts/Tangerine_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('resources/fonts/Tangerine_Bold-webfont.woff') format('woff'),
         url('resources/fonts/Tangerine_Bold-webfont.ttf') format('truetype'),
         url('resources/fonts/Tangerine_Bold-webfont.svg#TangerineBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background: #184830;
	text-align: center;
	font: 100% Arial;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
header, nav, footer, aside, article, section{
	display:block;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
nav{ /*ALL navigation areas*/
	background: #396;
}
a:link{
	color: #990;
	font-weight: bold;
}
a:visited{
	color: #990;
}
a:hover{
	color: #ee0;
}
/*a:active{
	color: #ee0;
}*/
section{
	background: #4c8;
	border: 4px solid #264;
	border-top: 0px;
	padding: 8px 4px 0px 4px;
	font-size: 100%;
	text-align: left;
}
section ul{
	margin-left: 4%;
	margin-bottom: 8px;
}
li{
	list-style: disc inside;
}
h1{
	font: bold 250% Tangerine;
	padding: 8px;
	color: #cc0;
}
h3{
	font: bold 125% Tangerine;
	padding: 2px;
}
h4{
	font: bold 75% Arial;
}
p{
	margin: 0px 8px 8px 8px;
	margin-bottom: 8px;
	font: 75% Arial;
}
span{
	float: left;
}
aside{
	background: #396;
	border: 0px solid #264;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
aside h1{
	padding: 1%;
	background: #396;
	color: #264;
}
aside h2{
	font: 150% TangerineBold;
	padding: 4px;
	color: #cc0;
	text-decoration: none;
}
aside h2:hover{
	color: #ee0;
	text-decoration: none;
}
aside h3{
	font: bold 75% Arial;
	padding: 0px 0px 4px 0px;
}
footer{
	clear: both;
	border-top:2px solid #264;
	padding:4px 4px 4px 4px;
	text-align: right;
	font: bold 75% Arial;
	color: #264;
}
#container{
	display: block;
	width: 85%;
	margin: auto;
	background: #396;
	border: 4px solid #264;
	padding: 0px;
}
#mainHeader{ /*Website Name*/
	font: 800% TangerineBold;
	text-align: center;
	background: #264;
	color: #cc0;
	border: #264;
	padding: 8px;
}
a:hover #mainHeader{
	color: #ee0;
	text-decoration: none;
}
#mainNav{ 
	display:inline-block;
	font: 100% Arial;
	border-width: 0px 0px 8px 0px;
	padding: 0px;
	margin: 0% 0% 1% 0%; /*Space between navigation and main content*/
	
}
.toplinks{ /* MAIN navigation titles*/
	font: 300% TangerineBold;
	color: #cc0;
	background: #287850;
	padding: 4px 8px 4px 8px;
	margin: 0px;
}
.toplinks:hover{
	color: #ee0;
}
#mainNav ul li{ /* MAIN navigation headings*/
vertical-align:top;
display:inline-block;
background:#4c8;
margin: 0px 1px 0px 1px;
}
#mainNav ul li ul li{ /* MAIN navigation subtitles*/
display:block;
margin: 4px;
text-decoration: underline;
}
#mainDiv{
	display: inline-block;
	width: 99%;
}
#sideLeft{
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
	width: 15%;
	margin: .5%;
	background: #264;
}
#sideLeft li{
	list-style: none;
	padding: 0px 0px 0px 0px;
}
#mainArticle{
	display: inline-block;
	width: 66%;
	margin: .5%;
	background: #264;
}
#mainArticle h2{
	text-align: right;
	font: bold 150% Tangerine;
	border-bottom: 2px solid #264;
	padding-bottom: 0px;
	padding-right: 8px;
	margin-bottom: 8px;
	color: #990;
}
#mainArticle h3{
	color: #990;
}
#mainArticle h4{
	margin: 16px 0px 0px 8px;
}
#mainArticle ul{
	font: 75% Arial;
	list-style: disc inside;
}
#mainArticle ul ul{
	font: 100% Arial;
}
#sideRight{
	display: inline-block;
	vertical-align: top;
	/*float: right;*/
	width: 15%;
	margin: .5%;
	background: #264;
}
#mainFooter{
	text-align: center;
	background: #264;
	color: #000;
}