@charset "utf-8";
/* CSS Document */
/*Sets background to black*/
body {
	/*background-color:#06F;*/
	background-color: #000;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	color: #000000;
}
#webwrapper {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: center;
}

/*Sets style for the top of website*/
.top {
	background-color: #FFF;
	text-align: left;
	height: 200px;
	line-height: 70px;
	border-bottom: thick #0f4e96 solid;
	margin-bottom: 10px;
	width: 100%;
}
.top .toptitle {
	width: 80%;
	font-size: 75px;
	float: right;
	font-family: Impact;
	font-style: italic;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	padding-top: 50px;
}
.top .topimage {
	width: 18%;
	float: left;
	height: 170px;
	padding: 10px;
}
.topimage img {
	width: 170px;
	height: 170px;
	padding: 0px;
	margin: 0px;
}
#middlecolumn {
	width: 55%;
	float: left;
	text-align: center;
}
#contentcolumn {
	padding: 10px;
	margin-bottom: 10px;
	border: thin #ec1d25 solid;
}
#leftcolumn {
	float: left;
	width: 23%;
}
#rightcolumn {
	float: left;
	width: 20%;
	text-align: center;
}
#footer {
	clear: left;
	width: 100%;
	background: #000;
	height: 30px;
	background-color: #ec1d25;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.innertube {
}
.innertube table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contact_title {
	font-style: italic;
	font-size: 22px;
}
.contact_info {
	padding: 10px;
}
#navigation {
	/* padding-left:10%; */
	margin: 0 0 0 23px;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation li {
	list-style: none;
	margin: 10px 0;
}
#navigation a {
	display: block;
	width: 130px;
}
#navigation .button {
	background-color: #0f4e96;
	color: #FFF;
	border: 2px #0f4e96 outset;
	padding: 1px 4px;
	text-decoration: none;
	font: bold 90%;
}
#navigation a:hover {
	border-style: inset;
	padding: 2px 3px 0 5px;
	color: #ec1d25;
}
#navigation .current {
	background-color: #0f4e96;
	color: #ec1d25;
	border: 2px #0f4e96 inset;
	padding: 1px 4px;
	text-decoration: none;
	font: bold 90%;
}
.links {
}
.links table {
	border: none;
}
.links table tr td {
	border: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.links a {
	border: none;
}
.links img {
	border: none;
}
.banner {
	background-color: #FFFF00;
	font-size: 30px;
}
.banner p {
	padding: 0px;
	margin: 0px;
}
.meeting_info {
	font-size: 32px;
}
.meeting_info p {
	padding: 0px;
	margin: 0px;
}
.event_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
}
.event_subtitle {
	margin-top: 10px;
	font-size: 15px;
	color: #ec1d25;
}
.event_content {
	text-align: left;
	font-size: 18px;
}

/* Common styles */
.style_left {
	
	text-align:left;
}
.style_center {
	
	text-align: center;
}
.style_indent {
	text-align: left;
	margin-left: 40px;
}
.border_zero {
	border: 0px;
}
.white_underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.white_text {
	color: #FFFFFF;
}

.ewCopy {
font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif
	color: #000000;
	font-size: 14px;
}
	

