@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: #000000;
	background-image: url(images/new_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF8E4;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 200px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.logo {
	float: left;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-top: 65px;
}
 a {
	text-decoration: none;
	color: #000000;
}
 a:hover {
	color: #9F845E;
}
 a:visited {}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18pt;
	text-align: center;
}
.swap {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 64pt;
	text-align: center;
	letter-spacing: -3pt;
	color: #DA423A;
	height: 125px;
}
.firstletter 
	{
	float: left;
	line-height: 0em;
	margin-right: 0em;
}
.location {
	font-family: "Times New Roman", Times, serif;
	padding: 5px 5px 5px 5px;
	font-size: 18pt;
	text-align: center;
}
.city {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 35pt;
	text-align: center;
}
.date {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #DA423A;
}
.content {
	padding: 25px 0px 0px 0px;
	text-align: center;
}
li {
	padding: 0px 0px 10px 0px;
}
ul {
}
.important {
	color: #C63330;
	background-color: #EBE3C6;
}
