@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
    margin: 0;
   background-color: #4a0508
 }
	

a {  
	color: #C0A062;
	text-decoration: underline;
	cursor: pointer;
}
a:hover { 
	color: #FFFFFF;
}
hr{
	width: 90%;
	border: thin solid #C0A062;
}	
.wrapper {
	position: relative;
	width: 100%;
	min-height:100%;
	z-index: 1;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
}
.siteBlock {
	position: relative;
	width: 800px;
	height: 600px;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	top: 25px;
	background-image: url(images/C2_background.png);
	border: thin double #C0A062;
}

.logo	{
	position: relative;
	width: 300px;
	height: 96px;
	top: 10px;
	margin-left: 10px;
}
.moto	{
	position: relative;
	width: 85%;
	margin: 0 auto;
	color: #C0A062;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
	font-style: normal;
	font-weight: 200;
}
.description	{
	position: relative;
	width: 275px;
	height: 175px;
	margin-left: 10px;
	top: 175px;
}
.email	{
	position: relative;
	width: 40%;
	height: auto;
	color: #C0A062;
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: 200;
	margin-left: 10px;
	top: 200px;	
}

.divRow {
	width: 98%;
	height: 35px;
	position: relative;
	font-size: 14pt;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #C0A062;
	font-style: normal;
	margin-right: auto;
	margin-left: 10px;
	text-align: center;
	top: 15px;
	padding-bottom: 10px;
}
.divColumn		{
	position: relative;
	width: 80%;
	height: auto;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	border-radius: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(252, 252, 252,.2);
}
.divColumnAddress		{
	position: relative;
	width:45%;
	height: auto;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.divFormInfo		{
	position: relative;
	width:55%;
	height: auto;
	z-index: 1;
	text-align: left;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.divFormTitle		{
	position: relative;
	width:30%;
	height: auto;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #C0A062;
	font-size: 12pt;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}