html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(images/background.png) repeat-y center center;
}
div#wrapper {
	color: #000000;
	width: 740px;
	margin: auto;
	background: url(images/boomback.png) repeat-y center center;
}
div#header {
	height: 120px;
	width: 740px;
	margin: auto;
	background-color: #ffffff;
	color: #123456;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	text-shadow: #123456 2px 2px 1px;
	line-height: 120px;
}
div#header span#small {
	text-shadow: none;
	position: relative; 
	top: 20px; 
	left: -30px;
	font-size: 16px;
		
}div#header a {
	color: #456789;	
}
div#header a:hover {
	text-decoration: none;
	color: #456789;	
}
div#header span:hover {
	color: #ffffff;	
}
div#language {
	position: 
	relative;
	top: -110px;
	width: 135px;
	left: 580px;
	font-size: 10px;
	height: 55px;
	margin-bottom: -60px;
	text-align: right;
}
div#menu {
	width: 740px;
	margin: auto;
	background-color: #123456;
	color: #FFFFFF;
	height: 24px;
}
div.floatbox {
	background-color: #efefef;
	border: 1px solid black;
	float: right;
	position: relative;
	left: 100px;
	clear: right;
	width: 200px;
	min-height: 150px;
	background-image: url(images/drop-right.png);
	background-position: top right;
	background-repeat: repeat-y;
}
div#menu a{
	background-color: #123456;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
div#menu a:hover {
	background-color: #456789;	
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a#current {
	background-color: #FFFFFF;
	color: #456789;	
	border-top: 1px solid #456789;
	border-bottom: 1px solid #456789;
	height: 22px;
}
div#content {
	clear: both;
	width: 740px;
	color: #000000;
	margin: auto;
	padding: 0px;
}
div#content p.small {
	font-size: 9px;
	text-align: right;	
}
div#content h1 {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	font-size: 15px;
	color: #123456;
}
div#content h2 {
	padding: 0px;
	margin-top: 20px;
	margin-left: 15px;
	font-size: 12px;
	font-style: italic;
	color: #123456;
}
div#content h3 {
	padding: 0px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: -5px;
	font-size: 11px;
	font-style: italic;
	color: #123456;
}
div#content img {
	border: 1px solid black;
	margin: 10px;	
}
div#content img.borderless {
	border: none;	
}
div#content.split {
}
div#content.normal {
	width: 720px;
	padding: 10px;
	background-color: #ffffff;
}
div#content.split div#left {
	width: 560px;
	float: left;
	padding: 10px;
	display: block;
}
div#content.split div#right {
	float: right;
	padding: 10px;
	width: 140px;
	display: block;
}
div#content.split div#right h1 {
	font-size: 11px;
	text-transform: uppercase;
	color: #123456;
	padding-bottom: 10px;
}
div#content.split div#right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#content.split div#right ul li {
	margin-left: 10px;
}
div#footer {
	clear: both;
	background-color: #123456;
	width: 740px;
	margin: auto;
	color: #ffffff;
	font-size: 9px;
	height: 20px;
	line-height: 20px;
}
div#timestamps {
	clear: both;
	width: 730px;
	background-color: #ffffff;
	margin: auto;
	font-size: 9px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
div#footer div#copyright {
	float: left;
	padding-left: 10px;
	text-align: left;
}
div#footer div#compliance {
	padding-right: 10px;
	float: right;
	text-align: right;
}
div#footer div#contact {
	margin-top: -20px;
	float: left;
	clear: both;
	width: 738px;
	text-align: center;
}
div#footer a {
	color: #cccccc;
	background-color: #123456;
	font-weight: bold;	
}
div#footer a:hover {
	color: #ffffff;
	background-color: #123456;
	font-weight: bold;	
}
a {
	text-decoration: none;
	color: #123456;
	font-weight: bold;
	background-color: inherit;
}
a:hover {
	background-color: inherit;
	color: #456789;
	text-decoration: underline;
}
div#aerial a {
	background-color: #123456;
	color: #ffffff;
	text-transform: uppercase;
}
div#aerial a:hover {
	background-color: #456789;
	color: #ffffff;	
	text-decoration: none;
}
div#content table tr td {
	border-bottom: 1px solid #123456;
	text-align: center;
	padding: 5px;	
}
div#language img {
	border: 1px solid black;
}
