<!--
/*
################################################################
# the following need to be defined:                            # 
################################################################
# body      #the main document body
# login     #signup/login
# date      
# sep_cell  #seperator cell - currently blue
# nav       #overall nav cells other than ones specified by nav_cat
# nav_cat   #nav category
# content
# other_bar #bar with other info on the right
# ad        #ad prefs   
# copyright #copyright/webmaster info at bottom
################################################################

##########
# info:
##########
# body: bgcolor="#363130"
# sep_cell: bgcolor="#000066"
# nav_cat: font color="#FFFFFF", bgcolor="#000000"


################################################################
*/

/* general styles */
body {background-color: #363130;}
.content {background-color: #C2D1E0; color: black}
.side-bar {background-color: #808080; color: black}
.ad {color: white}

a:link {text-decoration:none}
a:visited {text-decoration:none; color:#273A97;}
a:hover {text-decoration:underline; color:#ff0000}

.link:link {text-decoration:none}
.link:visited {text-decoration:none; color:#273A97;}
.link:hover {text-decoration:underline; color:#ff0000}
/* .email:link {text-decoration:underline} */
/* .email:hover {color:#ff0000} */

/* login/date related styles */
.td-login {text-decoration: none; color: white}
.login {text-decoration: none; color: white}
.login:visited {text-decoration:none; color:white;}
.login:hover {text-decoration: underline; color: white}
.date {color: white}
.sep-cell {background-color: #000066}

/* nav related styles */
.nav {background-color: #808080; color: black}
.nav-cat-td {background-color: #000000; color:white; height: 0 }
.nav-cat-link {text-decoration: none; background-color: #000000; color: #09f; font-weight:bold}
.nav-cat-link:visited {text-decoration: none; background-color: #000000; color: #09f; font-weight:bold}
.nav-cat-link:hover {text-decoration: none; color: #00ff00}
.nav-cat-link-sel {text-decoration: none; background-color: #000000; color: #00ff00; font-weight:bold}
.nav-cat-link-sel:visited {text-decoration: none; background-color: #000000; color: #00ff00; font-weight:bold}
.nav-cat-link-sel:hover {text-decoration: none; color: #00ff00}
.nav-sub:visited {text-indent: 1em; text-decoration: none; color: yellow; font-variant: small-caps}
.nav-sub {text-indent: 1em; text-decoration: none; color: yellow; font-variant: small-caps}
.nav-sub:hover {text-decoration: none; color: yellow; background-color: black}
.nav-sub-sel {font-weight: bolder; background-color: #bb0000}



/* copyright related styles */
.td-copyright {text-decoration: none; color: white}
.copyright {text-decoration: none; color: white}
.copyright:hover {text-decoration: underline; color: white}

/* image related styles */
img {border:0;h-space:0; v-space:0}

/*
#maintext {position:relative;}
.bg1 {background: url("images/button-template-off.gif")}
.bg2 {background: url("images/bluebin.gif")}
.bg3 {background: url("images/bgpic.gif")}
/*-->
