/* Archd Fergusson Styles */

a.menu {text-decoration: none; color: #315176; font-weight: bold;}
a.menu:visited {color: #315176;}
a.menu:hover {color: #312323;}

body {
	background-color: #547AA5;
	}

.multiUse {
	font-family: arial, verdana;
	font-size: 12px;
	}

.contentHolder {
	padding-left: 25px;
	padding-bottom: 10px;
	margin-top: 15px;
	}

.menuItem {
	margin-left: 7px;
	width: 128px;
	margin-bottom: 8px;
	border-bottom: 1px solid #315176;
	}

.menuBlankItem {
	margin-left: 7px;
	width: 128px;
	font-weight: bold;
	color: #315176;
	margin-bottom: 4px;
	}	
		
.menuIndentItem {
	width: 118px;
	margin-left: 17px;
	margin-bottom: 8px;
	border-bottom: 1px solid #315176;
	}

.pictureQuote {
	font-size: 10px;
	color: #315176;
	}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #315176;
	margin-bottom: 2px;
	}

/* Archd Fergusson Framework */

#mainHolder {
	border: 1px solid black;
	width: 759px;
	}
	
#menuArea {
	width: 144px;
	height: 450px;
	padding-top: 100px;
	background-image: url(images/menutop.jpg);
	background-align: top;
	background-repeat: no-repeat;
	background-color: #DED9D1;
	vertical-align: top;
	}
	
#contentArea {
	width: 615px;
	background-image: url(images/watermark.jpg);
	background-align: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	vertical-align: top;
	}