@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
} 
.twoColFixLtHdr #container #subheader {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00ccff;
	font-size: 0.8em;
	font-weight: normal;
	height: 20px;
	width: 780px;
	text-align: right;
}
.twoColFixLtHdr #header {
	background-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
}
.twoColFixLtHdr #aftermenu {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	border-bottom-style: double;
	border-bottom-color: #999999;
	letter-spacing: 2px;
	text-indent: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 780px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
	color: #FDFDFD;
	background-position: top;
	font-size: .7em;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #FFFFFF;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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;
}
.twoColFixLtHdr #home {
}
.twoColFixLtHdr  #blindheader {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	position: absolute;
	top: -100px;
}
#main {
	background-color: #FFFFFF;
	height: 420px;
	overflow: hidden;
}
#leftwrapper {
	height: 420px;
	width: 380px;
	overflow: auto;
}
#leftcol {
	float: left;
	width: 360px;
	margin: 5px;
	overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	cursor: pointer;
}
#rightcol {
	float: none;
	width: 350px;
}
#rightwrap {
	float: right;
	height: 420px;
	width: 380px;
}
#picture {
	height: 350px;
	width: 350px;
}
.twoColFixLtHdr #container #main #rightwrap {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
	padding-top: 20px;
}
#home {
	height: 600px;
}

