/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	color:#000000;
}

p{
	font-size:75%;

}


a{color:#0033CC;
	text-decoration:none;}

a:hover{color:#993333;
	text-decoration:underline;}

#container{
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
	text-align: left;
	padding: 0px;
	width: 720px;
	background-color: #FFFFFF;
	}
	
#welcome{
	background-image:url(images/welcome2.gif);
	background-repeat:no-repeat;
	width:380px;
	height:30px;
	margin-top:20px;
}

#nav{
	height:20px;
}

#nav ul{
	margin:0; 
	padding:0;
}

#nav ul li{
	display:inline; 
	height: 10px; 
	list-style:none; 
	margin: 0;
	padding:0 6px 0 6px;
}

#nav ul li a{
	color:#000000;
	font-weight:bold;
	font-size:11px;
	line-height:30px; 
	text-decoration:none;
    padding: 0px 0 0 0;
	height: 0px !important; 
	height /**/:10px; /* for IE5/Win only */
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #006600;
}

#banner{
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	height:244px;
}

.events{
	clear:left;
	float:left;
	width:150px;
	margin-left:20px;
	padding-top:40px;
	line-height:95%;
}

.events p{
	font-size:70%;
	margin-top:-3px;
	margin-bottom:10px;
}


.events h1{
	font-size:70%;
	font-weight:bold;
}

#right_column{
	width:460px;
	margin-left:240px;
	padding-top:20px;
}

#questions{
	float:left;
	text-align:right;
	padding-top:51px;
}

#content{
	width:255px;
	margin-left:180px;
}

#content p{
	padding-left:4px;
	line-height:130%;
}

#info{
	font-size:90%;
	line-height:80%;
}

#inside_banner1{
	background-image:url(images/inside_photo_b.jpg);
	background-repeat:no-repeat;
	height:126px;
	margin-top:10px;
}

#inside_banner2{
	background-image:url(images/inside_photo2_b.jpg);
	background-repeat:no-repeat;
	height:126px;
	margin-top:10px;	
}

#inside_banner3{
	background-image:url(images/inside_photo3_b.jpg);
	background-repeat:no-repeat;
	height:126px;
	margin-top:10px;	
}

#inside_banner4{
	background-image:url(images/inside_photo4_b.jpg);
	background-repeat:no-repeat;
	height:126px;
	margin-top:10px;	
}

#inside_nav{
	height:20px;
	font-size:60%;
	font-weight:bold;
	padding-top:2px;
}

#inside_nav ul{
	margin:0; 
	padding:0;
}

#inside_nav ul li{
	display:inline; 
	height: 10px; 
	list-style:none; 
	margin: 0;
	padding:0 6px 0 6px;
}

#inside_nav ul li a{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
    padding: 0px 0 0 0;
	height: 0px !important; 
	height /**/:10px; /* for IE5/Win only */
} 


#inside_nav ul li a:hover, #nav ul li a:focus{
	color: #006600;
}

#inside_left{
	float:left;
	padding-top:55px;
	margin-left:40px;
	width:220px;
	text-align:right;
}


#inside_right{
	width:340px;
	margin-left:270px;
	padding-top:73px;
	padding-left:20px;
	line-height:110%;
}

#inside_right h1{
	font-size:70%;
	font-weight:bold;
}

#inside_right a{
	font-weight:bold;
}

#inside_right ul{
	font-size:65%;
	font-weight:normal;
	line-height:100%;
}

#inside_right ul li{
	margin-bottom:5px;	
}


.padded_image{
	margin-bottom:25px;
}

.border{
	border:1px solid #000000;
}

#copyright{
	clear:both;
	margin-top:150px;
	font-size:45%;
	text-align:center;
}



.table_design table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#666666;
	font-size:94%;
}

.table_design caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

.table_design td, th {
	padding: 4px;
}

.table_design thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 80% !important;
}

.table_design tbody th {
	font-weight: bold;
}

.table_design tbody tr { background: #FCFDFE; }

.table_design tbody tr.odd { background: #F7F9FC; }

.table_design table a:link {
	color: #718ABE;
	text-decoration: none;
}

.table_design table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.table_design table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.table_design tfoot th, tfoot td {
	font-size: 85%;
}


.events table, th, td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
}


.rss_feeds{
 	margin:15px 0 0 0;
	width:288px;
	background-image:url(/images/rss_bg.jpg) no-repeat;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}

.rss_feeds img{
	margin:4px 5px 4px 15px;
	}
	
.rss_feeds a{
	color:#666666;
}