@charset "utf-8";
html, body {
	height: 100%;
}
body {
	background: #ffffff url(../images/bg.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.clearFloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.container {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	width: 974px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
.content {
	width: 914px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	padding-bottom: 75px;
}
.flag {
	height: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #eeeeee;
}
.flagHead {
	background-color: #ffffff;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: .75;
	color: #000000;
	height: 75px;
	padding-left: 10px;
}
h1, h2, p {
	margin: 0;
	padding: 0;
}
.nav {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.navUl {
	margin: 0;
	padding: 0;
}
.navLi {
	list-style-type:none;
	display: inline;
	padding: 0 15px;
	font-weight: bold;
}
.navLink {
	color: #006699;
	text-decoration: none;
}
.navLink:hover {
	text-decoration: underline;
}
.body {
	font-size: 10px;
	padding-top: 20px;
	padding-left: 2px;
}
.bodyLeft {
	float: left;
	width: 686px;
	padding-right: 20px;
}
.bodyRight {
	float: right;
	width: 200px;
	border-left: 1px dotted #cccccc;
	padding-left: 5px;
	height: 200px;
}
.headline {
	font-size: 24px;
	margin-bottom: 10px;
}
.bodyCopy {
	line-height: 14px;
	margin-bottom: 10px;
}
.footer {
	width: 914px;
	font-size: 9px;
	margin: -45px auto 0 auto;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}
.footerP {
	margin-bottom: 5px;
}