#blue {
	color: #002284;
}
#parchment {
	color: #E9E5C0;
}
#taupe {
	color: #CFCDAE;
}
#grey {
	color: #666666;
}

body {
	background-color: #F4F4E6;
	color: #000000;
	font-family: "trebuchet ms", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 10px;
	border: none;
	text-align: center;
}
.pageContainer {
	width: 725px;
	border-left: 1px solid #002284;
	border-right: 1px solid #002284;
	border-bottom: 1px solid #002284;
	text-align: left;
	background-image: url(../images/parchment_bg2.jpg);
	z-index: 10;
	background-repeat: repeat-y;
}
.graphics {
	background-image: url(../images/lca_grayline_bg_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 20;
	width: 723px;
	height: 272px;
}
h1 {
	color: #002284;
	font-size: 18px;
}
h2 {
	color: #002284;
	font-size: 11px;
	font-weight: bold;
}
address, address a:link, address a:visited, address a:active {
	color: #666666;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}
address a:hover {
	color: #002284;
	text-decoration: underline;
}
.tagline {
	color: #ffffff;
	background-color: #002284;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.left {
	float: left;
}
/*.parchment {
	border: 1px solid #000000;
	width: 143px;
	height: 100%;
	position: relative;
	top: 160px;
	left: 25px;
	background-image: url(../images/parchment_bg.jpg);
	z-index: 10;
	background-repeat: repeat-y;*/
}
.menuMain {
	float: left;
	margin-top: -50px;
	margin-left: 10px;
	z-index: 1000;
}
.content {
	position: relative;
	margin-top: -85px;
	margin-left: 300px;
}
.footer {
	width: 557px;
	float: right;
}
#center {
	text-align: center;
	width: 100%;
}
.menuTop {
	float: right;
	margin-top: -120px;
}
#border {
background-color: #000000;
border: 5px solid #cfcdae;
}
dt {
	color: #002284;
	font-weight: bold;
	}