body {
	font-family: arial, helvetica, serif;
	background-color: #E1E8E2; /*red background*/
	margin:0;
	padding:0;
	font-size: small;
	line-height: 1.5em;
}

#container {
	width: 1000px;
	background: #FFFFFF;
	border: thick solid #800000;  /* dark red border */
	margin: 0 auto;
	height: 100%;
	display:block;
	position:relative;
	top:0;
	overflow: hidden;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 350px 0 215px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border-right:#003300 thin solid;
border-left:#003300 thin solid;

}

#leftcolumn{
padding-top:10px;
float: left;
width: 215px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/

}

#rightcolumn{
	padding-top:10px;
	float: left;
	width: 350px; /*Width of right column*/
	margin-left: -350px;
}

dd{
	line-height:92%;
	font-size:10px;}
	
#leftcolumn p {
	line-height:85%;
	font-size:11px;}	

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#banner {
	padding: 0;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
} 

#content {
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	top: auto;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	min-height:400px;
}


#content1 {
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 750px;
	margin-top: 0;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 120px;
	top: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: both;
	float: left;
}
img {
	padding: 0;
	border:0;
}


#footer	{
	width: 100%;
	background-color:#FFFFFF; /* grey */
	color:#666666; /* dark green */
	font-size: small;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #666666;
	padding-left: 10px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left:0;
	clear:both;
}

h1 {
	text-align: center;
	font-size: large;
	color: #AAC6A4;
	letter-spacing: 0.6em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 3px;
	padding-top: 12px;
}

h2	{
	text-align:left;
	font-size:large;
}

h3	{ font-size:medium;
	font-weight:bold;
}

h4 {
	color: #FFFFFF;
	background-color: #33CC00;
	background-position: center center;
	border: 1px solid #000000;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}



.wrap {
	margin: 5px;
	padding: 5px;
	border: thin solid #660000;
}

.intro { font-size:medium;
		line-height:130%; }

p	{
	font-size:small;
	font-weight: bold;
}

ul li li {list-style-type:none; }
.red {
	color: #EA0000;
	font-weight: bold;
	font-size: small;
}
.center {
	text-align: center;
}


li {
	line-height:140%;
	font-weight: bold;
}

table	{
	margin:15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
}

.colRt { text-align:right;
		padding-right:20px;
		}

#topNav {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 5px;
	background-color: #336600;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336600;
	border-bottom-color: #336600;
}
		
#topNav a, #topNav a:link, #topNav a:visited {
	padding-left: 0.7em;
	padding-right: 0.7em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #336600;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-color: #336600;
	font-size: 11pt;
}
		
#topNav a:hover, #topNav a:active, #topNav a:focus {
	border: 1px solid #FF9900; /*yellow box around selected text*/
	padding: 1px;
	padding-left: 0.7em;
	padding-right: 0.7em;
	text-decoration: none;
}
		
#topNav li {
	padding-right: 1px;
	display: inline;
	font-size: 1em;
}
		
#topNav ul {
	margin: 0px;
	padding: 0px;
}
		
#topNav #active a {
	background-color: #669900;
}

.house {width:350px;}
.info {width:400px;}

.orangebutton{
	background-color: #FF9900;
	border: 2px outset #FF9900;
	color: #CC0000;
	text-decoration: none;
	width: 150px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 2px;
}

.orangebutton:visited{
	color: #cc0000;
}

.orangebutton:hover{
	border-style: inset;
	background-color: #FFCC00;
	padding: 2px 4px 0 5px;
}

.orangebutton:active{
	color: #CC0000;
}
