body {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #04027C;
	background-color: #DCDCDC;
}

a:hover {
	color: #FF0000;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #E8E8E8;
}

#header1 {
	float: left;
	width: 300px;
	height: 100px;
	margin: 0 auto;
	font-size: 8pt;
	background: url(images/WebLogo.jpg);
}

#languageswap {
	float: right;
	width: 450px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 8pt;
	background-color: #E8E8E8;
}

#header2 {
	float: right;
	width: 450px;
	height: 80px;
	margin: 0 auto;
	font-size: 8pt;
	background-color: #E8E8E8;
}

#header2 h1 {
	font-size: 14pt;
}

#header3 {
	float: left;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	font-size: 8pt;
	background-color: #E8E8E8;
}

#menu {
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #AAA9A9;
	font-weight: bold;
	font-size: 12pt;
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #E8E8E8;
	padding-left: 2px;
}

#menu a.first{
	border: none;
}

#content {
	float: left;
	width: 730px;
	border: 10px solid #E8E8E8;
	color: #000000;
	background-color: #FFFFFF;
}

#content h3 {
	text-align: center;
}

#dropmenudiv{
	position:absolute;
	border: none;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-size: 8pt;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: none;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #AAA9A9;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E8E8E8;
	color: #000000;
}

#footer {
	float: left;
	width: 100%;
	height: 92px;
	background-color: #DCDCDC;
	text-align: center;
}
