body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0px;
}

#whole {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
}

#topmenu_container {
	display: static;
	width: 100%;
	height: 25px;
	background-color: #aa2211;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	font-family: arial,helvetica,sans-serif;
}

#bottommenu_container {
	display: static;
	position: static;
	clear: both;
	font-size: 10pt;
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #cccccc;
	text-align: center;
}

#banner {	
	display: static;
	width: 100%;
	height: 50px;
	background-color: #aa2211;
	background-image: url(images/banner_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#featurebox_container {
	float: left;
	width: 100%;
	height: 200px;
	background-color: #000066;
	color: #ffffff;
	margin-bottom: 1em;
}

#featurebox_slogan {
	float: left;
	width: 35%;
	height: 200px;
	background-color: #446644;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
}

#featurebox_picture {
	float: left;
	width: 60%;
	height: 200px;
	background-repeat: no-repeat;
	margin: 0px 20px 0px 0px;
}

#featurebox_text {	
	position: relative;
	top: 16px;
}

#locationbar {
	position: static;
	font-size: 10pt;
	padding-left: 16px;
	background-color: #ffffff;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
}

#newsbox {
	float: right;
	width: 20%;
	margin: 0px 0px 1em 20px;
	padding: 10px;
	border: solid 1px #cccccc;
	font-size: 10pt;
	text-align: left;
}

#bodybox {
	
}

#leftmenu_container {
	float: left;
	display: none;
	width: 200px;
	margin: 0 0 16px 0;
	padding: 0;
	border: solid 1px #446644;
}

#body_container {
	position: relative;
	width: 70%;
	float: left;
	margin: 0px 16px 16px 16px;
	padding: 0;
	text-align: left;
	font-size: 10pt;
}

#rightmenu_container {
	float: right;
	display: inline;
	width: 20%;
	margin: 0 0 16px 0;
	padding: 0;
}

monospaced
{
	font-family: courier, courier new, fixed;
}

a {
	color: #993333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #990000;
}

a:visited {
	color: #0000cc;
}

a.leftmenu:link, a.leftmenu:visited {
	display: block;
	background-color: #ffffff;
	vertical-align: middle;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding: 3px 10px 3px 10px;
	height: 15px !important;
	border-bottom: solid 1px;
	border-color: #cccccc;
	text-decoration: none;
}

a.leftmenu:hover {
	background-color: #000066;
	text-decoration: none;
	color: #ffffff;
}

a.bottommenu {
	color: #990000;
}

a.mainmenu {
	color: #ffffff;
}

a.mainmenu_rightblock {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	float: left;
	background-color: #aa2211;
	/*vertical-align: middle;*/
	font-size: 11px;
	font-weight: bold;
	color: #eeeeee;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	width: 120px !important;
	white-space: nowrap;
	border-right: solid 1px;
	border-color: #cccccc;
	text-decoration: none;
}

a.mainlevel:hover {
	background-color: #000066;
	text-decoration: none;
	color: #ffffff;
}


td.bottommenu {
	text-align: center;
	background-color: #dddddd;
}

td.mainmenu_rightblock {
	color: #eeeeee;
	text-align: right;
}

.centre
{
	text-align: center;
}

h1
{
	font-family: arial;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

h2
{
	letter-spacing: 0em;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #000099;
	/*border-top: solid 1px;
	border-color: #006699;*/
}

h3
{
	color: #446644;
}

.hover
{
	color: #ffff66;
}

blockquote
{
	text-align: justify;
}

.tooltip2
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #cccccc;
	color: #333333;
	border-color: #000000;
	border: solid 1px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	text-align: justify;
}

.footer
{
	margin-top: 20px;
	text-align: right;
	font-size: 8pt;
}

td
{
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
}

ul.intropoints
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.caption
{
	font-style: italic;
}

td.portfolio_right
{
	text-align: right;
}

td.portfolio_left
{
	text-align: left;
}

#copyright {
	display: static;
	text-align: center;
	color: #666666;
	font-size: 8pt;
	line-height: 200%;
}
