@charset "utf-8";
/* CSS Document */

#container {
	width: 1024px;
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#top_banner {
	background-image: url(Images/banner.jpg);
	height: 20px;
	width: 1024px;
}
#main_image {
	background-image: url(Images/main_image.jpg);
	height: 26px;
	width: 970px;
	margin-left: auto;
	padding-top: 263px;
	margin-right: auto;
}


h3 {
	font-family: Calibri, "Times New Roman";
	font-size: 1em;
	color: #333;

}

h2 {
	font-family: Calibri, "Times New Roman";
	font-size: 1.5em;
	color: #000;
}
#container #footer {
	background-color: #D6162D;
	height: 20px;
	width: 1024px;
	float: left;
	font-family: Calibri, "Times New Roman";
	color: #FFF;
	font-size: .9em;
	text-indent: 1cm;
	text-align: left;
	margin-top: 30px;
	border-top-style: solid;
	border-top-color: #666;
	}
	


p {
	font-family: Calibri, "Times New Roman";
	font-size: 1em;
	color: #333;
}

H6 {
	font-family: Calibri, "Times New Roman";
	font-size: 1.1em;
	color: #F00;
	line-height: 1em;
}

#container #left_column {
	width: 1024px;
	float: left;
	left: 0px;
}
#container #footer a {
	color: #FFF;
}

#container #footer a:hover {
	color: #333;
}.standout {
	color: #900;
	font-weight: bold;
}
blockquote {
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#program {
	width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#program_list {
	width: 1024px;
}
#clear {
	width: 1000px;
	clear: both;
	float: none;
	height: 25px;
}
#index_bottom {
}
.box_header {
	font-family: Calibri, "Times New Roman";
	font-size: 24px;
	color: #0CC;
}
.box_text {
	font-family: Calibri, "Times New Roman";
	font-size: 18px;
	color: #CCC;
}
#thanks {
	font-family: Calibri, "Times New Roman";
	font-size: 24px;
	color: #900;
	text-align: center;
	text-decoration: underline;
	padding-top: 50px;
	height: 50px;
}

