@charset "UTF-8";

body {
	background-color: #21dd52; /*#7FC31C;*/
}

/*LAYOUT AREA IDs*/

#container {
	margin: auto; 
	position: relative; 
	width: 920px; 
	height: 100%;
}

#headerarea {
	position:absolute;
	width:920px;
	height:90px;
	z-index:1;
	left: 0px;
	top: 5px;
	background-color: #ffffff;
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#tabsarea {
	position:absolute;
	width:920px;
	height:45px;
	z-index:1;
	left: 0px;
	top: 95px;
	background-color: #21dd52; /*#7FC31C;*/
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#workingborder {
	position:absolute;
	width:920px;
	height:460px;
	z-index:1;
	left: 0px;
	top: 140px;
	background-color: #000000;
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#borderblank {
	position:absolute;
	width:59px;
	height:1px;
	z-index:3;
	left: 1px;
	top: 0px;
	background-color: #ffffff;
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#workingarea {
	position:absolute;
	width:918px;
	height:458px;
	z-index:2;
	left: 1px;
	top: 141px;
	background-color: #ffffff;
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#footerarea {
	position:absolute;
	width:500px;
	height:50px;
	z-index:1;
	left: 262px;
	top: 610px;
	background-color: #21dd52; /*#7FC31C;*/
}

#titleBox {
	position:absolute;
	width:650px;
	height:80px;
	z-index:2;
	left: 270px;
	top: 35px;
}

#headingBox {
	position:absolute;
	width:630px;
	height:80px;
	z-index:3;
	left: 250px;
	top: 35px;
}

#captionBox {
	position:absolute;
	width:300px;
	height:229px;
	z-index:4;
	left: 34px;
	top: 80px;
}

#textBox {
	position:absolute;
	width:495px;
	height:400px;
	z-index:5;
	left: 390px;
	top: 85px;
}

#navigationBox {
	position:absolute;
	width:799px;
	height:10px;
	z-index:1;
	left: 51px;
	top: 20px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #21dd52; /* #7FC31C;*/
}

#frameBox {
	position:absolute;
	width:826px;
	height:24px;
	z-index:1;
	left: 47px;
	top: 17px;
	background-color: /*#21dd52; #7FC31C; #001B31;*/ #178700;
}

#dividerBox {
	position:absolute;
	width:5px;
	height:300px;
	z-index:6;
	left: 362px;
	top: 100px;
	background-color: #21dd52; /*#7FC31C;*/
}

#logoBox {
	position:absolute;
	width:230px;
	height:230px;
	z-index:1;
	left: 25px;
	top: 3px;
}


#larrow {
	position:absolute;
	width:30px;
	height:10px;
	z-index:1;
	left: 16px;
	top: 17px;
}

#rarrow {
	position:absolute;
	width:30px;
	height:10px;
	z-index:1;
	left: 873px;
	top: 17px;
}
   
/*TEXT CLASSES*/

.footerText {
	font-family: Georgia;
	font-size: 10px;
	color: #001B31;
	text-decoration: none;
}
.titleText {
	font-family: Georgia;
	font-size: 35px;
	color: #303030;
	text-decoration: none;	
}
.headingText {
	font-family: Georgia;
	font-size: 16px;
	color: /*#21dd52;*/ #7FC31C;
	text-decoration: none;	
}
.mainText {
	font-family: Georgia;
	font-size: 14px;
	line-height: 25px;
	color: #001B31;
	text-decoration: none;
}
.captionText {
	font-family: Georgia;
	font-size: 45px;
	color: #21dd52; /*#7FC31C;*/
	text-decoration: none;
	line-height: 50px;
}
.navigationText {
	font-family: Georgia;
	/*-- font-family: Verdana, Arial, Helvetica, sans-serif; --*/
	font-size: 12px;
	color: #638256;
}
.nameText {
	font-family: Georgia;
	font-size: 35px;
	color: #3E72AB;
	text-decoration: none;
	line-height: 50px;
}	
.photoText {
	font-family: Georgia;
	font-size: 25px;
	color: #3E72AB;
	text-decoration: none;
	line-height: 50px;
}
/*.page {
	z-index:1;
	background-color: #ffffff;
	font-size: 14px;
}*/



