/* CSS Document */

body, html { 
margin: 0 0 0 0; 
background: #EBE9D8 url(../images/backtile.jpg);
background-repeat:no-repeat;
background-position:center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color:#201C1B;
}


.textBold {
	font-weight: bold;
}

.border { 
	border-top:1px dashed #666666;
}
.georgiaItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	font-style: italic;
	color:#201C1B;
}
.georgiaItalic1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	font-style: italic;
	color:#201C1B;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#201C1B;
	line-height: 18px;
	font-weight: bold;
}

#mainLogo { 
	position:absolute;
	height:215px;  
	top:0px; 
	left:0px; 
	z-index:3;
}
#mainText { 
	position:absolute;
	width:410px; 
	min-height:200px; 
	top:230px; 
	left:50%; 
	margin:0px auto auto -60px;
	z-index:2;
}


/*navigation*/
	A			{ color: #A01B1B; text-decoration: none;  } 
	A:link		{ color: #A01B1B; text-decoration: none;  } 
	A:visited	{ color: #A01B1B; text-decoration: none;  } 
	A:active	{ color: #A01B1B; text-decoration: none;  } 
	A:hover		{ color: #201C1B; text-decoration: none; border-top:1px dashed #666666; border-bottom:1px dashed #666666; }
	
