@charset "utf-8";

html,body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	height: 100%;
	min-height: 1000px;
	font-family: Times New Roman, Garamond, serif;
	font-size: 12px;
	
	}

#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 100%;
	position: relative;
	padding-top: 60px;
	z-index:1
}

#header {
	width: 900px;
	background: transparent url(../images/header_03.gif) no-repeat;
	position: relative;
	padding: 0 0 10px 0;
	height: 146px;

}

#header-name {
	position: relative;
	left: 200px;
	width: 75%;
	color: #fdf2cf;
}
#wrapper-top {
	width: 900px;
	background: transparent url(../images/woodbar_06.gif) no-repeat;
	position: relative;
	height: 100%;
}

#wrapper-mid {
	width: 900px;
	background: transparent url(../images/content_08.gif) repeat-y;
	position: relative;
	margin-bottom: 20px;
	}

#wrapper-bottom {
	width: 900px;
	background: transparent url(../images/woodbar_06.gif) no-repeat 0 100%;
	height: 100%;
}

#companyname {
	width: 900px;
	padding: 10px 0px;
	height: 49px;
}

#leftcol {
	width: 175px;
	float: left;
	margin-left: 25px;
	padding: 1em;
	height: 100%;
	margin-bottom: 10px;

}
#sidebar {
	width: 174px;
	height: 100%;

}
#sidebartop {
	width: 174px;
	background: transparent url(/images/sidebartop.gif) no-repeat;
	text-align: center;

}

#sidebarmid {
	width: 174px;
	background: transparent url(/images/sidebarmid.gif) repeat-y;
	

}

#sidebarbottom {
	width: 174px;
	background: transparent url(/images/sidebarbottom.gif) no-repeat 0 100%;

}

#rightcol {
	width: 544px;
	float: right;
	margin-right: 25px;
	padding: 1em;
	height: 100%;
	margin-top: 30px;

}
p { font-size: 14pt;
	color: #582009;

}

.tiny {
	font-size: 10pt;
}

.content-top {
	width: 544px;
	background: transparent url(/images/contenttop.gif) no-repeat;
}
.content-mid {
	width: 544px;
	background: transparent url(/images/contentmid.gif) repeat-y;
	margin-bottom: 25px;
}
.content-bottom {
	width: 544px;
	background: transparent url(/images/contentbottom.gif) no-repeat 0 100%;
}

.extrabig {
	font-size: 40px;
}

.tagline {
	font-size: 20px;
	margin-top: 0;
}
.black {
	font-weight: bold;
	font-style: normal;
	}
.blockquote {
	font-size: 13px;
	color: #000000;
	font-style: normal;
}
.italic {
	font-style: italic;
}

.lefthr {
	margin: 0 10px;
}

.leftcontent {
	float: left;
	width: 230px;
	padding: 20px;
}
.underline {
	text-decoration: underline;
}

.rightcontent {
	float: right;
	width: 230px;
	padding: 20px;
}
h1 {
	color: #fdf2cf;
	font-size: 60pt;
	padding: 0;
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h2 a {
color: #fdf2cf; 
text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 24pt;
	color: #006633;
}