* {
	margin: 0;
	padding: 0;
}
BODY {
	background: #fff url(images/background.jpg) repeat-x;	
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 1.5em;
}
.ControlPanel 
{
    
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.top {
	width: 800px;
	height: 65px;
	margin-top: 28px;
}
.navigation 
{
	margin-top: 12px;
    float: right;
    height: 40px;
    background: url(images/navigation-tile.jpg) repeat-x;
}
.navigation div
{
    height: 40px;
    float: left;
}
.accent {
	width: 814px;
	height: 18px;
	margin-top: 15px;
	font-size: 2px;
}
.uLink
{
    background: url(images/user.png) no-repeat left;
    padding-left: 20px;
    color: #ea0000 !important;
}
.lLink
{
    background: url(images/key.png) no-repeat left;
    padding-left: 20px;
    color: #ea0000 !important;
    margin-left: 8px;
}
.footer 
{
    text-align: center;
    width: 800px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #a0a0a0;
    font-size: 11px;
}
.shadow-tl {
	width: 7px;
	height: 18px;
	background: url(images/shadow-tl.jpg) bottom no-repeat;
	float: left;
}
.bar {
	width: 800px;
	height: 18px;
	background: url(images/accent.jpg) repeat-x;
	float: left;
}
.shadow-tr {
	width: 7px;
	height: 18px;
	background: url(images/shadow-tr.jpg) bottom no-repeat;
	float: left;
}
.slide {
	width: 800px;
	height: 211px;
	position: relative;
	margin-left: 7px;
}
.overlay {
	width: 792;
	height: 50px;
	position: absolute;
    top: 157px;
    left: 4px;
	z-index: 1;
	color: #fff;
	background: url(images/overlay.png);
}
.bItem
{
    color: #e70000 !important;
}
.overlay span 
{
    font-size: 13px;
    font-weight: bold;
    display: block !important;
    margin-top: 12px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 5px 5px 5px 5px !important;
	width: auto !important;
}
.slideImg {
	position: absolute;
}
.main {
	width: 814px;
	padding-bottom: 20px;
	background: url(images/shadow.jpg) repeat-y;
}
.content {
	width: 800px;
	margin-left: 7px;
}
.bottom {
	width: 814px;
	height: 21px;
	background: url(images/shadow-b.jpg) no-repeat;
}
.main_dnnmenu_nodes
{
    padding: 2px 5px 2px 5px;
    display: block;
	border-bottom: 1px solid #002566;
    color: #000;
}
.main_dnnmenu_separator
{
	display: none;
}
.main_dnnmenu_selnode
{
    padding: 2px 5px 2px 5px;
    display: block;
    border-bottom: 1px solid #002566;
    color: #000;
}
.main_dnnmenu_itemhover
{
    background: #c71d1e;
    color: #fff;
}
.main_dnnmenu_rootitem_selected 
{
    background: url(images/navigation-highlight.jpg) repeat-x;
    display: block;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	text-decoration: underline;
	position: relative;
}
.main_dnnmenu_submenu
{
    background: #fff;
    z-index: 100 !important;
    border-top: 1px solid #002566;
    border-left: 1px solid #002566;
    border-right: 1px solid #002566;
    width: 200px;
}
.main_dnnmenu_rootitem_hover 
{
    background: url(images/navigation-highlight.jpg) repeat-x;
    text-decoration: none !important;
}
.main_dnnmenu_rootitem 
{
    display: block;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	position: relative;
	text-decoration: underline;
}






