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

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background: #e0e0e0;
	text-align:center;
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	font-size:12px;
	line-height: 16px;
}
p span {
	font-size: 13px;
	color:#666666;
	line-height: 16px;
}
h1 {
	margin:0;
	padding:0;
	font-size: 24px;
	font-weight:bold;
	color:#999999;
	text-align: left;
	padding-top: 0px;
	line-height: normal;
	vertical-align: top;
}
.style1 {font-size: 10px
}
h1 span {
    font-size:12px;
    font-weight:normal;
}
h2 {
	color:#333333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2pt;
	margin-top: 25px;
}
h3 {
	color:#333333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2pt;
}
ul {
	list-style-type:circle;
}
ul li {
	font-size: 12px;
}
.clear {
	clear:both;
}
.clearline {
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 678px;
	margin-left: auto;
	margin-right: auto; 
}
#container {
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	background: #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
#header {
	height: auto;
	width: 678px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	display:block;
	width:678px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#navigation img {
	float:right;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation a {
	display:block;
	font-size:12px;
	color:#996633;
	text-decoration:none;
	margin:5px 0;
}
#navigation a:hover {
	color:Black;
	text-decoration:underline;
}
#navigation a.thisPage {
	color:#666666;
}
#navigation a:hover.thisPage {
	color:#666666;
	text-decoration:none;
}
#main-content {
	width:678px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#TextBlock
{
	text-align:left;
	margin:30px 0 0 0px;
	width:400px;
	z-index: 4;
	min-height: 300px;
}
#PageImages {
	float:right;
	width:220px;
	z-index: 5;
	min-height: 300px;
}
img#mainImg {
	margin-top:5px;
}
#pageTitle {
	float: left;
	height: 45px;
	width: 678px;
	margin-left: 41px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0px;
}
#footer {
	text-align: left;
	height: 80px;
	width: 678px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#footer p {
	font-size:10px;
}
#logo {
	float: right;
	height: auto;
	width: auto;
}
#copyright {
	float: left;
	width: 300px;
}
#web-design-credits {
	float: right;
	width: 300px;
	text-align: right;
}
