#container {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333300;
	border-right-color: #333300;
	border-bottom-color: #333300;
	border-left-color: #333300;
	background-color: #FFFFFF;
}
#header {
	height: 170px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
	background-color: #414206;
	overflow: hidden;
}
#header .logo {
	margin-top: 10px;
	margin-left: 3%;
	float: left;
}
#header .slideshow {
	float: right;
	width: 450px;
	text-align: right;
	height: 170px;
}
#nav {
	background-image: url(images/nav_back.jpg);
	width: 100%;
	background-color: #694A85;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
	display: inline;
	}
#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	}
#divider {
	background-image: url(images/divider.jpg);
	background-repeat: repeat-x;
	height: 17px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 400px;
}
#content #row1 {
	background-image: url(images/row1_back.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #6A720D;
	overflow: hidden;
	height: 199px;
	width: 100%;
}
#content #row1 #row1_box {
	background-color: #808639;
	background-repeat: repeat-x;
	background-position: left top;
	width: 50%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/row1_box_back.jpg);
}
#row1 a {
	color:#FFFFFF;
}

#row1 .backgroundimage {
	float: right;
	margin-top: 18px;
}
#content #row2 {
	padding: 15px;
}
#purplebox {
	background-color: #9D7AB8;
	background-image: url(images/purplebox_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	width: 35%;
	color: #FFFFFF;
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	display: inline;
}
#purplebox h1 {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}

#SCLDfooter {
	background-color: #E3E9A0;
	background-image: url(images/footer_hat.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	overflow: hidden;
	clear: both;
	float: none;
}
#SCLDfooter .scld {
	float: left;
	width: 360px;
	border: 1px solid #FF0000;
}
#SCLDfooter1 {
	background-image: url(images/footer1_back.jpg);
	background-repeat: repeat-x;
	height: 20px;
	background-color: #434603;
	margin-top: 2px;
}
#address {
	height: 100px;
	width: 500px;
	margin-right: 0px;
	margin-left: auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
}
#address h3 {
	line-height: 100%;
}
#address p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#pagefooter {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #666666;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.button {
	display: block;
	float: left;
	height: 38px;
	width: 147px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 35px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	text-decoration: none;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 110%;
}
	
a.button, a.button:link, a.button:visited, a.button:active {
	text-decoration: none;
	font-size: 12px;
	}
a.button:hover {
	color: #583974;
	text-decoration: none;
	background-image: url(images/button_hover.png);
	}

