/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 100%;
	margin: 0 auto 0 auto;
	color: #333;
	line-height: 130%;
	background-color: #ffffff;
}
#top {
	padding: 0;
	margin-top: 0;
	background-color: #ddd;
	background-image: url("../_assets/images/LCS_background.jpg");
	background-repeat: repeat-x;
}
#top h1 {
	padding: 0;
	margin: 0;
}
#leftnav {
	float: left;
	width: 180px;
	margin: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	/**
   background-color: aqua;
**/

}
#LeftNavLayer {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 183px;
	height: 300px;
	z-index: 1;
}
#LeftNavLayer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 0em;
	font-size: 12px;
}
#LeftNavLayer a {
	display: block;
	padding: 3px;
	width: 183px;
	background-color: #fff;
	border-bottom: 1px dashed #369;
	padding-left: 14px;
}
#LeftNavLayer a:link, #navlist a:visited {
	color: #2F9531;
	text-decoration: none;
}
#LeftNavLayer a:hover {
	background-color: #369;
	color: #fff;
}

#content {
	margin-left: 200px;
	border-left: 1px dashed gray;
	margin-right: 50px;
	border-right: 1px dashed gray;
	padding: 1em 1em 5em 1em;
	max-width: 36em;
	line-height: 1.4em;
}
/* keep superscript and subscript text from breaking the line-spacing */

#content sup {
	font-size: 85%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.53em;
}
#content sub {
	font-size: 85%;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}
/* The negative top-margin in #footer is an IE hack */

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 80px;
	color: #333;
	background-image: url("../_assets/images/noisy_grid.png");
	background-repeat: repeat;
	margin-top: -17px;
}
#leftnav p, #rightnav p {
	margin: 0 0 1em 0;
}
#content h2 {
	margin: 1.5em 0 .5em 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ccc8c9;
}
a:link, a:visited, a:active {
	color: #339933;
	text-decoration: none;
}
a:hover {
	color: #006699;
}
/* overrides decoration from previous rule for hovered links */


img {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #334d55;
}
h2 {
	font-size: 114%;
	color: #006699;
}
h3 {
	font-size: 100%;
	color: #334d55;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
h5 {
	font-size: 100%;
	color: #334d55;
}

ol li {
	margin-bottom: 1em;
}


/* keep superscript and subscript text from breaking the line-spacing */

sup {
	font-size: 85%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.53em;
}
sub {
	font-size: 85%;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}
.breadcrumb {
	font-size: 9pt;
	text-transform: lowercase;
}
.readon {
	font-size: 9pt;
	text-transform: lowercase;
	text-align: right;
	margin-right: 30px;
}
/* some classes for forms */


.fieldlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.typein {
	font-family: "Courier New", Courier, monospace;
	color: #339933;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px;
	border-color: #999999;
	border-style: dashed;
}
.submitbutt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #339933;
	background-color: #FFFFFF;
	border: 1px;
	border-color: #999999;
	border-style: dashed;
	padding: 2px;
	outline: none;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
