/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_brighton.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#333333;
}





/*-------------- Top Navigation --------------*/
#top_nav {
	height:26px;
	background-image:url(../images/topnav_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFEFF7;
	padding-right:8px;
	
}
.top_nav_links{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFEFF7;
	text-decoration:none;
	background-image:url(../images/icon_toplinks.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	display:block;
	margin-top:5px;
}
A:ACTIVE.top_nav_links{color:#FFFFFF;text-decoration:none;}
A:LINK.top_nav_links{color:#FFFFFF;text-decoration:none;}
A:VISITED.top_nav_links{color:#FFFFFF;text-decoration:none;}
A:HOVER.top_nav_links{color:#FFFFFF;text-decoration:underline;}
/*-------------- Div Brighton --------------*/
#div_brighton{
	margin:137px 0px 0px 0px;
	padding:0px;
	width:100%;
	position: absolute;
	height:70px;
	background-color:#eae6d7;
	right:0px;
	top: 1px;
	z-index:100;
	border-top: #FFF 1px solid;
}
#brightontxt{
	margin:0px auto;
	width:688px;
	height:45px;
	padding:25px 0px 0px 152px;
	font-size:17px;
	color:#8b2058;
	text-decoration:none;
	background-image:url(../images/brightonlogo.gif);
	background-repeat:no-repeat;
}
#brightontxt span{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#703153;
	font-weight:600;
}

/* Footer Section************************************************************************************************/
#display_footerbox {
	background-color:#DBDBDB;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	color:#A4476B;
	text-align:center;
	padding-top:3px;
}
/* CSS for Copyright************************************************************************************************/
.display_copyright {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#3B3B3B;
}
/* Footer Section************************************************************************************************/
#display_footer {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.display_footerlink {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a:link.display_footerlink {
	color: #666666;
	text-decoration: none;
}
a:visited.display_footerlink {
	text-decoration: none;
	color: #666666;
}
a:hover.display_footerlink {
	text-decoration: underline;
	color: #666666;
}
a:active.display_footerlink {
	text-decoration: none;
	color: #666666;
}