#logoPanel {
	top:30px;
	left:5px;
	width:536px;
	height:121px;
	position: absolute;
	background-color: #e5e300;
	background-repeat: no-repeat;
}

#topMenuPanel {
	top:30px;
	left:677px;
	width:128px;
	height:121px;
	position: absolute;
	background-color: #e5e300;
	
}

#upperContent {
	width: 536px;
	background-color:#1f1f21;
	background-image: url(images/submenu-style-2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#newsUpdatePanel a:hover {
	color: #e5e300;
	text-decoration:underline;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e5e300;
	margin: 10px 0px 10px 0px;
	padding: 3px;
	background-color: #1f1f21;
}

.updates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e5e300;
	margin: 10px 0px 10px 0px;
	padding: 3px;
	background-color: #1f1f21;	
}

#footerArea {
	padding: 4px 0px 40px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	vertical-align:bottom;
	color: #e5e300;
}

#footerArea a {
	color: #e5e300;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
	color: #343434;
	border: 1px dotted #e5e300;
	padding: 0px 1px 0px 1px;
	text-decoration:none;
}


.styleColor { color: #e5e300; }
.styleBorder { border-bottom: 1px solid #e5e300; }


