﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	background-color: #fff;
}
@media print {TABLE.noprint, DIV.noprint {display:none} } 
#container {
	width: 100%;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {display: none;}
#page_content {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-height:430px;
}
#content {
	position: relative;
	width: 100%;
	text-align: left;
}
#sidebar {display: none;}
#footer {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
	margin-top: 0; margin-bottom: 0;
}
ul {margin: 0 0 0 15px; padding: 0 0 0 15px;}
p {	margin: 0; padding: 0;}

#content img {
	padding: 5px;
	border: 1px solid #708090;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.clear {	clear: both;}

tr {	padding-bottom: 3px; border-bottom: 5px #ccc dotted;}

/* ========================= two columns  ================================== */
.left {		position: relative;	float: left;	left: 0px;	width: 46%;	
padding: 0 5px 0 0;	margin: 0;	text-align: left;}

.right {  	text-align: left;	padding: 0px 5px;    margin: 0 5px 0 50%;}

