body {
	background: black;
	oldcolor: #007799;
	color: #d7ebfd;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/topMenuBackground.png');
	background-repeat: repeat-x;
}

a:link, a:active, a:visited { 
	oldcolor : #007799; 
	color: #9aceff;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline; color : #9aceff;
}

hr {
	height: 0px; border: solid #202020 0px; border-top-width: 1px;
}

.loginBox {
	font-size: 10pt;
}

.button {
	background: #090909;
	color: #d7ebfd;
	border: 1px solid #404040;
}

.textInput {
	background: #090909;
	color: #d7ebfd;
	border: 1px solid #404040;
	font-size: 10pt;
}

.editBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #090909;
	color: #d7ebfd;
	padding: 2px 2px 2px 2px;
}

#pageWrapper {
	position: absolute;
	top: 80px;
}

#pageContent {
	font-size: 10pt;
}

.menuButton {
	background-image: url('../images/buttonBackground.png');
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #202020;
	text-align: right;
	line-height: 21px;
	margin-top: 2px;
	color: #9aceff;
}

.menuButtonSelected {
	background-image: url('../images/invertedButtonBackground.png');
	background-repeat: repeat-x;
	color: #9aceff;
	text-decoration: underline;
	height: 20px;
	border: 1px solid #404040;
	text-align: right;
	line-height: 21px;
	margin-top: 2px;
}

.menuButtonHover {
	background-image: url('../images/invertedButtonBackground.png');
	background-repeat: repeat-x;
	color: #9aceff;
	text-decoration: underline;
	height: 20px;
	border: 1px solid #9aceff;
	text-align: right;
	line-height: 21px;
	margin-top: 2px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
	dwidth: 131px;
	dheight: 54px;
}

#navMenu {
	font-size: 9pt;
}

#header {
	
}

#footer {
	font-size: 8pt;
	dmargin-top: 45px;
}

.layoutTable {
	border: 1px solid #202020;
}

#WoWLogo {
	position: absolute;
	top: 15px;
	left: 291px;
	width: 131px;
	height: 54px;
}

