﻿@import url("layout.css");
body {
	font-size: 16px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ddb;
	background-image: url(../images/lblue152.to.green.lighter.gif);
}
#container {
	max-width: 1024px;
	margin: auto;
	width:expression(document.body.clientWidth > 971 ? "1024px": "auto" );
}
#masthead {
	text-align: right;
	overflow: auto;
}
#contentcolumn{
	margin-left: 151px; /*Set left margin to LeftColumnWidth*/
	max-width: 700px;
	width:expression(document.body.clientWidth > 850 ? "700px": "auto" );
	float: left;
}

#leftcolumn{
float: left;
width: 151px; /*Width of left column*/
margin-left: -100%;
}

#sidebar {
	float: left;
	width: 151px;
	/*	background-color: #cdf; */
	position: static;
	clear: both;
	display: inline;
	height: 100%;
}
#content_block {
	background-color: #FFFFFF;
	height: 100%;
}
#content {
	font-size: 16px;	
	float: left;
	overflow: auto;
	position: static;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
/*	max-width: 650px; 
	min-width: 200px; */
	padding-bottom: 35px;
	text-align: justify;
	line-height: 1.5em;
}
#content img {	display: block;}
#footer {
	clear: both;
	overflow: auto;
}
#page_content{
	background-color: #cfe;
	background-image: url(../images/lblue152.lighter.cropped.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}
#content_container{
	float: left;
	width: 100%;
}
#masthead img {	float: left;}
#masthead p {	text-align: right;	margin: 0;	margin-top: 5px;	margin-right: 10px;	padding: 0;}
/* Styles for Navigation */
#sidebar ul {	list-style-type: none;	width: 100%;	display: block;	margin: 0;	padding: 0;}
#sidebar li {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cfe;
}#sidebar li:hover { 
	background-color: #cfe;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
}
#sidebar a:hover {	font-weight: bold;	text-decoration: none;	color: #04b;}
/* Styles for Footer */
#footer p {	font-size: 0.9em;	text-align: center;	margin: 0px;	padding: 2px;}
#footer a {	color: #333;	text-decoration: underline;}
#footer a:hover {	color: #333;	text-decoration: none;}
a {	color: #04b;	text-decoration: underline;}
a:hover {	color: #333;	text-decoration: underline;}
.style_bold {	font-weight: bold;}
.style_italic {	font-style: italic;}

/* styles from template (html file) */

address

	{margin-bottom:.0001pt;

	font-size:12.0pt;

	font-family:"Times New Roman";

	font-style:normal;

	margin-left: 0in;

	margin-right: 0in;

	margin-top: 0in;

}

.style2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;

	line-height: 1.5em;

}

.style5 {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.style6 {
	text-align: center;
	padding: 8px;
}

.style8 {

	font-size: large;

/*	font-family: "Times New Roman", Times, serif; */

}

.style9 {
	margin: 0px;
}

.style10 {

	text-align: left;

}

