@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
}
h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #446665;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	padding-bottom: 0.3em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADC9C8;
}
h2 {
	font-size: 14px;
	padding-bottom: 0px;
	color: #446665;
	font-family: "Comic Sans MS", cursive;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-color: #629392;
	border-right-color: #629392;
	border-left-color: #629392;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header {
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #629392;
	border-right-color: #629392;
	border-bottom-color: #629392;
	border-left-color: #629392;
}
#siteNav {
	height: 50px;
	background-color: #629392;
	margin-bottom: 0px;
	float: left;
	width: 1010px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#siteNav ul {
	display: block;
	list-style-type: none;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	width: 850px;
	padding-right: 0px;
	padding-left: 0px;
}
.tableFlags tr td a {
	text-decoration: none;
}

#siteNav ul li a {
	color: #E0EFD1;
	text-decoration: none;
	background-color: #693;
	display: inline;
	float: left;
	padding-right: 23px;
	padding-left: 23px;
	height: auto;
	margin-left: 5px;
	font-weight: bold;
	border: thin solid #627B93;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size: 14px;
}
#siteNav ul li a:hover {
	background-color: #627B93;
	color: #333;
}
#mainContent {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #629392;
	border-left-color: #629392;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 650px;
	padding-right: 175px;
	padding-left: 175px;
}
#footer {
	background-color: #629392;
	float: none;
	clear: both;
	width: 1008px;
	height: 30px;
	color: #CCC;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.11em;
}
#mainContent p {
	line-height: 1.6em;
	font-size: 14px;
}
#mainContent ol {
	font-size: 14px;
}
.imgRight {
	float: right;
	margin-left: 1.1em;
	margin-bottom: 1.1em;
	border: 1px solid #629392;
	clear: left;
}

.imgLeft {
	float: left;
	margin-right: 1.1em;
	margin-bottom: 1.1em;
	border: 1px solid #629392;
}
.imgCenter {
	float: none;
	margin-right: 1.1em;
	margin-bottom: 1.1em;
	border: 1px solid #629392;
	text-align: center;
}
.lowerfooter_text {
	font-size: 10px;
	float: right;
	width: 500px;
	text-align: right;
	padding-right: 20px;
	color: #444;
	margin-top: -10px;
}
.tableFlags {
	float: right;
	margin-top: 5px;
	margin-right: -180px;
	text-decoration: none;
}
