
	html, body
	{
		height 					: 100%;
	}
	
	body
	{
		width					: 100%;
		margin					: 0;
		background-color		: #C0D9F4;
		font-family 			: "verdana", "sans-serif";
		font-size				: 80%;
	}
	
	a 
	{
		color: #7B99C6;
	}
	
	h1, h2 {
		font-size: 1.3em;
		color: #3d5204;
	}

	
	#mainContainer
	{	
		position 				: absolute;	
		left					: 5%;
		width					: 90%;	
		min-height: 600px;	
		background-color 			: #7B99C6;
	}
	
	#header
	{
		position 				: absolute;
		z-index 				: 20;
		top 					: 0;
		left 					: 5%;
		width					: 90%;
		height 					: 150px;	
		background-color 		: #97BB11;
		background				: url(/sitePics/headerWall.jpg) top left no-repeat;
	}
	
	#header #headerImages
	{
		text-align 				: right;
		margin-right 			: 10px;
	}
	
	#header #headerImages img
	{
		margin-top 				: 20px;
		margin-right 			: 10px;
		border 					: 1px solid #fff;		
	}
	

	#leftContainer
	{
		border: 0px solid red;
	}

	#leftContainer
	{
		position: absolute;
		z-index: 100;
		top: 145px;
		left: 0px;
		width: 152px;
		border-bottom	: 1px solid #C0D9F4;
		
	}

	#totalmenu ul
	{
		margin: 0px;
		padding: 0px;
		border: 0px solid red;
	}

	#totalmenu li
	{
		list-style: none;
		border: 1px solid #7B99C6;
	}
	
	#totalmenu li a
	{
		display: block;
		
		font-family: "tahoma", "sans-serif";
		text-decoration: none;
		font-weight: bold;
		color: #fff;

		padding: 2px;
		padding-left: 5px;

		border-top: 1px solid #C0D9F4;	
	}
		
	#totalmenu ul ul li a
	{
		padding-left : 20px;
		font-size : 0.9em;
	}
		
	#totalmenu ul li ul
	{
		display: none;
	}
	
	#totalmenu #menu
	{
		display :block;
	}
	
	#totalmenu ul #active
	{
		display : block;
	}

	#totalmenu ul #active ul
	{
		display: block;
	}

	#contentContainer
	{
		position: static;
		background-color 		: #fff;
		margin-left				: 152px;
		margin-right 			: 152px;
		min-height: 600px;	
		border: 1px solid #ffffff;
	}
	
	#contentBlock
	{
		margin 					: 10px;
		margin-top 				: 145px;
	}
	
	#contentBlock p
	{
		color 					: #3D5204;
		line-height				: 1.7em;
		margin 					: 1em;
	}
	
	#contentBlock h1
	{
		color 					: #3D5204; 
		font-size				: 1.3em;
		margin					: 0;
	}
	
	#contentBlock img
	{
		margin					: 0.5em;
	}
	
	#contentBlock hr
	{
		clear					: both;
		display 				: none;
	}
	
	#bannerContainer
	{
		position : absolute;
		right : 0px;
		top : 145px;
		text-align : right;
		margin-right: -1;
	}
	
	input
	{
		width					: 200px;
		border					: 1px solid #7B99C6;
	}
	
	textarea
	{
		width					: 200px;
		height					: 80px;
		overflow				: auto;
		border					: 1px solid #7B99C6;
	}
	
	button
	{
		border					: 1px solid #7B99C6;
	}
	

/* Style for the GuestBookModule*/
.guestbookBorder, .guestbook
{
	
	font-size	: 10px;
	border		: 1px solid #7B99C6;
}

.guestBookAdd {
	font-size	: 11px;
}
.guestBookAdd textarea {
	width		: 300px;
	height		: 75px;
	
}
.guestBookAdd input {
	width		: 300px;
}


 p#alinea0,
 p#alinea1,
 p#alinea2,
 p#alinea3,
 p#alinea4 {

	clear: both;
}
