/* CSS Document */

body {
	margin:0;
	font-size:small;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}

a:link {
	color:#009;
	}
a:visited {
	color:#006;
	}
a:hover, a:active {
	color:#00f;
	}
	

#header {
	background:#fff url('images/2_background.gif') repeat-x;
	height:143px;
	}
	
#header_container {
	width:770px;
	text-align:left;
	}
	
#body_container {
	width:770px;
	margin:1.5em 0 1em 0;
	text-align:left;
	}
	
#intro {
	background:url('images/2_tee.gif') no-repeat top left;
	font-size:medium;
	font-weight:bold;
	padding-left:100px;
	height:47px;
	margin-bottom:1.5em;
	}
	
#main {
	float:right;
	width:580px;
	}

#sidebar {
	float:left;
	width:160px;
	/* text-align:right; */
	border-right: 1px solid #ddd;
	padding-right:10px;
	}

#sidebar ul {
	margin:0;
	list-style-type:none;
	}
	
#menu3 {
	width: 160px;
	border: 1px solid #ccc;
	margin: 0;
	font-weight:bold;
	}
	
#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #333;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}

.rightimg {
	float:right;
	padding:7px;
	border:1px solid #ccc;
	margin:0 0 5px 10px;
	}
	
h1 {
	font-size:10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#018001;
	margin:0 0 1ex 0;
	text-transform:uppercase;
	}
	
h2 {
	font-size:large;
	color:#333;
	margin:0;
	}

#events ul {
	padding:1em 0 0 1.5em;
	}

.newsinfo {
	font-size:9pt;
	color:#666;
	margin-bottom:1ex;
	}

#footer {
	clear:both;
	background:url('images/bottombg.jpg') repeat-x top;
	margin-top:1em;
	height:75px;
	}
	
#footertext {
	width:770px;
	text-align:center;
	color:#666;
	padding:40px 0 1em 0;
	}
	
.event {
	background:url('images/events_bullet.gif') no-repeat top left;
	padding-left:15px;
	margin-bottom:1ex;
	}
	
.newsbody {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dashed #ddd;
	}
	
#news {
	margin-top:1em;
	}

.box {
	float:right;
	width:150px;
	margin:0 0 1em 1em;
	background:#eee;
	border:1px solid #bbb;
	padding:1ex;
	font-size:small;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
#special {
	border-bottom:1px dashed #ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:1.5em;
	padding-bottom:1.5em;
	}
	
#spec_title {
	font-size:18pt;
	font-style:italic;
	}
	
#spec_sub {
	font-size:12pt;
	margin-bottom:1em;
	text-transform:uppercase;
	}
	
#spec_date {
	font-size:14pt;
	}
	
#spec_links {
	color:#999;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-top:1em;
	}
	
#sponsors {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;

	width:150px;

	line-height:14pt;
	margin-top:1em;
	}
	
#sponsors img {
	padding: 17px 0 0 0;
	}
	
/* new menu */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
margin-top:10px;
position:absolute;
z-index:101;
}
#menu dl {
float: left;
width: 124px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ddd url('/images/menubg4.jpg');
border: 1px solid #bbb;
margin: 1px;
padding:4px 0;
}
#menu dd {
display: none;
border: 1px solid gray;
background:#fff;
}
#menu li {
text-align: center;
background: #fff;
}

#menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding:2px;
font-size:8pt;
}
#menu li a:hover, #menu li a:focus {
background: #A5C4DC;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
