@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	background-color:#CBDCB0;
	}
	
#top {
	width: 100%;
	height: 134px;
	align: center;
	text-align:center;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	}
	
#bodycontainer {
	width: 100%;
	min-height: 526px;
	height: 526px;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color:#CBDCB0;
	}
	
#bodycontent {
	width: 940px;
	min-height: 526px;
	height: 526px;
	background-image: url(../images/squarecompass-body.jpg);
	background-repeat: no-repeat;
	}
	
#bodycontent h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #282F19;
	}
	
.bodytext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 30px;
	color: #282F19;
	}
	
#bodycontent a{
	color: #426134;
	text-decoration: none;
	font-weight: bold;
}
#bodycontent a:hover {text-decoration: underline;}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282F19;
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D49;
	}
	
.copyright a{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #7D7D49; text-decoration: none;}
.copyright a:hover {text-decoration: underline;}