/* UNIVERSAL CLASSES */

a { 
text-decoration: none; 
font-family: sans-serif; 
font-size: 13px; 
font-weight: bold; 
color: #688FD0; 
}


a:hover {
text-decoration: none; 
font-family: sans-serif; 
font-size: 13px; 
color: #FFFFFF; 
}

.wcgnav { 
font-family: sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
background-attachment: fixed;
background-color: #000000;
background-position: left top;
float: left;
}

.wcgcontent {
float: left; 
font-family: sans-serif; 
font-size: 13px; 
font-style: normal; 
color: white; 
padding-right: 250px; 
padding-left: 250px; 
float: none; 
}

/* STYLES FOR OPENING PAGE */

TD.revealer A { 
color: #1D58B9; 
text-decoration: none; 
font-family: sans-serif; 
font-weight: bold; 
font-size: 13px;
}

TD.revealer A:hover { 
color: #FFFFFF; 
text-decoration: none; 
}


/* LIST-O-MATIC MENUS */

#navcontainer { 
width: 200px; 
}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
background-color: #000000;
color: #FFF;
width: 100%;
font: bold 90% sans-serif;
text-align: center;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 200px;
background-color: #1D58B9;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}