html {
	height: 100%;
	font-size: 100%;
	overflow-y: auto;
	font-family: Univers, Calibri, "Liberation Sans", "Nimbus Sands L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

/*Header Stlyes*/
header {
	padding-bottom: 3px;
}


h2 {
    text-transform: uppercase;
    border-bottom: 1px solid rgb(49,53,70);
    font-size: 1.25em;
    margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}


#header {
	margin: 0 auto;
	width: 100%;
	min-height: 20px;
	float:left;
}

#header nav {
	font-family: Univers, Calibri, "Liberation Sans", "Nimbus Sands L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	width: 70%;
	margin: 0 auto;
}

/*List Styles*/
#home a {
	float: left;
	list-style-type: none;
 	width: 30%;
	text-align: left;
	text-decoration: none;
	padding: 30px 20px;
	margin: 5px 50px 5px 5px;
}

nav ul {
    list-style-type: none;
    margin: 0;
	padding: 15px 15px;
}

nav ul li {
	float: right;
    text-transform: uppercase;
    font-size: 12pt;
}

nav ul li a {
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	padding: 30px 10px 10px 10px;
	margin: 5px;
}

/*Link Styles*/
#list a:link,  a:visited, a:active {
   	color: rgb(88, 89, 91);
   	text-decoration: none;
}

#list a:hover {
	color: rgb(58, 191, 196);
	text-decoration: none;
}

#list a.current {
    color: rgb(238, 255, 197);
	text-decoration: none;
}

/*Wrapper Styles*/
#wrapper {
	width: 65%;
	margin: 0 auto;
}

#main {
	float: left;
	width: 65%;
	margin: 50px 0 10px 10px;	
}


#aside {
	float: left;
	width: 30%;
	margin: 50px 0 10px 10px;
	text-align: right;
	padding: 10px;
}

#aside address {	
	text-decoration: none !important;
	color: rgb(58, 191, 196) !important;
}

/*Footer Styles*/
footer {
	clear: left;
	padding: 3px;
	margin: 5px auto;
	width: 100%;
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

footer a:link {
   	color: rgb(255, 255, 255);
   	text-decoration: none;
}

footer a:visited {
   	color: rgb(255, 255, 255);
   	text-decoration: none;
}

footer a:active {
   	color: rgb(255, 255, 255);
   	text-decoration: none;
}

footer a:hover {
   	color: rgb(88, 89, 91);
   	text-decoration: none;
}

#footer {
	font-family: Univers, Calibri, "Liberation Sans", "Nimbus Sands L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: rgb(199,249,220);
}