@charset "utf-8";
/* CSS Document */

body {
        background-image: url(IMG/background.jpg); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/
        background-color: #DBDBCA; /** Website BG colour (matches canvas colour in Step 1) **/
		margin-top:0;
}

#container {
        width: 900px;
        margin: 0 auto;
        text-align: center;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodyHistory {
	font-family: Neutra Text;
	font-size: 14px;
}


.bodyTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
}

.bodyTextSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.titleText {
	font-size: 14px;
	font-weight :bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.header { 
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: white;
			z-index:1001;
			-moz-opacity: 0.0;
			opacity:.00;
			filter: alpha(opacity=0);
		}

.white_content {
			display: none;
			position: absolute;
			top: 70px;
			right: 130px;
			width: 220px;
			height: 125px;
			padding: 5px;				
			border: 5px solid #B6B58F;
			background-image:url(IMG/contactPopup.png);			
			z-index:1002;
			overflow: auto;
}


.borderTable {	
border: 1px solid #C8C7AC;
}

.borderTable td {	
border: 1px solid #C8C7AC;
}

.blockText {
	font-size: 14px;
	font-weight :bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.nameText {
	font-size: 12px;
	font-weight :bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.aboutText {
	font-size: 12px;
	font-style:italic;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
