body
{
	padding: 0px;
	margin: 0px;
	background: #45383a url(/images/bg.jpg) repeat-x;
	font: 12px/20px Arial, Helvetica, San-Serif;
}

.copy 
{
	font: 10pt/15pt Georgia, Times, Serif;
}

#outside 
{
	position: absolute;
	width: 100%;
	height: 260px;
	background: transparent url(/images/bannerbg.jpg) top center no-repeat;
}

#inside 
{
	position: relative;
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(/images/bannerbg.jpg) top center no-repeat;
	border-bottom:1px solid black; 
}

#banner
{
	display: relative;
	height: 240px;
	width: 772px;
}

#navigation
{
	position: absolute;
	top: 163px;
	left: 10px;
}

#navigation a 
{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, San-Serif;
	color: #000000;
}

#navigation a:hover
{
	
}

#homelink 
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 140px;
	height: 75px;
	border: 0px;
}

#content 
{
	padding:30px;
	border-left:1px solid black;
	border-right:1px solid black; 
}

.table4layout
{
	width:98%;
}

.table4layout td 
{
	vertical-align: top;
}

.table4layout .rightcolumn,.table4layout .leftcolumn 
{
	width: 49%;
}

.table4layout .leftcolumn 
{
	padding-right:20px;
}

#footer 
{
	padding: 10px 30px;
	border:1px solid black;
}

#underfooter 
{
	height:20px;
	border-left:1px solid black;
	border-right:1px solid black;
}
table.content {
        width:98%;
}
table.content td {
        padding:4px;
        vertical-align: top;
        background-color: #DFDFDF;
}
table.content th {
        background-color: #A4001E;
        color:white;
        padding:4px;
}

