body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #fff;
	color: #777;
	padding: 0px;
	margin: 0px;
}

/* Div layout boxes */
#container {
	width: auto;
	margin: 20px;
}

/* Left column */
#leftColumn {
	width: 135px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#address {
	position: absolute;
	top: 69px;
	left: 10px;
	width: 135px;
	height: 110px;
	font-size: 85%;
	color: #888;
	text-align: right;
}
#address p {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
#menu {
	background-image: url(images/menuBG.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 180px;
	left: 20px;
	width: 135px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
#menu ul {
	margin: 5px 15px 0px 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	text-align: right;
	color: #868686;
	font-weight: bold;
	border-left: 0px;
}
#menu ul ul {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#menu ul ul li {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #868686;
}
#menu li a:hover {
	text-decoration: none;
	color: #000;
	padding: 5px;
}
#menu li.selected {
	list-style-type: square;
	color: #f00;
}
/* / Left column */

/* Middle column */
#middleColumn {
	margin-left: 160px;
	margin-right: 160px;
}
#logo {
	text-align: left;
}
#logo img {
	margin: 0px;
	border: 0px;
}
#mainContent {
	font-family: Verdana;
	width: auto;
	padding: 10px;
	background-image: url(images/bottomLeftBorder.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 80%;
	text-align: right;
}
#footer ul, #footer ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#footer ul li a:link, #footer ul li a:visited {
	margin: 0px;
	text-decoration: none;
	color: #c4c0bf;
}
#footer ul li a:hover {
	margin: 0px;
	text-decoration: none;
	color: #990000;
}
/* / Middle column */

/* Right column */
#rightColumn {
	position: absolute;
	right: 20px;
	width: 135px;
	top: 180px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/* / Right column */

/* Redundant elements */
#search {
	float: right;
	display: none;
}
#header div#search form {
	display: none;
}

#biscuitTrail {
	font-size: 80%;
	display: none;
}
/* Redundant elements */

/* Headings */
h1 {
	color: #999966;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	position: relative;
}
h2 {
	color: #31322F;
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	position: relative;
	border-bottom: 1px solid #5B6543;
}
h3 {
	color: #3B263F;
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	position: relative;
}
/* Text classes */
p {
	line-height: 16pt;
}
/* Link classes */
a:link {
	color: #00f;
    text-decoration: none;
}
a:hover {
	color: #00f;
    text-decoration: underline;
}
a:visited {
	color: #950000;
    text-decoration: none;
}
/* Other classes */
.break {
	clear: both;
}

