body
{
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	background-color: #FFFFFF;
}

div#header
{
	border-bottom: solid 1px #48361E;
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	height:159px;
}

div#content
{
	background: url(../images/menuBG.gif);
	background-repeat: repeat-y;
	border-bottom: solid 1px #48361E
}

.container
{
	max-width: 960px;
	min-width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #48361E;
	border-right: solid 1px #48361E;
	border-top: solid 1px #48361E;
}

.container:after { content: ""; display: block; height: 0; clear: both; }


.mainContent
{
	padding: 20px 20px 20px 26px;
	width:auto;
	min-height: 219px;
	background: url(../images/greyFade.gif);
	background-repeat: repeat-y;
	margin-left:180px;
	background-color: #FFFFFF;
	font-size: 0.85em;
}

.mainContent h4
{
	/*color: #3A5D9D;*/
	color: #1C2A6D;
	font-size: 1.22em;
	padding: 0;
	margin: 0;
}

.menu
{
	display:block;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 180px;
	float:left;
}

.menu .link
{
	display: block;
	margin: 0;
	padding: 0;
	text-align:center;
	border-right: solid 1px #48361E;
	border-bottom: solid 1px #48361E;
}

.menu .link a
{
	color: #362B17;
	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #B6B18B;
}

.menu .link a:hover
{
	background-color: #888357;
}

.menu .selectedLink
{
	color: #362B17;
	padding: 10px;
	text-align:center;
	border-bottom: solid 1px #48361E;
	background-color: #888357;
}

.imageIcon {
	border:solid 1px #CCCCCC;
	background:#FEFEFE;
	padding:5px;
	text-align:center;
	width:205px;
	height:185px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	vertical-align:bottom;
}

.imageIcon img { border:none; }

.imageLink {
	color:#444444;
	text-decoration:none
}

.makePopup { clear:both; text-align:left; padding-top:10px }
.mainImg { float:left; margin-right:10px; }
.popupThumbs {}

.imageLink img {
	display:block;
	padding-bottom: 4px;
	margin: 0 auto;
}