body {

	background: #FFFFFF url("pagebg.jpg") repeat-x;

	font: 10pt "Segoe UI";

}



.page {

	width: 800px;

}



.logoholder {

	text-align: left;

	padding: 25px;

	height: 90px;

}



#logo {

	float: left;

}



.auxlinks {
	background: url("auxbg.png") top right no-repeat;
	text-align: right;
	height: 23px;
	padding: 2px 10px;
	top: 76px;
	position: relative;
	left: 612px;
	width: 154px;


}



	.auxlinks a {

		margin-left: 15px;

		color: #666666;

		text-decoration: none;

	}



	.auxlinks a:hover {

		color: #333333;

		border-bottom: 1px dotted #333333;

	}

	



.content {

	background: url("contentbg.png") top left repeat-y;

	min-height: 400px;

	text-align: left;

	padding: 0px 18px 0px 18px;

}



.content #pagelinks {

	width: 177px;

	min-height: 450px;

	height: 100%;

	background: url("contentinnerbg.png") top left repeat-x;

	display: block;

	float: left;

	

}



	.content #pagelinks a{

		width: 177px;

		display: block;

		border-top: 2px solid #FFFFFF;

		border-bottom: 2px solid #FFFFFF;

		padding: 5px 0px 5px 0px;

		text-align: center;

		margin-top: 5px;

		color: #000000;

		background: #b4c4a3;

		text-decoration: none;

	}



		.content #pagelinks a:hover{

			background: #6e7763;

			color: #FFFFFF;

		}



.content #pagetextholder {

	width: 583px;

	min-height: 450px;

	height: 100%;

	background: url("contentinnerbg.png") top left repeat-x;

	display: block;

	margin-left: 181px;

}



.content #pagetextholder #pagetext {

	padding: 20px 40px 0px 40px;

}



.content #pagetextholder #pagetext a {

	text-decoration: none;

	color: #006600;

}



	.content #pagetextholder #pagetext a:hover {

		border-bottom: 1px dotted #006600;

	}



b {

	font-weight: normal;

	color: #333333;

	border-bottom: 1px dotted #333333;

}



h1 {

	font-size: 16pt;

	font-weight: normal;

}



h2 {

	font-size: 16pt;

	font-weight: normal;

	color: #333333;

	border-bottom: 1px dotted #333333;

	margin-top: 20px;

	margin-bottom: 5px;

}



h2:first-child, h1:first-child {

	margin-top: 0px;

}



#footer {

	margin-top: 20px;

	padding-top: 10px;

	border-top: 1px dotted #999999;

	color: #999999;

}



#footer a {

	text-decoration: none;

	color: #333333;

	margin: 5px;

}



	#footer a:hover {

		border-bottom: 1px dotted #333333;

	}
