
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #F5EBE3;
	text-align: center;
	
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 110px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-color: #D7AB8B;
	
}
#headerbox	{
	margin: 0 0 0 500px;
	padding: 0;
	color: White;
	font-family: "AvantGarde Bk BT";
}
/* This headerbox p gets rid of the top 5px page margin in Firefox */
#headerbox p {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: larger;
	font-weight: bold;
}
#clear {
	clear: both;
}
#content {
	padding: 20px 0 0 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	min-height: 360px;
}
#content2 {
	text-align: left;
	margin: 10px 10px 10px 20px;
}
#content3 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	padding-top: 10px;
}
#contain {
	
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	
}

#leftcol200 {
	float: left;
	width: 200px;
	text-align: center;
	border: thin solid #330505;
}
#rightcol200 {
	float: right;
	width: 200px;
	text-align: center;
	border: thin solid #330505;
}

#navigation {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	padding-top: 5px;
	background-color: #330505;
	height: 20px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	
	padding: 0 25px 0 25px;
	color: #d7ab8b;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;
}
/* Secondary Navigation */
#navigation2 {
	width: 700px;
	
	margin: 0 auto 5px auto;
	padding: 0;
	padding-top: 5px;
	background-color: #D7AB8B;
	height: 20px;
}

#navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation2 li {
	display: inline;
}
#navigation2 a:link, #navigation2 a:visited {
	
	padding: 0 10px 0 10px;
	color: #330505;
	text-decoration: none;
}
#navigation2 a:hover {
	color: #ffffff;
}
#footer {
	width: 100%;
	margin: 10px 0 0 0;
	padding-top: 10px;
	height: 90px;
	
	background-color: #D7AB8B;
	color: White;
	font-family: "AvantGarde Bk BT";
	font-weight: bold;
	
}

#strip1 {
	width: 680px;
	height: 80px;
	background-image: url(images/strip2.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}


img.Left {
	float: left;
	margin: 2px 5px 2px 0;
}
img.Right {
	float: right;
	margin: 2px 0 2px 5px;
}

.current {
	color: #ffffff;
}
.copyright {
	text-align: left;
	font-size: 10px;
}
li {
	margin: 0 0 10px 0;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.subhead {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.centrebox {
	margin: 10px auto;
	width: 500px;
}


