@charset "UTF-8";
/* CSS Document */

/* basic and general */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f6e9d5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body,td,th {
	color: #555;
	font-size: 11px;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: underline;
	color: #006699;
}

b{font-size: 110%;}
em{color: red;}

/* layout */

#maincontainer{
	width: 898px; /*Width of main container*/
	margin: 0 auto;
}

#topsection{
	height: 213px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
display:none;
}
#top{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 0;
	height: 30px;
}
#menu{
	clear: left;
	width: 100%;
	padding: 0;
	background-image: url(tab-corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 64px;
}


#contentwrapper{
	float: left;
	width: 100%;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:450px;
}
#contentwrapperInner{
	float: left;
	width: 100%;
	background-image: url(background-inner.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:450px;
}


#contentcolumn{
	background: #fff;
	margin-left: 40px;
	width: 555px;
	float: left;
	border: 1px solid #c7b29a;
	margin-top: 30px;
	min-height: 349px;
}

#rightcolumn{
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	width: 200px;
}


.innertube{
	margin: 0px;
}
.innertube p {padding:15px;}
.innertube p.largeTxt {
	font-size:16px;
	line-height:30px;
	margin: 20px;
}
.innertubeR{
	background: #fff;
	width: 176px;
	padding: 10px;
	margin: 0;
	min-height: 329px;
	border: 1px solid #C7B29A;
}
.innertubeR p span {display:block;margin-left:10px;}

/* home page text variables */
.style1 {font-size: 28px}
.style2 {color: #006699; font-size:20px;}
.style3 {color: #8f9975; font-size:20px;}
.style4 {color: #87b7cf; font-size:20px;}
.innertube1 {	margin: 0px;
	padding:15px;
}
#footer{
	clear: left;
	width: 100%;
	height:60px;
	color: #444;
	text-align: center;
	margin-bottom: 5px;
	background-color: #fff;
	border-top:solid 1px #c7b29a;
	border-bottom:solid 1px #c7b29a;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	display: table;
	margin-top: 10px;
}


#footer p{
width:100%;
pdding:15px;
margin-top:20px;
}