


 
 
 
 
 
 
 

 

body{
	background-color: #FFF;
	font-size: small;
	letter-spacing: 1px;
	font-family: Georgia, Garamond, serif;
	color: #8C8C8C;
	margin: 5px;
}

h1{
	color: #8C8C8C;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.5em;
	font-family: Georgia, Garamond, serif;
	margin: 0 0 10px 0;
}


h2{
	color: #666666;
	font-size: 1.25em;
	font-weight: normal;
	font-family: Georgia, Garamond, serif;
	margin: 10px 0 0 0;
}

h3{
	color: #8C8C8C;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0 10px 0;
}

h4{
	color: #8C8C8C;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0 0 0;
}

h5{
	color: #8C8C8C;
	font-size: 1.65em;
	font-weight: bold;
	font-family: sans-serif;
	margin: 10px 0 10px 0;
}

p{
color: #8C8C8C;
margin: 5px 0 10px 0;
clear: both;
line-height: 1.5em;
font-size: .95em;
}

p.small{
color: #8C8C8C;
margin: 5px 0 15px 217px;
font-size: .8em;
}

table.outline {
background-color: #FFF;
}

table.content {
background-color: #FFF;
}
.list {
color: #8C8C8C;
font-size: .95em;

}

td{vertical-align: top;}
td.top{background-color: #E2E2E2;}
td.menu{background-color: #FFF;vertical-align: middle;}
td.sidemenu{background-color: #FFF;}

td.dow{
color: #666666;
	font-size: 1em;
	font-weight: normal;
	font-family: Georgia, Garamond, serif;
	margin: 10px 0 0 0;
	border: 1px solid #E2E2E2;
	background-color: #F7F7F7;
}
td.eventList{background-color: #FFF;}

ul {list-style: none; margin:0;padding: 0;}
li {font-weight: normal;}

.inlinelist {list-style: square; margin:0 0 0 15px;padding: 0;
}
.inlinelist li {font-size: .95em; padding: 3px;}


#topLevelMenus {text-align: center; border: 1px solid;}
#topLevelMenus li {
	display: inline;
	padding: 0 0 0 25px;
}

#menu1 {text-align: right;}
#menu1 li {
	display: inline;
	padding: 0 0 0 25px;
}

#menu2 {text-align: center;}
#menu2 ul {
	padding: 5px 0 5px 5px;
}
#menu2 li {
	font-size: larger;
	display: inline;
	padding: 5px 15px 5px 15px;
	margin: 10px;}

#menu3 {text-align: left;}
#menu3 ul {
	padding: 5px 0 5px 5px;
}

#menu3 li {
	display: inline;
	padding: 0 5px 5px 0;
	margin: 0 10px 0 0;}

#menu3 a:link{
	color: #666666;
	text-decoration: none;
}
#menu3 a:visited{
	color: #666666;
	text-decoration: none;
}
#menu3 a:hover{
	color: #8C8C8C;
	text-decoration: underline;
}
#menu3 a:active{
	color: #8C8C8C;
	text-decoration: underline;
}

#sideMenu {text-align: left;}
#sideMenu li {
	margin: 10px 0 2px 0;
	padding: 2px 5px 2px 0;
	}
#sideMenu li ul {
	margin: 10px 0 2px 15px;
	}
	
#sideMenu li.selected {
	}

li.selected {
font-weight: normal;
}

li.selected ul {
margin: 5px -5px 0 -20px;
}

li.selected li.selected{
font-weight: normal;
}

li.selected li.selected li.selected {
background-color: #FFF;
}

a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #8C8C8C;
	text-decoration: underline;
}
a:active{
	color: #8C8C8C;
	text-decoration: underline;
}

a.selected:link{
	color: #666666;
	text-decoration: none;
}
a.selected:visited{
	color: #666666;
	text-decoration: none;
}
a.selected:hover{
	color: #8C8C8C;
	text-decoration: underline;
}
a.selected:active{
	color: #8C8C8C;
	text-decoration: underline;
}

div.contentA{padding: 5px;}
div.contentB{padding: 5px;}
div.breadcrumb{
background-color: #F7F7F7;
padding: 5px;
border: 1px solid #E2E2E2;
}

hr {
margin: 6px 0 12px 0;
border: 0;
color: #E2E2E2;
background-color: #E2E2E2;
height: 1px;

}
.clear {clear: both;}
