
body {
	background: #f2cf97;
	margin: 0px;
}

body, div, td, p {
	font: 10pt Verdana, Arial, sans-serif; 
}

a.headingLink {
	color: black;
	text-decoration: none;
	}
	
a.headingLink:hover {
	color: blue;
	text-decoration: underline;
	}


a {
	color: blue;
	}
	

h2 {  	
	font: 16pt/21pt Verdana, Arial, sans-serif;
	position: relative;
	left: -10px;
}

#menuBar {
	width: 100%;
	height: 58px;
	background: url(../sitelayout/menuBar.gif) repeat-x #d2b48c;
}

#sideBar {
	position: absolute;
	top: 53px;
	width: 138px;
	height: 5px;
	background: url(../sitelayout/sideBarTop.gif) no-repeat #efd6ad;
}

#crest {
	position: absolute;
	top: 0px;
	width: 229;
	height: 238px;
	background: url(../sitelayout/crest.png) no-repeat;
}

#linksMenu {
	position: absolute;
	top: 237px;
	width: 138px;
}

#main {
	font: 10pt Verdana, Arial, sans-serif; 
	padding-left: 180px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
}

div.button {
	font: 10pt Verdana, Arial, sans-serif;
	background: url(../sitelayout/button.gif) repeat-x;
	height: 18px;
	/* Mozilla */
	width: 120px;
	padding-left: 15px;
}

/* Box Styles */
.maroonBox {
	color: maroon; 
	font-size: x-small;
	padding: 10px;
	border: 1px outset #f2cf97;
	background-color: #e7c48c;
}

.blueBox {
	border: 1px outset #c0c0c0; 
	padding: 10px; 
	background-color: #ccccff; 
	text-align: left;
}

.clearBox {
	border: 1px outset #c0c0c0; 
	padding: 10px; 
	background-color: #F2CF97; 
	text-align: left;
}

.pinkBox {
	background-color: #ffcccc;
	border: 1px outset #ffcccc;
	padding: 10px;
}

.silverBox {
	background-color: #c0c0c0;
	border: 1px outset #c0c0c0;
	padding: 10px;
}

.purpleBox {
	background-color: #e0aaee;
	border: 1px outset #e0aaee;
	padding: 10px;
}

.whiteBox {
	background-color: white;
	border: 1px outset gray;
	padding: 10px;
}

.tanBox {
	background-color: #ffcc66;
	border: 1px outset #ffcc66;
	padding: 10px;
}

.greenBox {
	background-color: #66cc99;
	border: 1px outset #66cc99;
	padding: 10px;
}

.advertBox {
	border: 1px outset #eecebe;
	background: #eecebe;
	padding: 10px;
	text-align: center;
}

.headingCenter {
	font: 12pt/16pt Verdana, Arial, sans-serif;
	text-align: center;
	width: 100%;
	color: black;
	font-weight: bold;
}

/* Footer */
div.footer {
	background: url(../sitelayout/bottomBar.gif) repeat-x; 
	padding: 4px;
	text-align: center;
}

td.footer {
	font-family: Verdana;
	color: #6a5f52;
	font-size: 7pt;
	padding-left: 15px;
	padding-right: 15px;
}

/* All images should have a border around them */
img.border {
	border: 1px outset #969292;
}

/* A more solid looking border */
img.blackBorder {	
	border: 1px solid black;
}

/* Image captions should be surrounded with <span class="caption"> ... </span> */
.caption {
	color: blue;
	font-size: x-small;
}

/* Form Elements */
select.small {
	font-size: xx-small;
	width: 128px;
	background-color: #f7f0e1;
}

/* by default links are black, turning to blue
this link is more obviously linky */
a.blueLink {
	color: blue;
	text-decoration: underline;
}

a.blueLink:hover {
	color: white;
}
