body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#headerContainer {
	background-color: #C4BEBB;
	text-align: center;
	background-image: url(images/headergrad3.gif);
	background-repeat: repeat-x;
}
.navContainer {
	text-align: center;
	background-color: #5d6b77;
	padding: 12px;
	color: #FFFFFF;
	margin-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #455F7B;
}
a:visited {
	color: #645574;
}
a:hover {
	color: #A07241;
}
a.topNav:link
{
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-size: 14px;
	margin-right: 16px;
	font-weight: normal;
	margin-left: 16px;
}
a.topNav:visited
{
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	margin-right: 16px;
	font-weight: normal;
	font-size: 14px;
	margin-left: 16px;
}
a.topNav:hover
{
	COLOR: #C4BEBB;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-right: 16px;
	font-weight: normal;
	font-size: 14px;
	margin-left: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C4BEBB;
	font-weight: lighter;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: lighter;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D6B77;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin-bottom: 0px;
}
.clearboth {
	clear: both;
}
.flickrFrame {
	background-color: #000000;
	padding: 10px;
	border: 4px solid #C4BEBB;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
.content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
#footer {
	text-align: center;
	width: 760px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}
.newsItem {
	width: 200px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #D3CECC;
	border-right-color: #D3CECC;
	border-bottom-color: #D3CECC;
	border-left-color: #D3CECC;
	padding-top: 5px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 272px;
}
.newsImg {
	width: 200px;
	height: 150px;
	vertical-align: bottom;
}

