/* main css styles 
top right bottom left*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #d1d6d0;
	padding: 0px;
	text-align: justify;
}
h1 {
	font: 2.5em "Ancestory SF", sans-serif, verdana;
	color: #78a6d4;
}
h2 {
	font: 2em Adventure, sans-serif, verdana;
	color: #94BC94;
}
h3 {
	font: 1.5em "Flower Power", sans-serif, verdana;
	color: #c39ac3;
}
h4 {
	font: bold 1.95em "Browallia New", sans-serif, verdana;
	color: #fc9504;
}
h5 {
	font: 1.25em "Casablanca SF", sans-serif, verdana;
	color: #5e4816;
}
h6 {
	font: 1.1px "Commerce SF", sans-serif, verdana;
	color: #095b74;
}
a:link, a:hover, a:visited {
	text-decoration: none;
}
img {
	padding: 5px;
	float: left;
	border-style: none;
}
.portimg {
	vertical-align: middle;
	padding: 5px;
}
.cap {
	float: left;
	width: 42px;
	font: bold normal 52px/52px Celexa, sans-serif, Verdana;
	color: #c39ac3;
}
.names {
	font: bold 20px Celexa, sans-serif, Verdana;
	color: #c39ac3;
}
.tblbrdr {
	border: 1px groove #095b74;
}
.tdbck {
	background: #94BC94;
}
.tdbck2 {
	background: #78a6d4;
}
/* layers
top right bottom left */

#container {
}
#banner {
	text-align:center;
	padding: 5px;
}
#tpmenu {
}
#content {
	width: 800px;
	padding: 10px;
	margin-top:2.5%;
}
#text {
	padding: 10px;
}
#left {
	float: left;
	width: 480px;
	border-right: 2px ridge #c39ac3;
	padding:10px;
}
#right {
	float: right;
	width: 280px;
}
#bottom {
	/*margin-top: 125px;*/
	font-size: .75em;
	font-weight: bold;
	background: #FFFFFF;
	color: #095b74;
	height: 30px;
	text-align: center;
	border-top: thin solid #FFD36f;
	border-bottom: thin solid #FFD36f;
	clear: both;
}

/* menu styles
top right bottom left */
#nav {
	padding: 0px;
	MARGIN: 0px;
	BACKGROUND: #095b74;
	FLOAT: left;
	WIDTH: 100%;
	LIST-STYLE-TYPE: none;
	border-top: thin solid #FFF3D9;
	border-bottom: thin solid #FFF3D9;
	font: 15px "Seabird SF", sans-serif, Verdana;
}
#nav LI {padding: 0px; FLOAT: left; MARGIN: 0px;}
#nav A {padding: 6px 20px 6px 25px; dISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 90%; BACKGROUND: url(../images/slant.gif) no-repeat left top; FLOAT: left; COLOR: #FFFFFF; TEXT-DECORATION: none;}
#nav #nav-1 A {PADDING-LEFT: 20px;}
#nav A:hover {COLOR: #fc9504;}
#bottom a:link{
	color: #94BC94;
}
#bottom a:visited {
	color: #fc9504;
}
#bottom a:hover {
	color: #c39ac36;
}
.tdbck a, .tdbck a:visited, .tdbck2 a, .tdbck2 a:visited
{
	color: #fff;
	font-weight: bold;
}
.tdbck a:hover, .tdbck2 a:hover
{
	color: #5e4816;
}
/* for inline css for individual files
<style type="text/css">

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

</style>
*/

/* for formgenerator */
.small
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 line-height: 14px;
 padding-left: 10px;
 color: #333333;
 }
 .big
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 14px; 
 line-height: 14px;
 padding-left: 10px;
 color: #333333;
 }