@charset "UTF-8";
/* CSS Document */

/*----DEFAULTS----*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background-color: #DCF1F7;
}

html {
	font-size: 100%;
}

/*----CLASSES----*/

.clearFloat {
	clear: both;
}

/*----WRAPPER DIVISION----*/

#wrapper {
	width: 900px;
	margin: auto;
}

/*----MASTHEAD DIVISION----*/

#masthead {
	padding-top: 10px;
}


/*----NAVIGATION DIVISION----*/

#navigation {
	width: 900px;
	text-decoration: none;
	font: 1.6em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
}

#navigation a:link, #navigation a:visited {
	color: #191347;
	text-decoration: none;
}

#navigation a:hover  {
	color: #0293A0;
	text-decoration:none;
}

#navigation a.current {
	color: #0293A0;
	text-decoration: none;
}

.n1{float:left; width:70px; height:35px; padding-top: 10px;}
.n2{float:left; width:114px;height:35px; padding-top: 10px;}
.n3{float:left; width:69px;height:35px; padding-top: 10px;}
.n4{float:left; width:68px;height:35px; padding-top: 10px;}
.n5{float:left; width:112px;height:35px; padding-top: 10px;}
.n6{float:left; width:163px;height:35px; padding-top: 10px;}
.n7{float:left; width:90px;height:35px; padding-top: 10px;}
.n8{float:left; width:69px;height:35px; padding-top: 10px;}
.n9{float:left; width:63px;height:35px; padding-top: 10px;}
.n10{float:left; width:81px;height:35px; padding-top: 10px;}


/*

#navigation {
	float: left;
	margin-top: 10px;
	width: 900px;
	margin-bottom: 25px;
	display: inline;
}

#navigation ul {
	display:inline;
	list-style: none;
	font: 1.6em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
	color: #191347; /*Dark Purple
	float: left;
	
}

#navigation li {
	margin-right: 25px;
	float: left;
	display: inline;
}

#navigation li a:link, #navigation li a:visited {
	color: #191347; Dark Purple
	text-decoration: none;
}

#navigation li a:hover {
	color: #0293A0; /*Roof: Blue
}

#navigation li a:active {
	float: left;
	display:inline;
	margin-right: 25px;
	color: #0293A0; /*Roof: Blue
	text-decoration: none;
}

#navigation li a.current {
	color: #0293A0; /*Roof: Blue
	text-decoration: none;
}
*/


/*----CONTENT----*/

#content{
	width: 900px;
	float: left;
}

h1 {
	font: 1.6em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
	color: #191347;
	margin-bottom: 15px;
	margin-left: 75px;
	margin-right: 75px;
}

h2 {
	font: 1.4em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #191347;
	margin-bottom: 15px;
	margin-left: 75px;
	margin-right: 75px;
}

h3 {
	font: 1.4em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	color: #191347;
	margin-bottom: 15px;
	margin-left: 75px;
	margin-right: 75px;
}

h4 {
	font: 1.4em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #191347;
	margin-left: 75px;
	margin-right: 75px;
}

td {
	font: 1.4em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #191347;
	margin-right: 100px;
}
/*----IMAGE----*/

#image {

	padding-left: 75px;
	padding-bottom: 15px;

}

/*----FOOTER DIVISION----*/

#footer {
	border-top: 2px solid #0293A0;
	font: 1.2em Optima, Sathu, Helvetica, Arial, Verdana, sans-serif;
	color: #191347;
	text-align: center;
	margin-top: 15px;
	margin-bottom:15px;
}
