body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#FFFFFF;
	min-width: 750px;
	font-family: sans-serif;
	font-size:10px;
}

* html #minwidth {border-left:750px solid #fff; position:relative; float:left; z-index:1;}
* html #container {margin-left:-750px; position:relative; float:left; z-index:2;}

#top a:link {
	color:white;
	text-decoration: none;
}

#menu a:link {
	color:#80807f;
	text-decoration: none;
}

#content a:link {
	color:black;
	text-decoration: underline;
}

#content img {
	border:0;
}


#top a:visited {
	color:white;
	text-decoration: none;
}

#menu a:visited {
        color:#80807f;
	text-decoration: none;
}

#content a:visited {
        color:black;
        text-decoration: underline;
}

#top a:hover {
	color: #006cff;
	text-decoration: none;
}

#menu a:hover {
	color: #006cff;
	text-decoration: none;
	font-weight:bold;
}

#content a:hover {
        color: #006cff;
        text-decoration: none;
        font-weight:bold;
}

#top a:active {
	color:white;
	text-decoration: none;
}

#menu a:active {
        color:#80807f;
	text-decoration: none;
}

#content a:active {
        color:#80807f;
        text-decoration: underline;
}

ul {
	list-style-image: url(arrow_blue.gif);
}

hr {
	color:#d5d5d4;
	background-color:#d5d5d4;
	height:1px;
	border:0px;
	width:100%;
}

h1 {
	font-size:12px;
	color:#006cff;
	font-weight:normal;
	margin:0px;
}

h2 {
	font-size:12px;
	color:#006cff;
        font-weight:normal;
	margin:0px;
}

h3 {
	display:inline;
	color:#006cff;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

#header {
	background:#2b2b29;
	position:relative;
	height:21px;
}

.bordergrey {
	position:relative;
	background:#bfbfbe;
}

#borderheader {
}

#bordertop {
	top:3px;
	font-size:10px;
}

#bordermain {
}

#footcontent {
	border-top:1px solid #2b2b29;
	color:#898989;
}

.borderwhite {
	position:relative;
	background:#ffffff;
	margin-left:5px;
}

.bordercont {
	position:relative;
	margin-left:8px;
}

#topcontainer {
	background:#2b2b29;
}

#top {
	background:#2b2b29;
	position:relative;
	margin-left:25em;
	height:100%;
}

#logo {
	position:relative;
	background:#2b2b29;
	width:25em;
	height:100%;
	float:left;
	font-size:10px;
}

#topmenu {
	position:relative;
	background:#2b2b29;
	width:100%;
	font-size:10px;
	float:left;
}

#news {
	position:relative;
	background:#2b2b29;
	width:33%;
	float:left;
	margin-right:-1px;
	color: white;
}

#about {
	position:relative;
	background:#2b2b29;
	width:34%;
	float:left;
	margin-right:-1px;
        color:white;
}

#contact {
	position:relative;
	background:#2b2b29;
	width:33%;
	float:left;
	margin-right:-1px;
	color:white;
}

.topdivider {
	background:#555554;
	height:1px;
	margin-top:8px;
	margin-bottom:8px;
}
.topdividerspace {
	position:absolute;
	left:2px;
	width:2px;
}
.topcontent {
	margin-right:2em;
}

#stretch {
	position:relative;
	clear:both;
}

#spacer {
	height:10px;
	clear:both;
}

#bottombluebars {
	height:6px;
	background:#006cff;
	clear:both;
}

#languages {
	font-size:10px;
	color:white;
	position:absolute;
	background:#2b2b29;
	width:25em;
	left:-25em;
	bottom:5px;
	text-indent:10px;
}

#languages .selected {
	color:#006cff;
}

#languages a {
	color:white;
	text-decoration:none;
}

#languages a:hover {
	color:#006cff;
}

.bluebar {
	height:100%;
	background:#006cff;
}

#lefttop {
	height:6px;
}

#middletop {
	height:6px;
}

#righttop {
	height:6px;
}

#leftbottom {
	position:relative;
	width:33%;
	float:left;
	height:100%;
	margin-right:-1px;
}

#middlebottom {
	position:relative;
	width:34%;
	float:left;
	height:100%;
	margin-right:-1px;
}

#rightbottom {
	position:relative;
	width:33%;
	float:left;
	height:100%;
	margin-right:-1px;
}

.whitespace {
	position:relative;
	float:left;
	width:2px;
	left:-2px;
	background:white;
	height:100%;
}

.greyspace {
	position:relative;
	float:left;
	width:2px;
	left:-2px;
	background:#2b2b29;
	height:100%;
}

#stretcher {
	position:relative;
	top:0px;
	height:1px;
	clear:both;
	background:white;
}

#main {
	padding-top:4px;
}

#menucontainer {
	position:relative;
	padding-top:11px;
	float:left;
}

#menu {
	width:25em;
	background:white;
}

#menucontent {
	margin-left:10px;
	font-size:12px;
}

#contentspacer {
	margin-left:13px;
}

#contentcontainer {
	background:white;
	margin-left:25em;
}

#footer {
	padding-top:2em;
	clear:both;
}

#content {
	color:black;
	font-size:12px;
	width:100%;
	float:right;
}

.menutitle {
	color:#80807f;
	font-weight:bold;
}

.menuitem {
	color:#80807f;
	font-weight:normal;
}

.menuline {
	color:#bfbfbe;
	line-height:50%;
	cursor:default;
	z-index:-1;
}

.menuarrow {
	position:relative;
	top:0.8em;
	left:-3px;
}

.contentleft {
	position:relative;
	float:left;
	width:33%;
	margin-right:-1px;
}

.contentmiddle {
	position:relative;
	float:left;
	width:34%;
	margin-right:-1px;
}

.contentright {
	position:relative;
	float:left;
	width:33%;
	margin-right:-1px;
}

.contenttxt {
	margin-right:2em;
}

.contentspacer {
	position:relative;
	clear:both;
}
