body {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Tahoma, sans-serif, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#container #top {
	display: block;
	height: 113px;
	width: 990px;
}
#container #top #logo {
	background-image: url(../IMAGES/GENERIC/logo.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	height: 103px;
	width: 208px;
	float: left;
	margin-left:30px;
}
#container #top #smallnav {
	font-size: 11px;
	color: #C7ACD3;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	width: 320px;
	text-align:right;
}
#container #top #smallnav a, #container #top #smallnav a:visited {
	color: #666666;
	text-decoration: none;
}
#container #top #smallnav a:hover, #container #top #smallnav a:visited:hover {
	color: #6C288C;
	text-decoration: underline;
}
#container #navholder {
	display: block;
    margin-right:30px;
    height:24px;
    margin-bottom:1px;
}
#container #footer {
	padding: 20px;
	height: 64px;
	width: 950px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: url(../../IMAGES/GENERIC/footer_bg.jpg);
	background-repeat: no-repeat;
}

#container #footer #copyright 
{
    float:left;
}

#container #footer #links 
{
    float:right;
}

#container #footer #links a, #container #footer #links a:visited 
{
    color:#666666;
    text-decoration: none;
}

#container #footer #links a:hover, #container #footer #links a:visited:hover 
{
	color: #6C288C;
	text-decoration: underline;
}
