﻿body 
{
	font-family: Futura, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	color:#FFDC00;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #7C3419;
	background-image:url('../images/ic.bodybkgd.gif');
}

a, a:active, a:visited, a:link
{ 
	text-decoration:none; 
	color:#FF7F00; 
}

a:hover 
{ 
	text-decoration:underline;
}


.MainContentBox
{ 
	border: solid 1px #7C3419;
	border-top: solid 2px #AA4312;
	border-bottom: dotted 2px #AA4312;
	width:650px; 
	left:20px;
	top:15px;
	background-repeat:no-repeat;
	position:absolute;
	background-image:url('../images/ic.background.gif');
	overflow:visible;
}

.MenuContainer
{
	left:690px;
	top:15px;
	width:150px;
	height:350px;
	position:absolute;
}

.ContentBlock
{
	position:relative;
	display:block;
}

.ContentBlockInline
{
	display:inline;
}

.ContentCopy
{
	position:relative;
	margin-left:42px;
	margin-top:70px;
	margin-bottom:30px;
	width:598px;
	overflow:visible;
	text-align:right;
}

.ContentCopy p
{
	text-align:justify;
}

.ContentCopyTitle
{
	display:block; 
	color:#FFDC00; /*AA4312; */
	text-align:right;
	margin-bottom:20px;
	padding-top:10px;
	font-size:12pt;
}

.ContentImage
{
	float:right;
	margin-left:10px;
	margin-bottom:1em;
	margin-top:1em;
	border: solid 1px #662814;
	padding:6px 0px 0px 4px;
}


.MenuImg
{
	border: solid 1px #AA4312;
}