body {
	text-align:		center;
	margin:			0px;
	padding:		0px;
	background: 	#e6e6e6; 
	background-repeat:		repeat-y;
	background-image:		url(pics/bg.bmp);
	background-position:	center;
} 

a {
	text-decoration:none;
}

a:link  {
	color: 			#000000;
	text-decoration:none
}
a:visited {
	color:			#000000;
	text-decoration:none
}
a:hover {
	color: 			#8e0000;
	text-decoration:none
}


img{  
	border-style: 	none;
	padding:		0px;
	margin:			0px;
}

.container {
	margin: 		0 auto;
	padding:		0px;
	width: 			825px;
}

.header {
	width:			825px;
	height:			400px;
	margin: 		0px;
	padding:		0px;
	text-align:		center;
}

.logo {
	width:			805px;
	height:			60px;
	padding-left:	20px;
	padding-top:	20px;
	padding-bottom: 20px;
	text-align:		left;
	margin: 		0px;
}

.subPageLogo {
	width:			805px;
	height:			60px;
	padding-left:	20px;
	padding-top:	0px;
	padding-bottom: 20px;
	text-align:		left;
	margin: 		0px;
}

.flash {
	width:			825px;
	height:			286px;
	padding:		0px;
	margin: 		0px;
	text-align:		left;
}

.main {
}

.leftBox {
	width:			557px;
	float:			left;
	margin:			0px;
	padding:		0px;
}

	.topImageBox {
		margin:					0px;
		padding:				0px;
		height:					32px;
	}
	.borderedBox {
		width:					507px;
		margin:					0px;
		min-height:				200px;
		padding:				20px;
		border-left-style:		solid;
		border-left-width: 		5px;
		border-left-color:		#dfdfdf;
		border-right-style:		solid;
		border-right-width: 	5px;
		border-right-color:		#dfdfdf;
		border-bottom-style:	solid;
		border-bottom-width: 	5px;
		border-bottom-color:	#dfdfdf;
		text-align:				left;
		font-family:			Verdana;
		font-size:				13px;
	}

.rightBox {
	width:			224px;
	height:			200px;
	margin-left:	14px;
	padding:		10px;
	border-style:	solid;
	border-width: 	5px;
	border-color:	#dfdfdf;
	text-align:		left;
	float:			left;
	font-family:	Verdana;
	font-size:		11px;
}

.footer {
	float:			left;
	margin-top:		30px;
	width:			825px;
	padding:		0px;
	height:			50px;
	border-top-style:	solid;
	border-top-width: 	5px;
	border-top-color:	#dfdfdf;
	text-align:		center;
	font-family:	Verdana;
	font-size:		11px;
}

p.red { 
	color: 			#8e0000;
	margin-top: 	6px;
	margin-bottom: 	6px;
}

p.gray { 
	color: 			#8e0000;
	margin-top: 	6px;
	margin-bottom: 	6px;
}

p.title { 
	margin-top: 	12px;
	margin-bottom: 	12px;
	text-align:		center;
	font-weight:	bold;
}

p.section {
	margin-left: 	20px;
	margin-top: 	6px;
	margin-bottom: 	6px;
}

p.subsection {
	margin-left: 	40px;
	margin-top: 	6px;
	margin-bottom: 	6px;
}

td.leftCell {
	text-align:		right;
	width:			35%;
	padding:		5px;
}

td.rightCell {
	text-align:		left;
	padding:		5px;
}
