body {
	color: #00335F;
	font-size: 13px;
	font-family: times, "times new roman", serif;
	}

p, td {
	color: #00335F;
	font-size: 13px;
	}

a {
	color: #C31F00;
	text-decoration: none;
	}

input, textarea {
	font-family: times, "times new roman", serif;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #00335F;
	}

#holder {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -460px;
	width: 920px;
	height: 520px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #00335F;
	}

#navigation {
	position: absolute;
	left: 0px;
	top: 480px;
	height: 41px;
	width: 920px;
	background: #00335F;
	}

#menuholder {
	position: absolute;
	left: 32px;
	top: 0px;
	}
	
ul.menu {
	padding: 0px;
	margin: 0px;
	}
	
li.menu {
	padding: 0px;
	margin: 0px;
	margin-right: 11px;
	list-style-type: none;
	float: left;
	}
	
#contentholder {
	overflow: auto;
	width: 627px;
	}
	
#content {
	width: 560px;
	}
