body {
 font:12px Verdana, Tahoma, Arial, sans-serif;
 text-align:center;
 margin:0px;
 padding:0px;
 background-color:#D6DFDE;
 color:#52306B;



}

#siteContainer {
 background: #D6DFDE;
 position:absolute;
 width:760px;
 height:530px;
 left: 10px;
 margin:10px 0px 0px 0px;
 text-align:left;

}

#header {
 position:absolute;
 width:760px;
 height:105px;
 left: 200px;
 background:#D6DFDE  url(images/logo/melmcgee.gif) no-repeat top left; 

}

#navlogo{
 position:absolute;
 width:200px;
 height:200px;
 left: 90px;
 top:0px;
 background:transparent;
 z-index: 10;
}

#nav {
 position:absolute;
 width:150px;
 height:390px;
 margin:110px 0px 0px 0px;
 background:transparent;
}


#content {
 position:absolute;
 width:560px;
 height:390px;
 margin:110px 0px 0px 200px;
 background:#FFFFFF;
 overflow:auto;
 border:3px groove #7B4994;

}

#footer {
 position:absolute;
 width:760px;
 height:20px;
 background:#D6DFDE;
 bottom:0px;
 text-align:right;
}

#uppernav {
 position:absolute;
 width:760px;
 right:5px;
 text-align:right;
 color:#8377C9;
 font-weight:700;

}

#uppernav a {
 text-decoration:none;
 color:#C62800;
}

#uppernav a:hover {
 color:#8377C9;
 
}

#uppernav a:active{
	color:#08459A;
}

#nav a {
 display:block;
 width:200px;
 background:url(images/navs.gif) no-repeat top left; 
 padding:5px;
 margin-bottom:1px;
 border-left:5px solid #7B4994;
 text-decoration:none;
 color:#08459A;
 font-weight:700;
}

#nav a:hover {
 background-image: url(images/navon.gif) no-repeat top left; 
 border-left:5px solid #08459A;
 color:#D6CFE7;
}

#nav a.on {
 background:url(images/navs.gif) no-repeat top left; 
 background-position: -390px 0;
 border-left:5px solid #FF0800;
 color:#8C2800;
}

#outer{
	background:url(images/navs.gif) no-repeat top left; 
	background-position: -190px 0;
}

p {
 margin:10px 20px 10px 20px;
}


#header h1 {
 margin:10px;
 font-size:2.2em;
 letter-spacing:5px;
 color:#FFF;
}

#content h1 {


	top: 1px;
	padding: 0;
	color: #52306B; 
 
}

#content h2 {
 margin:15px 10px;
 font-family: Tahoma, Arial, sans-serif;
 font-size:1.4em;
 color:#D6DFDE;
}

.disclaimer {
 line-height:20px;
 color:#52306B;
 font-size:.8em;
}

#linklist {
font-size: 12px;
margin: 16px 0 2.5em 0;
width: 100%;
}
#linklist li {
float: left;
list-style-type: none;
margin: 0 0 1em 0;
padding: 0;
white-space: nowrap;
}
#linklist ul {
margin: 0;
padding: 0;
}
#linklist a {
padding: 3px 10px 3px 22px;
border: 1px solid;
border-color: #08459A #08459A #08459A #08459A;
background-color: #BAB0ED;
text-decoration: none;
color:#08459A;
}

#linklist a:hover, #linklist a:active,
{
background-color: #9E8DDA;
color: #D6CFE7;
}
