body {
margin: 0px;
padding: 0px;
text-align: center;
background: #e5e5e5;
}
#top {
	width: 750px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
#nav {
	width: 750px;
	height: 200px;
	background: url(../siteimages/bannerpart2.jpg) left no-repeat;
	background-color: #8d8d8d;
	margin: 0 auto;
}
#holder {
	width: 750px;
	height: auto;
	margin: 0 auto;
	background: url(../siteimages/mainfill.jpg) top repeat-y;
}
#main {
	float: left;
	width: 550px;
	height: auto;
	background: url(../siteimages/mainfil2.jpg) top repeat-x;
	background-color: #fff;
	text-align: left;
}
#right {
	width: 200px;
	float: right;
	height: auto;
}
.righttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 2em;
	padding: 20px;
	text-align: left;
}
.rightlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
a.rightlink:hover {
	color: #fff;
}
#footer {
	width: 750px;
	height: 10px;
	background: #cd1d1d;
	margin: 0 auto;
}

#footer1 {
	width: 750px;
	height: 10px;
	background: #cd1d1d;
	margin: 0 auto;
}

h2 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0c1294;
	text-align: justify;
	line-height: 2em;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	line-height: 1.5em;
	padding: 20px
}
.bodytext ul {
	list-style: disc;
	padding: 20px
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
a.link:hover {
	color: #cf1d1d;
}
.imgfloat {
	width: auto;
	height: auto;
	float: right;
	padding: 0px 0px 5px 15px;
}
/* =-=-=-=-=-=-=-[Menu begin]-=-=-=-=-=-=-=- */
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#menu {
	height: auto;
	background: #8d8d8d;
	float:right;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 200px;
	}
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;	
	border-bottom: 1px solid #777676;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	padding: 7px 10px 0px 20px;
	_padding: 9px 10px 8px 20px;
	border-bottom: 1px solid #777676;
	}
	
#menu li a:hover {
	background-color: #7d7d7d;
	color: #333;
	padding: 7px 10px 0px 20px;
	_padding: 9px 10px 8px 20px;
	border-bottom: 1px solid #777676;
	border-right: 10px solid #cf1d1d;
	}
	
/* =-=-=-=-=-=-=-[Menu close]-=-=-=-=-=-=-=- */

/* =-=-=-=-=-=-=-[form start]-=-=-=-=-=-=-=- */

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;

}

label {
	text-align: left;
	width: 210px;
	padding-right: 20px;
	color: #cf1d1d;
}

br {
	clear: left;
}
.textarea1 {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	height: 25px;
	background-color: #ececec;
	border: 1px solid #666;
	color: #cf1d1d;
}
.textarea2 {
	display: block;
	width: 480px;
	_width: 460px;
	float: left;
	margin-bottom: 10px;
	height: 100px;
	background-color: #ececec;
	border: 1px solid #666;
	color: #cf1d1d;
	
}
.submit {
	height: 25px;
	width: 100px;
	background-color: #666;
	color: #fff;
}

/* =-=-=-=-=-=-=-[form close]-=-=-=-=-=-=-=- */