@charset "UTF-8";
#header {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	background: #CCCCCC;
	color: #CD0908;
	width: 100%;
	padding: 8px;
	left: 0px;
	top: 0px;
	clip: rect(auto,auto,auto,0px);
	border-bottom: thin solid #C60909;
	margin-left: -20px;
	padding-right: 40px;
	padding-left: -10px;
}
/*CSS Shorthand used throughout*/
/*HTML Tag Styles*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	text-align: left;
	padding: 0px 20px 30px;
}
h1 {
	color: #C72B01;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border-top: thin dotted #666666;
	padding-top: 10px;
}
h2 {
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: bolder;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.6em;
	margin-right: 5em;
	font-style: normal;
}
p, ul, ol, dl {
	margin: 0px 20px 7px;
}
ul {
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	list-style: none;
}
#contentLeftCol ul {
	text-align: right;
}
#contentLeftCol li a:link, #contentLeftCol li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #2E332F;
}
#contentLeftCol li a:hover, #contentLeftCol li a:active {
	text-decoration: underline;
}
a:link, a:visited/*a or anchor tags - the four states that must appear in the following order - L, V, H, A Styles*/
 {
	color: #233E35;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}
a:hover, a:active {
	color: #009B6B;
}
/Class Styles - can be applied more than onnce on a page*/
.bold {
	font-weight: bold;
	color: #cc0000;
}
.italic {
	font-style: italic;
	color: #000000;
	font-size: 0.8em;
}
.blue {
	color: #4FD2BD;
}
.boldWord {
	font-weight: bolder;
	color: #333333;
	font-size: 0.9em;
}
#Info {
	text-align: left;
	text-indent: -20px;
	border-top: thin dotted #999999;
	border-bottom: thin dotted #999999;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	padding-top: 5px;
}
#Samples {
	border-bottom: thin dotted #999999;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-right: -20px;
}
/*DIV ID Styles - can only be used once per page*/
#content {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 400px;
}
#contentLeftCol {
	float: left;
	width: 242px;
	margin: 30px 0px 0px;
	position: relative;
	height: 100%;
}
#contentRightCol {
	float: right;
	margin: 100px 0px 0px;
	position: relative;
	width: 65%;
}
