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

body {
	background-color: #cccc66;	
}

h1 {
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #cccc66;
	text-decoration: none;
}
ul {
	text-decoration: none;
	list-style-type: none;
	text-indent: -28px;
}
li {
	color:#666666;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
}

#container {
	margin: 0 auto;
	background-color: rgb(196, 109, 69);
	width: 800px;
	height: 650px;
}
#banner {
	width: 800px;
	height: 130px;
}
#navbar {
	width: 800px;
	height: 30px;
	background-color: rgb(43,60, 40);
	margin: 0px 0px 30px 0px;
}
#main {
	width: 800px;
	height: 247px;
	/*background-image: url(images/homepainting.jpg);*/
}
#footer {
	width: 800px;
	height: 65px;
	padding: 70px 0px 0px 0px;
	text-align: center;
	clear: both;
}
/*#leftcolumn {
	width: 430px;
	height: 515px;
	background-image:url(images/leftcol_back.gif);
	background-repeat: no-repeat;
	float: left;
}
#rightcolumn {
	width: 356px;
	height: 515px;
	float: left;
	text-align: center;
}
/*


/*Formatting*/
.addressblock {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.logo {
	padding: 15px 15px 0px 0px;
	margin: 0px 15px 0px 45px;
	float: left;
}
.homemail {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding: 45px 0px 0px 0px;
	margin: 0px 50px 0px 500px;
	text-decoration: underline;
}
.homemail a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}	
.homemail a:hover {
	color:#cccc66;
	text-decoration: none;
}
.navtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
}
.navtext a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.navtext a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.navtext a:hover {	
	color: #cccc66;
	text-decoration: none;
}
.navlistleft_text a:hover {
	color:#999999;
	text-decoration: none;
}
.homepic {
	margin: 8px 0px 0px 0px;
}
.toptext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.pictagline {
	font-family: Aril, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	margin: 8px 0px 15px 0px;
}
.whatsnewlink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(43,60,40);
	padding:5px 0px 0px 605px;
	margin: 0px 0px 0px 0px;
}
.whatsnewlink a:visited{
	color: rgb(43,60,40);
	text-decoration: none;
}	
.whatsnewlink a:hover {
	color:#cccc66;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 50px 0px 20px 0px;
	margin: 80px 0px 10px 0px;
	display: inline; /*IE Hack*/
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

