/* CSS Document */
body {
	padding:0px;
	margin:0px;
	text-align:center;	
	background-image:url(images/rep.jpg); 
	background-repeat:repeat-x;
	background-color:#E0E4D0;
}

a{ color:#4CA905; text-decoration:underline}
a:hover{ text-decoration:none}

img { 
	border:0px;
	}

div, input, textarea, body, font, select
	{
		font-family: Arial; 
		font-size:12px;
		line-height:14px;
		color:#333333;
	}
h1 {
	color:#2D2D2C; font-size:18px
}
	
.dt { display: table; width:100%;  }
.dr { display: table-row;  width:100%}
.dc { display: table-cell; text-align:center; vertical-align:top; width:100%; }

.y{ background:url(../images/y.gif) repeat-y}
.x{ background:url(../images/y.gif) repeat-x}

.width1{ width:12px}
.width2{ width:741px}
.width3{ width:13px}

.footer{ height:66px;}
.footer div{ color:#000000; font-weight:bold}
.footer a{ color:#4CA905; text-decoration:underline; font-weight:bold}
.footer a:hover{ text-decoration:none}
.footer span { color:#999999}
.footer_left{ background:url(../images/foot_left.gif) no-repeat left top}
.footer_right{ background:url(../images/foot_right.gif) no-repeat left top}
.footer_center{ background:url(../images/foot_center.gif) repeat-x}

.content {
	text-align: left;
	padding: 0px 15px 0px 15px;
}
.content span{ color:#3A668B; font-size:20px; line-height:20px;}

.form{
	width:137px;
	height:21px;
	font-size:11px;
	color: #666666;
	padding:2px 0 0 5px;
	border:#919385 1px solid;
	background-color:#FFFFFF
}

.form1 input{
	width:198px;
	height:17px;
	font-size:11px;
	color: #333333;
	padding:0 0 0 5px;
	background-color:#FFFFFF
}

.form1 textarea {
	width:198px;
	height:78px;
	font-size:11px;
	color: #333333;
	overflow: auto;
	padding:0 0 0 3px;
	background-color:#FFFFFF
}

.contact_form_title {
	font-weight:bold;
	color: #3A668B;
	font-size: 16px;
}

.contact_top_cell {
	border:1px solid #e6e7d7;
	background-color:#f6f6ee;
}

p {
	padding: 0px;
}

.input_border {
	border: 1px solid #666666;
	height: 17px;
	vertical-align:bottom;
}


