body
{
	margin: 0px;
	padding: 0px;
	background-color: #172228;
	background-image: url('/common/header_bg.gif');
	background-repeat: repeat-x
}
body, td, span, div
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
.placeholder
{
	width: 240px;
	height: 180px;
	border: 2px dashed black;
}
div#mediapanel 
{
	margin: 1px 0px 0px 1px;
	background-color:white;
	padding: 22px 22px 0px 21px;
}
div#mediabottom {
	height:28px;
	background: white url('/common/notch.gif') no-repeat 272px 0px;
	margin-left:1px;
}
div#contentpanel
{
	margin: 1px 0px 0px 1px;
	background-color:white;
	padding: 24px 24px 0px 24px;
}
div#contentbottom {
	height:28px;
	background: white url('/common/notch.gif') no-repeat 472px 0px;
	margin-left:1px;
}
div#forumpanel 
{
	margin: 1px 0px 0px 1px;
	background-color:white;
	padding: 24px 24px 0px 23px;
}
div#forumbottom {
	height:28px;
	background: white url('/common/notch.gif') no-repeat 772px 0px;
	margin-left:1px;
}
.headlinetext
{
	font-family: Arial, sans-serif;
	color: black;
	font-size: 30px;
	font-weight: bold
}
.taglinetext
{
	font-family: Arial, sans-serif;
	color: #F99B1C;
	font-size: 16px;
	font-weight: bold;
}
div.hr {
	height:0;
	padding:0;
	border-top: 1px solid gray;
	margin-top:4px;
}
.contenttext
{
	padding: 0px;
}
.contenttext p
{
	color: #293B45;
	line-height: 1.4em;
	font-size: 10pt;
}
#copyright
{
	color: #FFFFFF;
	padding: 8px;
}
.clearer {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}