p {
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CDA966;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #7D5B22;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CDA966;
	text-decoration: underline;
	font-weight: bold;
}
.floatclear {
	clear: both;
}
.info {
	margin: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	font-weight: bolder;
	color: #333333;
}
#container {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: thin solid #CDA966;
	clear: right;
}
#footer {
	margin: 0px;
	width: 880px;
	background-color: #4E4E4E;
	padding: 10px;
	text-align: center;
}

body {
	background-color: #000000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #93C1DE;
	letter-spacing: 1px;
}
.darkgrey {
	color: #181818;
}
.floatclear {
	clear: both;
}
.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #93C1DE;
}
#content {
	width: 610px;
	background-color: #000;
	float: right;
	margin-right: 100px;
	border: medium solid #333;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#menu {
	background-color: #4E4E4E;
}
#logo {
	/* [disabled]position: relative; */
	float: left;
}
.dmx {
	font-family: arial;
	width: 100%;
	text-align: center;
}
.dmx .item1,

.dmx .item1-active,.dmx .item1-active:hover
 {
	font: 11px arial;
	color: #CDA966;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #4E4E4E;
	width: 126px;
}


.dmx .item1:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: arial;
	font-size: 11px;
	background-color: #93C1DE;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 126px;
}

.dmx .item2,
.dmx .item2-active,
.dmx .item2-active:hover {
	background-color: #93C1DE;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: arial;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 126px;	
	
}

.dmx .item2:hover
 {
	font: 11px arial;
	background-color: #93C1DE;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 126px;
}
.dmx .item2 {
	background-color: #4E4E4E;
	color: #CDA966;
}

.dmx .section {
    
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.backtotop {
	background-color: #93C1DE;
	position: fixed;
	top: 90%;
	color: #000;
	width: auto;
	padding: 5px;
	right: 10px;
}
.backtotop a {
	color: #000;
}

