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:#000000 url(pg_bg.jpg)  ;
    margin:0;
    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:#ffffff url(body-background.jpg) repeat-y center;
    padding:0;
    width:85%;
    text-align:left;
}
#header {
    background:#AFAFAF url(masthead-blue.jpg);
    display:block;
    height:215px;
    width:100%;
}

#logo-table {
    height:215px;
    width:450px;
}
#logo-table td { text-align:center; }
#topnav {
    background:#ffffff url(topnav-background.gif) repeat-x top;
    color:#ffffff;
    font-size:9pt;
    height:24px;
    padding:0 10px;
    width:100%;
   
}
#topnav, #topnav a {
    color:#ffffff;
    text-decoration:none;

#register-login {
    margin-top:5px;
    text-align:right;
}
.register-login {
    font:normal normal 9pt  Arial;
    color:#ffffff;
}
#register-login a {
    padding:0 2px;
}
#register-login a:hover {
 background: url(design-1_21.gif) repeat-x top;
    background-color:#666; color:#ffffff;
    height:24px;
}
#content {
    margin-top:0px;
    min-height:100px;
    background:#ffffff url(contentbg.gif) repeat-x bottom;    
}
#dnn_FeaturettePane {
    text-align:center;
}
#dnn_TopRightPane {
    text-align:center;
}
#dnn_TopPane {
    height:45px;
    padding-top:5px;
    width:445px;
}
#dnn_ContentPane {
    width:565px;
}

#dnn_LeftPane {
    width:175px;
}
#footer {
    background:transparent url(footer-inner-shadow.jpg) ;
    clear:both;
    font-size:9pt;
    padding:10px;
    height: 136px;
    text-align:center;
    color: #ffffff;
}

/* DNN-specific */
.MainMenu_MenuContainer, .MainMenu_MenuItem  {
    color:#ffffff;
    font:normal normal 9pt  Arial,;
    
    
}


.MainMenu_MenuItemSel {
    background-color:#666;
    background: url(design-1_21.gif) repeat-x top;
    color:#ffffff;
    height:24px;
    
    font:normal normal 9pt  Arial;
}
.MainMenu_RootMenuArrow {
    position:relative;
    top:2px;
    padding:0 5px;
}
.MainMenu_MenuIcon {
    background-color:#333;
}
.MainMenu_SubMenu {
    background-color:#424242;
    color:#ffffff;
    font-family: Arial;
}
.MainMenu_MenuIcon, .MainMenu_MenuItem, .MainMenu_MenuItemSel, .MainMenu_MenuArrow {
    border:none;
}
.Normal {
    font-size:10pt;
    color:#3066A5;
}
