#AddressBox {
	color: #333333;
	background-color: #B5D3DF;
	text-align: center;
	padding: 6px;
}
a {
	color: #307199;
	text-decoration: none;
}

#mainContent {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
#nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 50px;
	line-height: 30px;
}

p {
	margin-top: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EEEAEA;
	text-align: justify;
	margin: 8px;
}
#outerTable {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
a:hover {
	color: #307199;
	text-decoration: underline;
}
#extraStuff {
	border: 3px solid #BFBFBF;
	padding: 15px;
	height: 100%;
	background-image: url(images/cif.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #2F8EC5;
}
.greyText {
	color: #666666;
}
.smallgreyText {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
