/*************************************Start redefine browser defaults*************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
/*	background:url(/images/bkg.png) no-repeat; */
}
span.stream	{	font-weight:bold;
			color:#003300;
			font-size:120%;}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}
strong {
	font-weight:bold;
}
p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin-top: 1em;
	margin-bottom: 1em;
}
li {
	list-style:square;
}
li, dd {
	margin-left:5%;
}
fieldset {
	padding: 0.5em;
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	color:#4C4C4C;
	text-decoration: underline;
}
a:hover {
	color:#660000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}
/*************************************End redefine browser defaults***************************************/

/******************************************Start layout styles*******************************************/
#container {
	width:955px;
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
}
#header {
	margin-bottom:1em;
}
#main-content {
	margin-top:1em;
	padding:0em 0.5em 2em;
	overflow:auto;
	margin-bottom:1em;
}
#column-one {
	float:left;
	width:36.5em;
}
#column-one-wide {
	float:left;
	width:100%;
}
#column-two {
	margin-left:38em;
}
#footer {
	height:40px;
	width:955px;
	clear:both;
	position:fixed;
	top: auto;
    right: auto;
    bottom: 0;
    left: auto;
}
/******************************************End layout styles**********************************************/

/******************************************Start header styles**********************************************/
#header h1 {
	background:url(/images/logo.png) no-repeat;
	width:335px;
	height:61px;
	float:left;
	margin:0;
}
#header ul {
	margin:0;
	padding-top:2.9em;
	float:right;
}
#header ul li {
	list-style:none;
	float:left;
	padding: 0 0 0 1em;
	margin:0;
	font-weight: bold;
}
#header ul li a:link {
	color:#4C4C4C;
	text-decoration: none;
}
#header ul li a:visited {
	color:#4C4C4C;
	text-decoration: none;
}
#header ul li a:hover {
	color:#000000;
	text-decoration: none;
}
#header ul li a:active {
	color:#4C4C4C;
	text-decoration: none;
}
#header .line {
	clear:both;
	height:0.3em;
	background: #9A8676;
}
/********************************************End header styles**********************************************/

/****************************************Start main-content styles******************************************/
#main-content p {
	font-size:0.9em;
}
#main-content li {
	margin-left:1em;
	font-size:0.9em;
}
.box-one {
	background: url(/images/box_bkg.png) repeat;
	padding:1em;
	border:1px solid #9A8676;
	margin-bottom:2em;
}
.box-two {
	margin-bottom:2em;
}
.box-two img {
	margin-bottom:1em;
}
.box-one p {
	line-height:1.5em;
}
.box-one h2 {
	color:#660000;
	margin:0;
}
.box-one h4 {
	margin:0;
	color:#663300;
}
.box-two h3 {
	color:#660000;
}
.box-two h4 {
	color:#663300;
	margin:0;
}
.box-two p {
	margin:0;
	line-height:1em;
}
/*****************************************End main-content styles*******************************************/

/*******************************************Start footer styles*********************************************/
.footer-transparency {
	background:url(/images/footer_bkg.png);
	height:40px;
}
#footer p {
	font-size:0.8em;
	margin:0;
	padding-top:15px;
	padding-left:10px;
	display:inline;
	float:left;
	color:#FFFFFF;
}
#footer ul {
	margin:0;
	padding-top:13px;
	padding-right:20px;
	float:right;
}
#footer li {
	list-style:none;
	float:left;
	padding: 0 0 0 1em;
	margin:0;
	font-weight: bold;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#9A8676;
	text-decoration: none;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}
/********************************************End footer styles**********************************************/

/******************************************START Miscellaneous Styles*************************************/

#header h1 { /*Hide text for image replacement*/
	text-indent: -100em;
	overflow: hidden;
}
/******************************************END Miscellaneous Styles***************************************/