/* CSS Document */

body{background-color:#F3F3F3;}
#nav{background-color:#F3F3F3;}
.nav a{color:#003399;
text-decoration:none;}
.nav a:hover{color:#0099FF;}
.nav{border-bottom-color:#003399;
border-bottom-style:dotted;
border-bottom-width:1px;
text-align:center;
font-family:'Times New Roman', Arial, Helvetica, sans-serif;
font-size:14px;
padding-bottom:10px;
padding-top:5px;
font-weight:bold;}
h3{font-size:18px;
text-transform:uppercase;}
.content a{border-bottom-color:#666666;
border-bottom-style:dotted;
border-bottom-width:1px;
color:#666666;
text-decoration:none;
font-weight:bold;}
.content a:hover{color:#FF9900;}
.content{font-size:12px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
vertical-align:top;}
.content-grey{background-color:#F3F3F3;
font-weight:bold;}
#footer{font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;}
#footer a{color:#666666;
text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#eventlist{color:#666666;
font-family:Arial, Helvetica, sans-serif;}
#evtcal a:link {font: normal 12px "Arial", "Helvetica", "Sans Serif"; color: #666666; text-decoration: none;}		/* unvisited link */
#evtcal a:visited {font: normal 12px "Arial", "Helvetica", "Sans Serif"; color: #666666; text-decoration: none;}	/* visited link */
#evtcal a:hover {font: normal 12px "Arial", "Helvetica", "Sans Serif"; color: #FF9900;}	/* mouse over link */
#evtcal a:active {font: normal 12px "Arial", "Helvetica", "Sans Serif"; color: #666666; text-decoration: none;}		/* selected link */