body {
	padding: 0;
	margin: 0;
	font: small Verdana, Arial, sans-serif;
	color: #262c30;
	border-right: 1;
	border-left: 1;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .7px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.link1 {
	text-decoration: none;
	font-style: normal;
}

.link2 {
	color: #000099;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

#wrapper{
border-left: 1px solid #797979;
border-right: 1px solid #797979;
border-bottom: 1px solid #797979;
border-top: 1px solid #797979;
padding: 0 0 0 0;
margin: 0 auto;
height: auto;
height: auto!important;
-moz-appearance: none !important;
-moz-border-radius: 10px !important;
padding-right: 0px !important;
}

#topbar{
padding: 0 0 0 0;
margin: 0 auto;
background-color: #333333;
height: auto;
height: auto!important;
-moz-appearance: none !important;
-moz-border-radius: 10px !important;
padding-right: 0px !important;
}

#topmenu {
height: 20px;
height: 35px!important;
border-bottom: 1px solid #797979;
}

#calendar {
height: auto;
height: auto!important;
-moz-appearance: none !important;
-moz-border-radius: 10px !important;
padding-right: 0px !important;
border-left: 3px solid #FF6600;
border-right: 3px solid #FF6600;
border-bottom: 3px solid #FF6600;
border-top: 3px solid #FF6600;
}

#content_main {
width: 300;
}

.style2 {
	color: #FFFFFF;
}

.home_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #FFCC66;
}
.title_text {
	letter-spacing: 1px;
	vertical-align: text-top;
	word-spacing: normal;
}
.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: none;
	color: #212C31;
	letter-spacing: 2px;
}

/* ===== start top navigation ===== 

#navtop { 
border-top: 0px;
font-size: 75%;
font-weight: bold;
padding-top: 0px;
width: 800px;
}

#navtop ul{ 
width:100%; 
background-color: #003399; 
padding-left:0; 
margin:0; 
float:left; 
}

#navtop ul li{ 
display:inline; 
}

#navtop ul li a{ 
float:left; 
padding:6px 12px 6px 12px; 
border-right:1px solid #666666;
text-decoration: none; 
}

#navtop ul li a:hover{ 
background: #FFFF33; 
padding:6px 12px 6px 12px;
text-decoration: none;
color: #000066;
}

.navtop_link {
color: #FFFFFF;
}

.navtop_focus {
background-color: #93B9C1; 
color: #000066;
}
	*/	
/* ===== end top navigation ===== */


/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:110px;
padding:7px 0;
color:#000;
background:#CCCCCC;
text-decoration:none;
margin-right:1px;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color: #000000;
background: #B5B5B5;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
