@charset "utf-8";
/* CSS Document */

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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 20px;
	height: 540px;
	position: relative;
}
 
.twoColFixRtHdr #header {
	background: white;
	padding: 0 35px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
} 

#lamenu {
	background: white;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	padding-bottom: 20px;
}


.twoColFixRtHdr #mainContent {
	margin: -3px 0 0 0;
	padding: 0 0 0 19px;
	width: 560px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
} 

.twoColFixRtHdr #mainContent p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
} 

.twoColFixRtHdr #container #mainContent img {
	float: right;
	margin-bottom: 11px;
}


.twoColFixRtHdr #container #mainContent #mainsplit1 {
	float: left;
	width: 270px;
	line-height: 1.1em;
	clear: none;
}

#sidemenu {
	width:133px;
	height: 300px;
	padding-top: 1px;
	margin-left: 0px;
	float: left;
}

.twoColFixRtHdr #container #sidemenu .sidemenuitem {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 13px;
	text-align: left;
	float: left;
	clear: both;
}


#sidemenu a:link{
	text-decoration:none;
	color: lightslategray;
}

#sidemenu a:active{
	text-decoration:none;
	color: slategray;
}

#sidemenu a:visited{
	text-decoration:none;
	color: lightslategray;
}



#sidemenu a:hover{
	text-decoration:none;
	color:darkgray
}

.twoColFixRtHdr #mainContent2 {
	width: 415px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	margin-left: 0px;
} 

.twoColFixRtHdr #mainContent2 p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
} 

.twoColFixRtHdr #mainContent2 #indented {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#contentquote {
	font-style: normal;
	padding-top: 50px;
	padding-left: 0px;
	text-align: right;
	font-size: 14px;
	color:slategray;
	width: 202px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	margin-right: 2px;
}

.twoColFixRtHdr #container #mainContent2 img {
	padding-right: 5px;
	padding-bottom: 2px;
}

.twoColFixRtHdr #container #wedge {
	clear: none;
	float: left;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	background: white; /* notused but could be handy */
	padding: 8px 22px 10px 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: slategray;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

.twoColFixRtHdr #sidebar2 { /* divs containing rectangular images */
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background: white;
	margin-right: 7px;
	clear: none;
}

.twoColFixRtHdr #container #sidebar2 img {
	padding-bottom: 3px; /* keep image from touching footer line */
}

.twoColFixRtHdr #sidebar3 { /* divs containing cutout style images stuck to bottom of container */
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background: white;
	margin-right: 7px;
}
.twoColFixRtHdr #container #sidebar3 img {
	padding-bottom: 50px;
	position: absolute;
	bottom: 0px;
}

#sidebarquote {
	font-style: normal;
	padding-top: 1px;
	padding-left: 15px;
	text-align: center;
	font-size: 14px;
	color:slategray;
	width: 175px;
	margin-right: 15px;
	font-family: "Times New Roman", Times, serif;
}

.twoColFixRtHdr #footer {
	background:white;
	border-top: 1px lightslategray solid;
	border-bottom: 1px lightslategray solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: black;
	padding: 5px 0 6px 0;
	margin: 0 0 18px 8px;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 0;
	width: 780px;
} 


.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;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding-top: 20px;
}

select {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.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;
}
