/* 
  ------------------------------------------------
 Rainsong Design
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000000;
	background-color: #F0EAC6;
	padding: 0px;
	margin: 0;
	text-align: center;

}
#masthead {
	
	padding: 0px;
	margin: 0;
	
	
}
#wrapper {
	width: 770px;
	margin: 0 auto 0 auto;
	
}
#column_wrapper {
	background-image: url(../images/centerslice.gif);
	background-repeat: repeat-y;
	width:770px;
	margin: 0 auto 0 auto;
	text-align:left;
	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 550px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding:24px 24px 24px 24px;
	font-size: 0.75em;
	line-height: 1.5em;
	 
}
#right .content {
	padding: 0px 5px 24px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}

.image {
	float: right;
	padding: 0px 0px 10px 10px;


}
.box {
	margin: 10px 0px 10px 14px;
	border-color:#666666;
	border-style:double;
	border-width:thin;
	padding: 7px;
	float: right;
	width: 200px;
	font-size: .9em;
	line-height: 1.4em;
	background-color:#e1f2f0;

}

.quote{
	font-style:normal;
	padding: 7px;
	font-size: 1.1em;
	line-height: 1.3em;
	align: left;
	color: #62592C;
	border-color:#999999;
	border-width:thin;
	border-style:solid;
}

.logo {
	float:right;
	padding: 0;
	margin: 0;

}


#footer .content {
	padding: 12px 0px 12px 220px;
	text-align: left;
}


#footer {
	color: #FFFFFF;
	background-color: #335A69;
	margin: 0;
	font-size: 0.7em;
	padding: 0;
	clear: both;
	width:770px;
	align: center;

}
.menulist {
	margin: 0;
	padding: 0 0 0 22px;
	list-style-type: none;
	color:#e1f2f0;
	font-weight: bold;
}
#left a:link {
	color: #000000;
	text-decoration: none;
}
#left a:visited {
	color: #000000;
	text-decoration: none;
}
#left a:hover {
	color: #F0EAC6;
	text-decoration: none;
	font-weight: normal;
	
}

#columnrt {
	float:right;
	width:150px;
	padding:0px 0px 0px 20px;
}

#right a:link {
	color: #335a68;
}
#right a:visited {
	color: #335a68;
}
#right a:hover {
	color: #98b9bf;
}

#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 1.8em;
	margin: 0 0 0 10;
	color: #999966;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 2em;
	font-weight: normal;
	color: #999966;
}
h5 {
	font-size: 1.5em;
	margin: 20px 0 0 20;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.8em;
	font-weight: normal;
	color: #62592c;
}
h6 {
	font-size: 1.2em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-weight: normal;
	color: #62592c;
}
.content p {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
}
.boldintro {
	font-size: 1.2em;
	font-weight: bold;
	color: #335a68;
}
.smallbold {
	font-size: 1.2em;
	font-weight: normal;
	color: #335a68;
}