@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family :tahoma;
	font-size:0.7em;
	background-image: url(/images/brushed_metal_B.jpg);
	background-repeat: none;
	background-position: center;
}

#top_logo p.title-text {color:#262626;font-size:1.3em;}
#top_logo span.title-text-two {color:#7B7B7B;}

img {
border: 0px solid #3265A3;
}
a {color: #333;}
a:hover {color: black;
	font-weight:bold;
}
h1 {
color: #333;
font-family :tahoma;
font-size:1.2em;
}
h2 {
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
.oneColFixCtr #top_logo {
	text-align: center;
}
.oneColFixCtr #top_logo p{
	margin-bottom:20px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px ridge #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #links p, #event_links p {
	margin:0 0 0 10px;
}
.oneColFixCtr #links h2, #event_links h2 {
	margin:10px 0 5px 0;
	font-size: 1.1em;
}
.oneColFixCtr #event_links h3 {
	margin:5px 0 0 10px;
	font-size: 1.1em;
}
.oneColFixCtr #footer p{
	text-align: center;
	margin:0px 0 0px 0;
}
.oneColFixCtr #footer {
	margin:0px 0 30px 0;
}
.oneColFixCtr #footer hr, .oneColFixCtr #top_logo hr {
	margin:30px 20px 20px 20px;
	color: #333;
}
