body {
   margin: 0px;
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #3b484b;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;	
}
a {
	color: #3b484b;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 112px;
	overflow: hidden;
	
}
#topbannerframe {
	position: absolute;
	top: 18px;
	left: 383px;
	width: 478px;
	height: 70px;
	overflow: hidden;
	padding: 5px;
	background-image: url(img/bannerframe.468x60.png);
	background-repeat: no-repeat;
	display: none;
}
#topbannerframebig {
	position: absolute;
	top: 5px;
	left: 266px;
	width: 738px;
	height: 100px;
	overflow: hidden;
	padding: 5px;
	background-image: url(img/bannerframe.728x90.png);
	background-repeat: no-repeat;
	display: none;
}
#rightbannercontainer {
	position: absolute;
	top: 170px;
	left: 872px;
	width: 130px;
	display: none;
}
.rightbannerframe {
	width: 130px;
	height: 250px;
	overflow: hidden;
	padding: 5px;
	background-image: url(img/bannerframe.120x240.png);
	background-repeat: no-repeat;
}
#mainmenu {
	position: absolute;
	top: 112px;
	left: 0px;
	width: 100%;
	height: 41px;
	background-image: url(img/menubg.jpg);
	background-repeat: repeat-x;
}
#mainmenuleftpad {
	float: left;
	width: 26px;
	height: 41px;
}
#mainmenu a {
	display: block;
	float: left;
	height: 41px;
	line-height: 41px;
	color: #0d3c29;
	padding: 0px 27px 0px 27px;
	text-decoration: none;
	font-size: 12pt;
	overflow: hidden;
}
#mainmenu a.active {
	background-image: url(img/menubga.jpg);
}
#mainmenu a:hover {
	background-image: url(img/menubga.jpg);
}
#mainmenu a span {
   display: block;
	position: relative;
	acolor: #f0ffe7;
	color: #e3e5b2;
	white-space: nowrap;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 41px;
}
#mainmenu a span.o {
	color: #0d3c29;
	z-index: 9;
}
#mainmenu a span.nw {
	left: -1px;
	top: -42px;
	z-index: 1;
}
#mainmenu a span.ne {
	left: 1px;
	top: -83px;
	z-index: 2;
}
#mainmenu a span.sw {
	left: -1px;
	top: -122px;
	z-index: 3;
}
#mainmenu a span.se {
	left: 1px;
	top: -163px;
	z-index: 4;
}
#mainmenu a span.n {
	left: 0px;
	top: -207px;
	z-index: 5;
}
#mainmenu a span.w {
	left: -2px;
	top: -246px;
	z-index: 6;
}
#mainmenu a span.s {
	left: 0px;
	top: -285px;
	z-index: 7;
}
#mainmenu a span.e {
	left: 2px;
	top: -328px;
	z-index: 8;
}
#contentcontainer {
	position: absolute;
	top: 169px;
	left: 23px;
	width: 838px;
}
#sidebar {
	float: right;
	width: 238px;
	width: expression("238"+"px");
	margin: -30px -30px 30px 30px;
	margin: expression(""+"-30px -15px 0px 0px");
	padding: 10px;
	background-color: #020e11;
	opacity: 0.8;
	-moz-opacity: 0.8;
	border-left: 1px dotted #1f6355;
	border-bottom: 1px dotted #1f6355;
}
#content {
	border: 3px solid #192629;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #020e11;
	background-image: url(img/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px;
	color: #1f6355;
}
#content h1 {
	margin-top: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #e3e5b2;
}
#content h2 {
	margin-top: 0px;
	font-size: 11pt;
	font-weight: bold;
	color: #e3e5b2;
}
#content h3 {
	margin-top: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #e3e5b2;
}
#content a {
	acolor: #6bc53f;
	color: #e3e5b2;
	text-decoration: none;
	aborder-bottom: 1px dotted #6bc53f;
	border-bottom: 1px dotted #e3e5b2;
}
#content a:hover {
	text-decoration: underline;
	border-bottom: none;
}
#footer {
	margin-top: 18px;
	margin-bottom: 18px;
}

div.sep {
	height: 1px;
	line-height: 1px;
	background-image: url(img/sep.png);
	margin: 4px 0px 4px 0px;
}
span.current {
	color: #1F6355;
}
input {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;	
}
input.text {
	border: 1px solid #192629;
	background-color: #020e11;
	color: #E3E5B2;
}
input.button {
	border: 1px solid #E3E5B2;
	background-color: #192629;
	color: #E3E5B2;
}
textarea {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;	
}
textarea.text {
	border: 1px solid #192629;
	background-color: #020e11;
	color: #E3E5B2;
}
div.column {
	width: 250px;
}
div.column2 {
	width: 530px;
}
div.rcolumn {
	width: 230px;
}
div.columnsep {
	background-image: url(img/sepv.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 10px;
	padding-right: 10px;
}
h2.index {
	background-color: #192629;
}
img.border {
	border: 3px solid #192629;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.nopad {
	padding-left: 20px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}

