/* CSS Document */

body {
 font-family: Helvitica, Arial, Verdana, sans-serif;
 font-size: 62.5%;
 color: #333333;
 background: #e5edf5;
}

#Wrapper {
 color: #333333;
 background: #ffffff;
}

#navTop {
 color: #333333;
 background: #cccccc /*url('/images/bg_menu.png') top repeat-x*/;
}

#divContent {
 font-size: 1.2em;
}

#divNavFooter {
 font-size: 1.0em;
 color: #ffffff;
 background: #3399CC;
}
#divNavFooter a:link, #divNavFooter a:active, #divNavFooter a:visited {
 color: #ffffff;
 background: transparent;
 text-decoration: none;
}
#divNavFooter a:hover {
 text-decoration: underline;
}

#divFooter {
 font-size: 0.9em;
 color: #666666;
 background: transparent;
 text-align: center;
}
#divFooter a:link, #divFooter a:active, #divFooter a:visited {
 color: #666666;
 background: transparent;
 text-decoration: none;
}
#divFooter a:hover {
 text-decoration: underline;
}
