@charset "utf-8";
/* --------- GENERIC STYLES ----------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li ,hr{
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/bgrnd/page_bkg4.jpg);
	text-align: center;
	width: 60%;
	margin: 0;
	padding: 0% 20%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #333;
}


/* --------- TYPOGRAPHIC STYLES --------------*/
	
a:link,a:visited {
	text-decoration: none;
	color: #600;
	border: none;
}
a:hover {
	color: #633;
	text-decoration: none;
}
h1,h2,h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
}
p {
	line-height: 1.6em;
	text-indent: 25px;
	margin-bottom: 1.4em;
	padding-right: 15px;
	padding-left: 15px;
}
.wrapper #sidebar p.non {
	text-indent: 0px;
}


/* ------- HEADER STYLES ----------*/
.wrapper {
	background: #fff;
	width: 700px;
	text-align: justify;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
/* ------- Logo -------- */
.wrapper div.logo{
	background: #FFF;
	margin: 0px 31px;
	padding: 0px;
	height: auto;
	cursor: pointer;
	width: 642px;
	text-align: center;
}
.logo #smLogo {
	float: right;
	clear: none;
	vertical-align: top;
	cursor: default;
	margin: 0px;
}
.logo #lgLogo {
	float: right;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

/* --------- MAIN CONTENT STYLES -------------*/
#flashcontent {
	height: 800px;
	}
.slide {
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.wrapper .webLogos {
	text-align: center;
	text-decoration: none;
	border: none;
}
.wrapper h2 {
	color: #633;
	letter-spacing: 0.1em;
	text-align: center;
	font-variant: small-caps;
	font-weight: bolder;
	padding: 25px 15px 10px;
}


/* --------- AREA SPECIFIC STYLES ------------*/

hr {
	background: #9F3C00;
	height: 6px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.statement {
	float: right;
	width: 130px;
	color: #999999;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	margin: 1px 8px 1px 15px;
	text-align: center;
	border-top: 7px solid #000;
	border-right: 0 solid;
	border-bottom: 7px solid #000;
	border-left: 0 solid;
}
.caps {
	font-size: 1.3em;
	font-weight: lighter;
	text-transform: capitalize;
	color: #DC3B29;
	}
.wrapper .copyright a {
	text-decoration: none;
	color: #FFF;
	border: none;
}
.wrapper .copyright a:hover {
	text-decoration: none;
	color: #000;
	border: none;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	background: #9F3C00;
	height: 45px;
	width: 100%;
	font-variant: small-caps;
	text-align: center;
	margin-top: 10px;
	vertical-align: middle;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC4600;
}
.wrapper #dbForm #contact {
	text-indent: 25px;
}
.wrapper #dbForm #contact tr .label #explain {
}
.button {
	color: #800000;
}

