
html
{
	height:100%
}


body
{
	padding:0px;
	margin:0px;
	background:#f1f1f1 url('images/dmfTopBg.png') repeat-x scroll left top;
	position:relative;
	min-height:100%;
	
}
/* center the page */


.MainTableContent
{
	width:850px;
	margin:0px;
	padding:0px;
	background-color:transparent;	
	vertical-align:top;
}

.Normal, .NormalDisabled
{
	color:black;
	font-family:Tahoma,Arial,Helvetica;
	font-size:small;
	font-weight:normal;
}

.NormalBold 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	font-weight:bold;
	color:black;
}

.MainTableContents
{
	padding:0px;
	margin:0px;
	width:960px;
	
}

.InnerTable
{
	width:850px;
	margin:0px;
	padding:0px;
	
}

.NavTable
{
	width:248px;
	height:236px;
	vertical-align:top;
}

.NavLogo
{
	height:115px;
	background:transparent url('images/dmfTopLogo.png') no-repeat scroll left top;
}

.NavRowCompany, .NavRowServices, .NavRowFinancial
{
	height:31px;
	vertical-align:middle;	
	text-align:center;
}

.NavRowCompany a, .NavRowServices a, .NavRowFinancial a
{
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	
}

.NavRowCompany a:hover, .NavRowServices a:hover, .NavRowFinancial a:hover, .Profile .NavRowCompany a, .Services .NavRowServices a, .Resources .NavRowFinancial a
{
	color:white;
}

.NavRowCompany
{
	background:transparent url('images/dmfNavCompany.png') no-repeat scroll left top;
}
.NavRowServices
{
	background:transparent url('images/dmfNavServices.png') no-repeat scroll left top;
}
.NavRowFinancial
{
	background:transparent url('images/dmfNavFinancial.png') no-repeat scroll left top;
}
.NavRowBottom
{
	height:28px;
	background:transparent url('images/dmfNavBottom.png') no-repeat scroll left top;
}

.MainContent
{
	
	margin:0px auto;
	padding:0px 0px 1px 0px;
	width:850px;
	
}

.HomeContactRow
{
	width:602px;
	padding:13px 0px 0px 20px;
}

.HomeContactRow a
{
	text-decoration:none;
	color:white;
	font-family:Tahoma;
	font-size:12px;
	margin-right:10px;
	
}
.HomeContactRow img
{
	border-width:0px; 
	vertical-align:top;
	margin-right:3px;
}
.HeaderTable
{
	width:850px;
	padding:0px;
	height:236px;
	background:transparent url('images/dmfHeaderBg.jpg') no-repeat scroll right top;
	
}

.BottomContainer
{
	padding:0px;
	margin:0px;
	background: transparent url('images/dmfBottomBg.png') repeat-x scroll left bottom;
	position:absolute;
	bottom:0px;
	width:100%;
	height:66px;
	
}

.BottomContent
{
	margin:0px auto;
	padding:0px;
	width:700px;
	text-align:center;
}

/***************************announcement***********************/
.DNN_ANN_DesignTable 
{
	width:266px;
}

/**************************the menue items*********************/

.main_dnnmenu_bar, .main_dnnmenu_rootitem_selected , .main_dnnmenu_rootitem_hover
{
	font-size:15px;
	font-family:Arial;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;

	
}
.footer, a.footer, a.footer:link, a.footer:active, a.footer:visited, a.userlogin, a.userlogin:link, a.userlogin:active, a.userlogin:visited
{
	font-family:Arial;
	color:#3E5008;
	font-size:small;
}
.main_dnnmenu_rootitem_selected , .main_dnnmenu_rootitem_hover
{
	color:#7F3917;
}

.main_dnnmenu_submenu
{
	background:transparent url('images/test.png') repeat;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	padding:10px;
}

