/* CSS Document */

* { margin:0; padding:0;}
	html, body{ height:100%}
	
body{
	font-family: Arial; 
	font-size:12px;
	line-height:14px;
	color:#4A4C4C;
}


.column { float:left;}
.clear { clear:both;}

ul { margin:0px; padding:0px; list-style:none; line-height:17px}
ul li a { color:#814c8e; text-decoration: underline}
ul li a:hover{ text-decoration: none}

a{ color:#814c8e; text-decoration:underline}
a:hover{ text-decoration: none}

#header{ background:#FFFFFF; width:766px}
#header .row1{ background:url(images/bg1.jpg) no-repeat}
#header .row3{ background:url(images/bg2.gif) no-repeat}

#wrapper{ background:#FFFFFF; text-align:left}

#footer {background:url(images/foot.gif) repeat-x #F5F5F5; padding-top:22px; padding-left:189px; text-align:left; line-height:16px}

.indent{ padding:12px 42px 18px 0}
.indent1{ padding:12px 35px 33px 0}
.indent2{ padding:0 27px 18px 0}
.indent3{ padding:0 70px 19px 0 }
.indent4{ padding:12px 70px 25px 24px }

.form input{
	width:177px;
	height:15px;
	font-family:srial;
	font-size:12px;
	color: #4A4C4C;
	padding:0 0 0 3px;
	line-height:18px;
	background-color:#FFFFFF
}

.form textarea {
	width:187px;
	height:92px;
	font-family:arial;
	font-size:12px;
	color: #4A4C4C;
	overflow: auto;
	padding:0 0 0 3px;
	background-color:#FFFFFF
}
