body {
margin-top: 0;
background-color: white;
}

img {
border: none;
}

p {
padding: 10px;
}

.padspace {
padding: 10px;
padding-top: 0px;
}

.titles {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

table {
padding-left: 10px;
}

td {
vertical-align: top;
}

#flash {
margin: auto;
width: 720px;
}

.contentw {
	margin: auto;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 720px;
	height: 300px;
	float:left;
	overflow: auto;
}

.contentwbig {
	margin: auto;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 720px;
	height: 500px;
	float:left;
	overflow: auto;
}
.content {
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 720px;
	border: thin solid #000000;
}

#leftside {
	background-color: #FFFFFF;
	color: #B9A194;
	width: 250px;
	height: 300px;
	float: left;
	overflow: auto;
}

#rightside {
	background-color: #FFFFFF;
	color: #000000;
	width: 468px;
	height: 300px;
	float: right;
	overflow: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}

#footer {
	margin: auto;
	background-color: #B9A194;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 720px;
	height: 20px;
	clear: both;
}

a:link, a:visited, a:focus, a:active {
background-color: transparent;
color: #e4d9d3;
text-decoration: underline;
}

a:hover {
background-color: transparent;
color: #e4d9d3;
text-decoration: none;
}

a.flink:link, a.flink:visited, a.flink:focus, a.flink:active {
background-color: transparent;
color: #000;
text-decoration: underline;
}

a.flink:hover {
background-color: transparent;
color: #000s;
text-decoration: none;
}
