@charset "utf-8";
/* CSS Document */
html, body{
	font-family:  Calibri, Helvetica, Myriad Pro, sans-serif;
	font-size: 12pt;
	margin: 0;
	height: 100%;
}

a{
	color: #0099cc;
	text-decoration: none;
}

	a:hover{
		text-decoration: underline;
	}
	
h2{
	color: #058acc;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

hr{
	color: #0099cc;
	border-style: solid;
	border-color:#d2eaf6;
}

.spacer{
	width: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -80px;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
}

.inner_pane{
	width: 930px;
	margin: 0 auto;
}

	#header{
		background-image: url('/images/header.gif');
		height: 150px;
		width: 100%;
	}
	
	#menu{
		height: 30px;
		width: 100%;
	}
	
		#menu a{
			color: white;
		}
	
		#menu .menu_down, #menu .menu_up{
			float: left;
			height: 30px;
		}
		
		#menu .menu_down{
			background-image: url('/images/menu_down_center.gif');
		}
		
		#menu #languages{
			float: right;
			height: 24px;
			margin-top: 2px;
		}
			
			#menu #languages img{
				border: 0;
			}
		

	#index a{
		margin: 0 10px;
		text-decoration: none;
		font-weight: bold;
		font-size: 14pt;
		color: white;
	}
	
		#index a:hover{
			text-decoration: underline;
		}
	
	#canvas{
		margin-top: 15px;
	}
	
	#dark_blue_menu{
		width: 250px;
		background-image: url('/images/menu_dark_blue.gif');
		background-repeat: no-repeat;
		padding: 5px 0;
	}
	
	#light_blue_menu{
		width: 250px;
		background-image: url('/images/menu_light_blue.gif');
		background-repeat: no-repeat;
		padding: 5px 0;
	}
	
	
		#dark_blue_menu ul, #light_blue_menu ul, #blurb ul{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#light_blue_menu h3, #dark_blue_menu h3{
			margin: 8px;
		}
		
		.list_style_1 li{
			min-height: 26px;
			width: 225px;
			background-image: url('/images/left_menu_list.gif');
			background-repeat: no-repeat;
			padding-left: 25px;
			font-weight: bold;
			cursor: pointer;
		}
		
		.list_style_2 li{
			color: #058acc;
			font-size: 12px;
			font-weight: bold;
			background-image: none;
			min-height: 16px;
			font-weight: normal;
		}
		
		.list_style_3 li{
			background-image: url('/images/announcements_list.gif');
			background-position: bottom;
			background-position: left;
			background-repeat: no-repeat;
			padding-left: 15px;
			font-weight: normal;
			min-height: 16px;
		}
		
		#light_blue_menu h4{
			color: #03479b;
			margin:0 0 2px 0;
		}
		
		
		.open{
			background-image: url('/images/left_menu_list_dwn.gif');
		}
		
		.closed{
			background-image: url('/images/left_menu_list.gif');
		}
		
	.event{
		border-bottom: 1px solid #d2eaf6;
		font-size: 12px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	
		.event h2{
			font-size: 16px;
			margin: 0;
		}
		
		.event b{
			font-size: 14px;
		}
		
	
	#content{
		width: 100%;
	}
	
	#content .top{
		height: 20px;
		background-color: #f5f5f5;
	}
		
		#content .left_top{
			background-image: url('/images/content_top.gif');
			width: 50px;
			height: 20px;
			float: left;
		}
		
		#content .right_top{
			background-image: url('/images/content_top.gif');
			background-position: right;
			width: 50px;
			height: 20px;
			float: right;
		}
		
	#content .middle{
		background-color: #f5f5f5;
		padding: 0 10px;
		margin: 0;
		border: 1px solid #f5f5f5;
		border-width: 1px 0;
		min-height: 275px;
	}
	
		#content .middle p{
			margin-top: 0;
		}
	
	#content .bottom{
		height: 25px;
		background-color: #f5f5f5;
	}
		
		#content .left_btm{
			background-image: url('/images/content_btm.gif');
			width: 50px;
			height: 25px;
			float: left;
		}
		
		#content .right_btm{
			background-image: url('/images/content_btm.gif');
			background-position: right;
			width: 50px;
			height: 25px;
			float: right;
		}
	
	#search{
		background-image: url('/images/search.gif');
		background-repeat: no-repeat;
		width: 156px;
		height: 33px;
		padding: 40px 0 0 10px;
		margin-left: 10px;
		margin-bottom: 15px;
	}
	
		#search input{
			border: 0;
			width: 110px;
			height: 17px;
		}
		
	#blurb{
		background-image: url('/images/blurb.gif');
		background-repeat: no-repeat;
		width: 156px;
		margin: 0 0 0 10px;
	}
		
		#blurb li{
			padding-bottom: 5px;
			border-bottom: 1px solid #d2eaf6;
			margin-bottom: 5px;
		}
	
		#blurb h3{
			padding: 4px;
			margin: 0;
		}
		
		#blurb p{
			padding: 0 0 0 4px;
			margin: 0;
			font-size: 10pt;
		}
		
	#menu_flash{
		width: 248px;
		margin-bottom: 10px;
	}
	
	#dynamic{
		margin-top: 20px;
		width: 650px;
		border: 1px solid #058acc;
		background-color: #d2eaf6;
	}
	
	
	#footer, .push {
		height: 80px;
	}

#footer{
	width: 100%;
	font-size: 11px;
	color: #666;
	background-color: #efefef;
	border-top: 1px solid #666;
}
	
	#footer a{
		font-size: 11px;
		color: black;
		text-decoration: none;
	}
	
		#footer a:hover{
			color: #0099cc;
		}
	
	#footer #links{
		float: left;
	}
	
	#footer #credits{
		float: right;
		color: #000;
	}
