/* CSS Document */

h1, p {margin: 6px 12px;
}

#page {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	border: solid 1px;
	background:#FFF;
}

#masthead {

}

#navbar {
	background: #000;
}

#ltsidebar {
	width: 120px;
	float: left;
}

#main {
	float: left;
	width: 500px;
}

#rtsidebar {
	float: left;
	width: 179px;
	border-left: solid 1px;
	border-bottom: solid 1px;
}
.rtsidebar {
	margin: 0px;
	padding-left: 4px;
	font-size: 11px;
	line-height: 13px;
}

.rtsidebarhead {
	margin: 0px;
	background: #C33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#footer {
	clear: both;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
}

img {
	padding-bottom: 1px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#C33;
	font-style: italic;
}

a:link {
	color:#0066CC;
	text-decoration: none;
}

a:visited {
	color:#0066CC;
	text-decoration: none;
}

a:hover {
	color:#CC3333;
	text-decoration: none;
}
