﻿
.right {float:right;}
.left {float:left;}

#MainScreen #MainDisplayPanel ul#NavControls {background-image:none; border-bottom:1px solid #A0A0A0; float:left; margin-left:-10px; margin-right:0; margin-top:-7px;padding-top:0;width:689px;}
#MainScreen #MainDisplayPanel ul#NavControls li {padding: 0px 5px 0px 0px; display:inline;}
#MainScreen #MainDisplayPanel ul#NavControls li a, #MainScreen #MainDisplayPanel ul#NavControls li a:link, #MainScreen #MainDisplayPanel ul#NavControls li a:visited
{
	border: 1px solid #EEEEEE;
	background-color: Transparent;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 10pt;
	font-family: Trebuchet MS;
	color: #666666;
	font-weight: 400;
}

#MainScreen #MainDisplayPanel ul#NavControls li a:hover {
		background-color:Transparent; white-space:nowrap; color:#990099;
		background-image: url(/Content/images/buttons/Title-button/but-bak.png); 
		border:solid 1px #490049;
		padding:0px 2px 0px 2px;
		}




#container {background: url("/Content/images/BackGrounds/content_top.png");
    background-repeat:no-repeat; background-position:left 227px; background-color: transparent; margin: 0 auto;
    padding-top: 30px; width: 914px;}

#pageHeader {
   height: 258px;
    line-height: normal;
    position: relative;
    text-align: center;
}

#pageHeader #background {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}


#pageHeader #title {background-color: #490049;}

#pageHeader #title {
	font-size: 0.8em;
    left: 7px;
    position: absolute;
    top: 46px;
    width: 900px;
    z-index: 2;
}

#container #contentContainer { background-image:url("/Content/images/BackGrounds/pageContent.png");}

	
.clearer {  }
