a, a:link, a:visited, a:active, a:hover, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, a.CommandButton:hover, .SubHead {
    color:#336699;
    text-decoration:underline;
}
body {
    background:#C9DD1A url(pg_bg.jpg) repeat-x ;
    margin:10px;
    padding:0;
    text-align:center; /* For IE <6 which doesn't center #wrapper without it */
}
body, td {
    font:normal normal 10pt  Arial;
}

#wrapper {
    margin:0 auto;  /* Doesn't center layout in IE <6; Supplement with body { text-align:center } */
    background:#E2E2E2 url(body-background.jpg) repeat-y top;
    padding:0px;
    width:783px;
    text-align:left;
}
#header {
    background:#AFAFAF url(masthead-blue.jpg);
    display:block;
    height:204px;
    width:100%;
}

#logo-table {
    height:204px;
    width:450px;
}
#logo-table td { text-align:center; }
.MainMenu_MenuItem {font-size:19pt;}
#topnav {
    background:#ffffff url(topnav-background.gif) repeat-x top;
    font-size:9pt;
    height:30px;
    padding:0 10px;
    width:100%;
}
#topnav, #topnav a {
    color:#5a5a5a;
font-weight:bold;
    text-decoration:none;
}
#register-login {
    margin-top:5px;
    text-align:right;
}
.register-login {
    font:normal normal 9pt  Arial;
}
#register-login a {
    padding:0 2px;
}
#register-login a:hover {
    background-color:#FF6401; color:#ffffff;
}
#content {
    margin-top:0px;
    min-height:100px;
padding: 2px;

    
}
#dnn_FeaturettePane {
    text-align:center;
}
#dnn_TopRightPane {
    text-align:center;
}
#dnn_TopPane {
    height:45px;
    padding-top:5px;
    width:445px;
}
#dnn_ContentPane {
    width:100%;

}


#footer {
    background:transparent url(footer-inner-shadow.jpg) no-repeat left;
    clear:both;
    color:#ffffff;
    font-size:9pt;
    padding:10px;
    height: 198px;
    text-align:center;
}

/* DNN-specific */

.MainMenu_MenuContainer, td.MainMenu_MenuItem  {
    color:#ffffff;
    xfont:normal normal 9pt  Arial,;
    
}


.MainMenu_MenuItemSel {
    background-color:#FF6401;
    color:#ffffff;font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
    
}
.MainMenu_RootMenuArrow {
    position:relative;
    top:2px;
    padding:0 5px;
}

.MainMenu_SubMenu  {
    
    color:#ffffff;
    font-family: Arial;
}
.MainMenu_MenuIcon, .MainMenu_MenuItem, .MainMenu_MenuItemSel, .MainMenu_MenuArrow {
    border:none;
}

tr.MainMenu_MenuItem td {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color:#5a5a5a;
}

.Normal {
    font-size:10pt;
    color:#333333;
}
H3  {color:#333333;
font-weight:bold;
}

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #1171A3;   text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #333;  text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #1171A3;    text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #333;  text-decoration: underline; }

