@charset "utf-8";
body, #header, #sidebar1, #footer, tr, td, p {
	margin: 0; 
	padding: 0;
}
body  {
	background-color:#fe0000;
	color: #000000;
	font: 100% Georgia, "Times New Roman", Times, serif;
	text-align: center; 
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-family: Verdana, "Times New Roman", Times, serif;	
}
.orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6, .orange hilight, .orange strong {
	color:#ff6600;
}
.purple h1, .purple h2, .purple h3, .purple h4, .purple h5, .purple h6, .purple hilight, .purple strong {
	color:#993399;
}
.pink h1, .pink h2, .pink h3, .pink h4, .pink h5, .pink h6, .pink hilight, .pink strong {
	color:#ff00ff;
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6, .green hilight, .green strong {
	color:#00ff00;
}
ul li {
	list-style-image:url(../images/bullet.jpg);
}
a img {
	border:none;
}
.template #container { 
	background-image:url(../images/960.jpg);
	background-repeat:repeat-y;
  border-top	:1px solid #fe0000;	
  font-size:0.875em;
	margin: 0 auto; 
	text-align: left; 	
	width: 960px;  
} 
.template #sidebar1 {
	float: left; 
	padding-left: 40px;	
	
}
.template #mainContent { 
	float: right;
	margin: 0 50px 0 0; 
} 
.template #footer { 
	background-image:url(../images/footer_contact.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;	
} 
.template #footer p {
	color:#333333;
	font-size:0.75em;
	margin:0;	
	padding:0;	
	text-align:center;
}
.template #copy { 
  background-image:url(../images/footer_copyright.jpg);
	background-repeat:no-repeat;
	height:37px;
	text-align:center;	
}
.template #copy p {
	color:#333333;	
	font-size:0.75em;	
	margin:0;		
	padding:0;	
	text-align:center;
}
#onecol {
	background-image:url(../images/box_repeat.jpg);
	background-repeat:repeat-y;
	padding: 0 30px 0 30px;
}
#onecol p {

}
#leftcol {
	background-image:url(../images/welcomebox_repeat.jpg);
	background-repeat:repeat-y;
	float:left;

}
#rightcol {
	background-image:url(../images/blogbox_repeat.jpg);
	background-repeat:repeat-y;
	float:left;	
	margin-left: 20px;
}
.textbox {
	padding: 0 18px 0 22px;
}
.textboxright {
	padding: 0 18px 0 19px;
}
.fltrt { /* this class can be used to float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  font-size: 1px;	
  height:0;
  line-height: 0px;
}
.justify {
  text-align:justify;
}
#slide1 {
	border: 0;
	height: 174px;	
	margin: 0;	
	width: 362px;
}
/* form */
form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 600px;
}
form fieldset {
  font-size: 100%;
  border-color: #666;
  border-width: 1px;
  border-style: solid ;
  padding: 10px;
  margin: 0 0 0 0;
}
.formlab {
	float: left;
	width: 150px;
	line-height: 2em;
}
.forminp {
	float:left;
}
legend {
	font-weight: bold;
	padding: 0 10px;
}
/* map */
#map {
	width:600px;
	height:400px;
}

