@charset "UTF-8";
.twoColFixLt #container {
	width: 900px;
	margin-left: 200px;
	margin-top: 10px;
	position: relative;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 3em;
	margin-left: 280px;
	color: #FFF;
	width: 400px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.input.text { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #000;
}
#NavigationBar {
	width:680px;
	height:100px;
	margin-left: 340px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 5px;
	clear: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: 130%;
	margin: 0px;
}
h1, h2, h3 {
	margin-top: 0.7em;
	margin-bottom: 0em;
	margin-right: 0em;
}
ul {
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 35px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #606;
	margin-bottom: 0px;
	margin-top: 20px;
}
#Page-Headers {
	position:relative;
	width:510px;
	height:80px;
	margin-left: 100px;
}
html {
	background: url(../images/Texture-mono.jpg) repeat fixed;
}
