

/* CSS Document */

a{
	color:gold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}
a:hover{
	color:gold;
	text-decoration:underline;
}


#mainBody {
	line-height:13px;
	font-style:normal;
	background-color:#CFCFCF;
	color:#5D5D5D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	
	}

h1{
	color:#000000;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	line-height:22px;
}
.header{
	position:relative;
	top:34px;
	margin:auto;
	width:680px;
	z-index:1;
	
	height:201px;
	background-color:#65613F;
	border:1px solid #65613F;
	background-image:url(../images/theme/title.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.flashHeader{
	float:right;
	width:268px;
	height:201px;
	border:1px solid hidden;
}
.navigation{
	display:table-cell;
	font-size:11px;
	position:relative;
	top:34px;
	margin:auto;
	width:680px;
	z-index:2;
	background-color:#727351;
	background-image:url(../images/theme/navigationBar.gif);
	height:30px;
	line-height:30px;
	background-repeat:repeat-x;
	background-position:top;
	color: #FFFFFF;
	text-align:center;
	vertical-align:center;
	border:1px solid #727351;
	border-top: 1px solid #a7a879;
	border-bottom: 1px solid #454625;
	display:block;
}
.navigation a{
	color:#ffffff;
	text-decoration:none;
	margin: 0;
	padding: 0;
}
.navigation a:hover{
	color:gold;
	text-decoration:underline;
}
.main{
	position:relative;
	top:34px;
	margin:auto;
	width:680px;
	height:100%;
	z-index:3;
	overflow:hidden;
	
	background-color:#ffffff;
	/*background-image:url(../images/theme/cornerSquares.gif);*/
	background-repeat:no-repeat;
	background-position:right top;
	border:1px solid white;
}
.mainTextColumn{
	text-align:justify;
	position:inherit;
	top:0px;
	width:100%;
	z-index:5;
}
.mainImageColumn{
	position:absolute;
	top:0px;
	height:100%;
	z-index:4;
	right:0%;
}
.contentImageRight
{
    float:right;
    padding:10px;
    margin:10px;
    border:10px;
}
.contentImageLeft
{
    float:left;
    padding:10px;
    margin:10px;
    border:10px;
}
.footer{
	position:relative;
	margin:auto;
	top:34px;
	width:680px;
	z-index:6;
	
	color:#676441;
	font-size:smaller;
	text-align:center;
}
.warning
{
    color:Red;
}