@charset "UTF-8";
Body {
	background-color: #000066;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	width: 960px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#header {
	background-color: #CCFF66;
}
#headersign {
	background-color: #0000FF;
	float: left;
	height: 150px;
	width: 330px;
}
#headertitle {
	float: left;
	height: 150px;
	width: 630px;
	background-image: url(images/banner.jpg);
}
#content {
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(images/contentbackground.jpg);
}
.clearfloat {
	clear: both;
}
#leftcolumn {
	float: left;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	padding-top: 15px;
}
#rightcolumn {
	float: left;
	width: 580px;
	height: auto;
	padding-right: 40px;
	padding-left: 10px;
	padding-top: 15px;
}
#footer {
	text-align: center;
		background-color: #000066;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 960px;
	float: left;
	font-size: 12px;
}
#rightcolumnheader {
	background-color: #FFFFFF;
	float: left;
	width: 610px;
	height: auto;
	background-image: url(images/flagbackground.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
