
/*LINKS*/

a:link {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	color: #D1E8CC;
	border-bottom: 1px solid #D1E8CC;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	color: #BBD9BA;
	border-bottom: 1px solid #BBD9BA;
	}

a:hover, a:active {
	text-decoration: none;
	background: transparent;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#links {
	margin-left: 585px; 
	position: absolute; 
	top: 0px;
	right: 185px;
	padding: 0px;
	}

#linksback { 
	font: 14px verdana, sans-serif; 
	background: transparent url(linksback.jpg) top right repeat-y; 
	padding: 15px; 
	margin-top: 60px; 
	width: 230px; 
	}


/*HEADERS*/

#pageHeader {
	position: absolute;
	top: 30px;
	left: 0px;

	width: 0px;
	height: 0px;

	margin: 0px;
	padding: 0px;

	overflow: hidden;
	text-indent: -100em;
	}

h1 {
	width: 100%;
	height: 40px;

	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 200px;

	padding: 0px;

	color: #ffffff;

	font-family:"Verdana", serif;

	border-bottom: 0px solid #5F705E;

	background: transparent url(header.jpg) no-repeat top left;
	}


h2 {
	width: 100%;
	height: 30px;

	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;

	padding: 2px;

	color: #ffffff;

	border-bottom: 0px solid #5F705E;

	background: transparent url(header.jpg) no-repeat top left;
	}


h3 {
	width: 100%;
	height: 20px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding: 0px;

	font-weight: bold;

	color: #ffffff;

	border-bottom: 0px solid #5F705E;

	background: transparent;
	}

h4 {
	width: 100%;
	height: 20px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding: 0px;

	font-weight: bold;

	color: #ffffff;

	border-bottom: 0px solid #5F705E;

	background: transparent;
	}

#returnhome {
	margin-top: 20px;
	margin-left: 78px;
	margin-right: 270px;
	margin-bottom: 0px;

	
	font-family: "Times", "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;

	word-spacing: 0.05em;
	letter-spacing: 0.05em;

	line-height: 1.3em;

	text-align: left;

	overflow: hidden;
	
	}




/*MAIN*/

body {
	background: #999999 url(background.jpg) top left repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #ffffff;
	}


p {
	margin-top: 5px;
	margin-left: 75px;
	margin-bottom: 0px;

	font-family: "Times", "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;

	word-spacing: 0.05em;
	letter-spacing: 0.05em;

	line-height: 1.3em;

	padding: 10px;

	text-align: left;

	color: #ffffff; background: transparent;
	}


#soul {
	margin-top: 13px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding: 0px;

	background: transparent url(h1.jpg) top left no-repeat;

	width: 560px;
	}


#info {
	margin-top: 220px;
	margin-left: 70px;
	margin-right: 75px;
	margin-bottom: 0px;

	font-family: "Times", "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;

	word-spacing: 0.05em;
	letter-spacing: 0.05em;

	line-height: 1.2em;

	padding: 10px;

	text-align: left;

	color: #FFFFFF; background: transparent;

	border-bottom: 0px solid #394A38;
	}


#content {
	margin-top: 5px;
	margin-left: 75px;
	margin-right: 420px;
	margin-bottom: 0px;

	padding: 10px;

	border-bottom: 0px solid #394A38;
}


#table {
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 0px;
	margin-bottom: 0px;

	width: 300px;

	font-family: "Times", "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	
	padding: 0px;

	word-spacing: 0.05em;
	letter-spacing: 0.05em;

	text-align: center;

	border-bottom: 0px solid #394A38;
}



/*FOOTERS*/

#footer {
	margin-top: 30px;
	margin-left: 70px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding: 6px;

	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;

	color: #899A88;

	border: 0px solid #899A88;
}




/*EXTRAS*/

#extraDiv1 {
	position: absolute;

	height: 33px;
	width: 100%;
	top: 0px;
	left: 0px;

	background: transparent url(top-bar.gif) top left repeat-x;
}

#extraDiv2 {
	position: relative;

	height: 33px;
	width: 100%;
	bottom: 0px;
	left: 0px;

	background: transparent url(bottom-bar.gif) top left repeat-x;
}





