body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align:	center;
	background: #999999;
	}
p {
	margin-left: 10px;
	}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	.headings {
		font-size: 16px;
		font-weight: bolder;
		}
	.subHeadings {
		font-size: 12px;
		font-weight: bold;
		}
	.bold {
		font-weight: bold;
		}
	.ibold {
		font-weight: bold;
		font-style: italic;
		}
#header {
	}
	.whiteHead {
		height: 90px;
		background-color: #FFFFFF;
		}
	.redHeading {
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		}
	.redHead {
		background-color: #E60D2E;
		color: #FFFFFF;
		text-align: center;
		padding: 10px 0px 5px 0px;
		}
	.redHead a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		}
	.redHead a:hover {
		color: #000000;
		}
	.whiteStar {
		margin-bottom: -3px;
		}
#content {
	padding: 10px 10px 10px 10px;
	overflow: auto;
	height: 400px;
	}
	table {
		width: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 12px;
		border-collapse: collapse;
		background: #FFFFFF;
		}
		a {
			color: #e60d2e;
			text-decoration: none;
			}
		a:hover {
			color: #999999;
			}
	.leftNav {
		width: 150px;
		text-align:	center;
		}
		.staffTable {
			font-size: 10px;
			}
	.rightNav {
		width: 150px;
		background-color: #EEF1F2;
		text-align:	center;
		}
#footer {
	clear: both;
	background-color: #E60D2E;
	width: 100%;
	text-align:	center;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	}