body 
{
    font-family:Verdana, Arial; font-size:1em; background-color:gray;
    border:0px solid; margin:0px; padding:0px;
    text-align:center;
    background-image:url('bg_img.jpg');
    background-repeat:repeat;
    color:#333333;
}

table { font-size:1em;}
td { font-size:1em;}

div#outterContainer {width:800px; margin:10px auto; text-align:left;}

div#header {clear:both;height: 135px;background-image:url('header.gif')}
div#header .logo {position:relative; top:40px; margin-left:55px;}

div#userArea {clear:both; text-align:right; background-color:#eeeeee; margin-bottom:0px;}
div#userArea a {margin-right:1em; color:#993300;}




/*MENU*/
div#menu {clear:both;background-color: #993300;color: White;}
div#menu a {color:#FFFFFF;}

.main_dnnmenu_container {background-color: transparent;}
.main_dnnmenu_bar {	cursor: hand;height:16px;background-color: Transparent;}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 0.8em; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    padding: 0px;
}


.main_dnnmenu_item span {display:block; padding:0.3em;}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 0.8em; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Verdana, Arial;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 5px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    height:25px;
}

.main_dnnmenu_itemhover
{
    background-color: #bb7711;
}

.main_dnnmenu_itemhover td {  
	background-color: #bb7711; 
}


.main_dnnmenu_icon {
	cursor: hand; 
	text-align: center; 
	width: 20px;
	height: 100%;
	border-right:1px solid #FFFFFF;
}
.main_dnnmenu_icon span
{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cfa477;
}

.main_dnnmenu_submenu {
	background-color: #993300;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/*PANES*/
#innerContainer{background-color: #eeeeee; width:800px; margin:0px;}



/*FOOTER*/

div#footer {width:100%;clear:both; text-align:right;color:#993300;}
div#footer p{font-size:0.75em; margin:0px; padding:0px;}
div#footer a {color:#993300;}
#dnn_dnnCOPYRIGHT_lblCopyright {color:#993300; font-size:1em; font-weight:normal;}

