body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 20px auto;
	padding: 0;
	text-align: center;
}

.oldbrowsers, .hide { display: none; }

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	margin: 0;
}

#container {
	width: 650px;
	margin: 0 auto;
	padding: 0px;
	background-repeat: no-repeat;
}

#logo-header {
	overflow: hidden;
	height: 130px;
	width: 650px;
}

#top {
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/cont-top.gif) no-repeat;
	height: 7px;
	width: 650px;
}

#bottom {
	clear: both;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/cont-bottom.gif) no-repeat;
	height: 7px;
	width: 650px;
}

#content {
	background: url(../images/cont-mid.gif) repeat-y;
	padding: 0;
	margin: 0;
}

.heading {
	padding: 18px 0;
	margin: 0;
	width: 648px;
	text-align: center;
}


.column-left {
	float: left;
	padding: 13px 0;
	margin: 0;
	width: 370px;
	text-align: left;
	border-style: solid;
}


.column-right {
	margin: 0;
	padding: 13px 20px 20px 0;
	text-align: left;
	float: right;
	width: 260px;
	border-style: solid;
}

.column-span-all {
	float: left;
	padding: 18px 0;
	margin: 0;
	width: 648px;
	text-align: left;
}


#content .column-left p, #content .column-right p, #content .column-span-all p {
	font-size: 13px;
	padding: 0 20px;
	margin: 0;
	color: #4D4D4B;
	line-height: 18px;
}

#content .column-left a, #content .column-right a, #content .column-span-all a {
	color: #990000;
	border-bottom: 1px solid #D4D4CE;
	text-decoration: none;
}

#footer {
	font-size: 9px;
	padding: 10px 10px;
	color: #888A7D;
}


#footer a:hover, #content .column-left a:hover, #content .column-right a:hover, #content .column-span-all a:hover {
	color: #990000;
	border-bottom: 1px solid #999999;
}


#footer .f-left {
	float: left;
}

#footer .f-right { 
	float: right; 
}


ul {
	font-size: 13px;
	padding: 0 20px;
	margin: 0;
	color: #4D4D4B;
	line-height: 22px;
}

ul li {
	margin-left: 30px;

}

h2 {
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #4D4D4B;
	line-height: 16px;
}
