body {
	background-color: #000066;
	margin: 0;
	padding: 0;
}

/* Container divs */
#outer {
	width: 100%;
	text-align: center;
}

#inner {
	width: 670px;
	text-align: center;
	margin: auto;
	height: 100%;
	padding: 0 25px 0 25px;
	}

#container {
	width: 670px;
	background-color: #FFF;
}

/* Header */
#header {
	width: 666px;
	height: 115px;
	background-image: url(images/logo.gif);
	background-repeat: repeat-n;
}

/* Navigation */
#nav {
	width: 670px;
	height: auto;
	float: left;
	text-align: right;
	background-color: #0066FF;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 1px 1px 1px 12px;
}

#nav li {
	display: block;
	float: right;
	margin: 3px 4px 1px 4px;
	padding: 5px;
}

#nav a:link , #nav a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	font-size: 14px;
	font-weight:normal;
	text-decoration:none;
} 

#nav a:hover , #nav a:active {
	font-family: "Times New Roman", Times, serif;
	color: #99CCCC;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
} 



/* Main Content */
#content {
	width: 670px;
	float: left;
	text-align:left;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#content img {
}

table {
	margin: 2px 2px 2px 1px;
}

a:link, a:visited {
	font-weight: bold;
}

a:active, a:hover {
	color: #000066;
	font-weight: bold;
	text-decoration:none;
}

/* Footer */
#footer {
	width: 670px;
	background-color: #0066FF;
	float: left;
}

#footer a:link , #footer a:visited , #footer a:hover , #footer a:active {
	color: #FFF;
	font-weight: normal;
} 

#footer p {
	color: #99CCCC;
}

/* Text Styling */
p, h2, h3, h4, li, th, td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	margin-right: 40px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000066;
	font-size: 26px;
	display: block;
	width: auto;
	border-bottom: 1px dotted #645E46;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	
	h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000066;
	font-size: 18px;
	margin-left: 20px;
	margin-bottom: -10px;
}

.floatright { 
float: right; 
margin: 10px 40px 10px 30px;
}

.floatleft { 
float: left;
margin: 10px 30px 10px 40px;
}
