html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, 
img,  s, small, strike, sup, sub, 
dl, dt, dd, ol, ul, li, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td 
				{ margin: 0; padding: 0;
				  border: 0; outline: 0;
				  font-weight: inherit;
				  font-style: inherit;
				  font-size: 100%;
				  font-family: inherit;
				  vertical-align: baseline;
				  background: transparent }

/*-------------------------------------------------

STRUCTURE

-------------------------------------------------*/

body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color:#999999;
	font-size: 12px;
}

h1, h2 {
	font-family: "Times New Roman";
}
img {
	display: block;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	font-size: 17px;
}

p {
	margin:0;
	float:left;
	width:100%;
	text-align: justify;
	letter-spacing: 0.3px;
	line-height: 17px;
}

#page {
	width: 1000px;
	margin:auto;
}

#head {
	width: 100%;
	height: 339px;
	background-image: url("../includes/images/header.jpeg");
	background-repeat: no-repeat;
}
#maintop {
	float:left;
	width:1000px;
	height:20px;
	background-image: url("../includes/images/topbg.jpeg");
	background-position: center;
	background-repeat: repeat-y;
}
#main {
	float:left;
	width:1000px;
	background-image: url("../includes/images/bg.jpeg");
	background-position: center;
	background-repeat: repeat-y;
}

#left {
	float:left;
	width:190px;
	padding: 0px 30px;
}

#middle {
	width: 688px;
	float:left;
	padding: 20px 30px;
}

#foot {
	float:left;
	width:100%;
	background-image: url("../includes/images/botbg.jpeg");
	background-position: center top ;
	background-repeat: no-repeat;
	padding-top:30px;
}
#botlinks {
	float:left;
	width:100%;
	height:60px;
}

/*-------------------------------------------------

General

-------------------------------------------------*/

#head #name1, #head #name2, #head #slogan {
	float:right;
	text-align: right;
	color:white;
}
#head #slogan {
	font-size: 20px;
	margin:0px 35px 0 0;
	letter-spacing: 1px;
}

#head #name1 {
	font-size: 60px;
	margin:10px 15px 0 0;
	letter-spacing: 2px;
}
#head #name2 {
	font-size: 30px;
	margin:38px 35px 0 0;
	letter-spacing: 2px;
}

#middle h1 {
	float:left;
	color: #8B0505;
	letter-spacing: 0.8px;
font: normal 28px Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	width:100%;
	padding-bottom:10px;
	background-image: url("../includes/images/sil.jpeg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#middle a {
	color: #8B0505 !important;
}

#middle h2, #middle a {
	letter-spacing: 1px;
font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #8B0505;
	margin:20px 0 0 0 ;
	font-size: 20px;
}
#middle h2 {
float:left;
}
#middle p {
	margin-top:8px;
}

.input1 {
	width: 20px;
	text-align: center;
}

#left .box {
	background-image: url("../includes/images/leftnav.jpeg");
	background-repeat: no-repeat;
	width:190px;
	margin-top:20px;
	margin-bottom: 10px;
	height:13px;
	float:left;
	text-align: center;
	padding:8px 0px;
}
#left .box a {
	font-weight: normal;
}

#left .box h1 {
	font-size: 15px;
	margin:0;
	color:#979797;
}

#left p{
	padding:5px 0px 0px 10px;
}


#foot a {
	text-align: right;
	float:right;
	font-size:10px;
	letter-spacing: 1px;
	padding-left:20px;
}


#copy1 a {
	text-align: center;
	width: 100%;
	float:left;
	font-size:10px;
	letter-spacing: 1px;
	padding-bottom:10px;
}

#botlinks {
margin-top: 10px;
	width:100%;
	float:left;
	height:80px;
}

.contactForm	{ float:left; width: 100%}
.contactForm legend
				{ display: none}
.contactForm input
				{ float:left; width: 149px; color: #787978; font: normal 1.1em/1.2em Arial, Helvetica, sans-serif; 
					padding:5px 10px 5px 15px; border: 1px solid #d6d6d6; margin-bottom: 3px} 
.contactForm label
				{ float:right;  width: 155px; color: #787978; font: normal 1.1em/1.7em Arial, Helvetica, sans-serif; margin:0}
.contactForm textarea
				{ float:left; width: 144px; height: 84px; color: #787978; font: normal 1.1em/1.2em Arial, Helvetica, sans-serif;
					padding:5px 15px;border: 1px solid #d6d6d6; margin-bottom: 5px}


/*-------------------------------------------------

Navigation

-------------------------------------------------*/

#top {
	float:left;
	width:940px;
	padding:0px 10px 0px 50px;
	height:28px;
	margin:5px 0 0 0;
	background-image: url("../includes/images/topnav.jpeg");
	background-repeat: repeat-x;
}

#top a {
	float:left;
	padding:6px 30px;
	font-size: 14px;
	color:white;
	display: block;
	letter-spacing: -0.2px;
}

#top a:hover, .topsel1 {
	background-color:black;
}


