@charset "UTF-8";
/* CSS Document 
****** Common Colors ******
Blue: 0067ce
Orange: ff8300
Yellow: fdca21

*/

body{
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: transparent url(images/bg_body.gif) repeat left top;
}

p{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}
p, h1, h2, h3, h4{
	margin:10 0;
	padding: 0;
}
h1{
	font-size: 26px;
	font-weight: bold;
	font-familiy: arial, sans-serif;
	color: #0067ce;
	
}
h2{
	font-size: 18px;
	font-weight: bold;
	color: #ff8300;
	line-height: 22px;
}
h3{
	color: #ff8300;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
}
h4{
	color: #0067ce;
	font-size: 13px;
	font-weight: bold;
}


a:link, a:visited{
	color: #ff8300;
	text-decoration: none;
}
a:hover{
	color: #fdca21;
}

ul{}
li{}
ul, li{
	padding-left: 15px;
	margin-left: 15px;
	color:#000;
}
img{border:none;}
td, textarea, input, label{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}

.left{
	float: left;
}
.right{
	float: right;
}

.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}


#wrapper{
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

#header_wrapper{
	float: left;
	width: 890px;
	background: transparent url(images/header.png) no-repeat left top;
	height:123px;	
}
#header{
	width: 850px;
	margin: 0 auto;
}

#navigation_wrapper{
	float: left;
	width: 890px;
	background: transparent url(images/bg_navigation.png) no-repeat left top;
	height: 36px;	
}




#navigation{
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
ul#nav{
	
	background: none;
	list-style: none;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 700px;
	text-align: center;
	display: block;
}
.msie ul#nav, .safari ul#nav, .opera ul#nav{
	width:700px;
	border:0px solid red;
}
.msie6 ul#nav{
	border: 0px solid red;
	width: 770px;
}

.members ul#nav{
	width:405px;
}
ul#nav li{
	position: relative;
	display: inline;
	margin:0;
	padding:0 0 20px 0;
	float:left;
}
li ul{
	position:absolute;
	left: 0px;
	top:20px;
	display: none;
	width:134px;
	background-color: #Fff;
	margin:0;
	padding:0;
	border: 1px solid #F79433;
	z-index: 1000 !important;
}



ul#nav li a{
	display: block;
	float:left;
	color: #fff;
	padding-right:6px;
	margin-left: 6px;
	border-right: 1px solid #fff;
	margin-top:4px;
	
}
ul#nav li a:hover{
	color: #0067ce;
}

ul#nav li ul li{
	padding: 0; 
	margin: 0; 
	text-align: left;
}
ul#nav li ul li a{
	display: block;
	padding:7px;
	margin:0;
	border-bottom: 1px solid #FFF1CF;
	border-right: none !important;
	width: 120px;
	color: #F79433;
	font-weight:bold;
}
ul#nav li ul li a:hover{
	color: #0067ce;
	background-color: #FFF1CF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul{display: block;}




#content_wrapper{
	float: left;
	width: 890px;
	background: transparent url(images/bg_content.png) repeat-y left top;	
	
}
.msie #content_wrapper, .opera #content_wrapper{
	margin-top:-13px;
	text-align: center;
	
}

#content{
	width: 850px;
	margin: 0 0 0 20px;
	float:left;
}
.msie6 #content{
	width:750px;
	border: 0px solid red;
}
.index #content{
	background-color: #fff;
}



#left{
	width: 205px;
}

#left .content{
	width: 182px;
	margin-left:11px;
}

#main{
	width: 600px;
	margin:0 auto;
	
}
.calendar #main{
	width: 840px;
}
#main .content{
	margin-bottom:40px;
	text-align: left;
}
	

#right{
	width: 206px;
	overflow:hidden;
	margin-left: -5px;
	
}
#right .content{
	text-align: center;
}
.ads{
	text-align: center;
	width: 200px;
}
.ads a{
	display: block;
	text-align: center;
	width: 200px;
}

#footer_wrapper{
	width: 890px;
	float: left;
	height: 31px;
	background: transparent url(images/bg_footer.png) no-repeat left top;
}
#footer{
	width: 850px;
	margin: 0 auto;
}
@charset "UTF-8";
/* CSS Document */

