

/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333333;

background: url('../pics/alphartBkg2.gif') 100% 0 no-repeat fixed;

}

p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

}

 

/**************** Pseudo classes ****************/

a:link {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

position: absolute;

width: 210px;

height: 600px;

margin: 0;

margin-top: 50px;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}

#centerDoc {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 50px;

margin-left: 235px;

}
/* MAIN NAV */


#menu {
position:relative;
top:15px;
text-align:center; 
clear: both;
}


#mainNav {
margin:0 0;
list-style-type:none; 
}


#mainNav li {
float:left;
display:inline; 
width:100px; 
padding: 2px 2px 2px 2px;
}


#mainNav li a, #mainNav li a:visited {
display: block; 
background: #0000cc;
/*background: url('../images/whatever1.gif');*/ /* Use if you have images to use for bkg rather than color */
height: 24px; 
color: #fff; 
line-height: 24px;
font-size: small;
font-family: arial, verdana, sans-serif; 
text-decoration: none;  /* Uncomment this to remove underline from link text */
}


#mainNav li a:hover {
color:#fff;  
background: #3366cc;
/*background:url('../images/whatever2.gif');*/ /* Use if you'd like to use a separate hover background image */
}
 
#mainNav li a.chosen, #mainNav li a.chosen:visited,  #mainNav li a:active, #mainNav li a:focus {
color:#66ff66;  
background: #770000;
/*background:url('../images/whatever3.gif');*/ /* Use if you'd like to use a third image for a chosen link */
} 
