A:visited {
	color: #000033;
	text-decoration: none;
}

TD {
	font-size: 14px;
	font-family : Arial;
}

TD.nav {
	font-size: 14px;
	font-family : Arial;
}

P {
	font-size: 14px;
	font-family : Arial;
}

TD.smaller {
	font-size: 14px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 14px;
	font-family : Arial;
	color : #000000;
}



body {
	border: 0;
	padding: 0;
	background-image: url("images/bg_pattern.jpg");
	background-color: #f6f2e7;
	text-align: center;
	min-width: 600px;
	font-family:Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header img {
	border:none;
	}


#navigation {
	height: 28px;
	background-image: url("images/navigation.jpg");
	display: block;
}
#navigation div {
	font-size:13px;
	background: url('images/separators.gif') no-repeat right;
	padding-right: 5px;
	font-weight:bold;
	list-style: none;
	line-height: 28px;
	float: left;
}
#navigation div a {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
}

#content {
	text-align: left;
	font-size: 14px;
	font-family: sans-serif;
	color: black;
	padding: 25px;
}

h1 {
	line-height: 100%;
	font-family: sans-serif;
	color: #1957b1;
	font-weight: bold;
	font-size: 34px;
}

h2 {
	line-height: 100%;
	color: red;
	font-weight: bold;
	font-size: 20px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: center;
	font-size: 10px;
	color: #666;
	font-variant: normal;
	font-family: sans-serif;
	height: 31px;
	background-image: url("images/footer.jpg");
	
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
}