/* Only put generic styles in here- either things that
are used on every website or styles that apply to the
general content (main column) */




body {
	font-family: arial;
	font-size:12px;
	color: #555555;
	line-height: 18px;

}

#wrapper { 
	 margin: 0 auto;
	 width: 1000px;
	 

}

#wrapper-bg {
	background-image:url(../img/bg.gif);
	}

a {
	color: #ff6600;
}

a:hover {
	color: #fe8832;
}

p {
	margin-bottom: 1px;
	text-align:justify;
}


h2, h3, h4 {
	color: #7d98ad;
	margin: 1px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	}

h2, h4 {
    font-size:17px;
	font-weight:200;
	line-height:22px;
	margin:12px 0px;
	
}

h3 {
    font-size:13px;
	font-weight:600;
	margin-left:6em;
	
}


#content-text li {
	list-style-type:disc;
	margin-left: 6em;
}


label {
	float: left;
	width: 60px;
	margin-top:20px;
}

#abc {
	float: left;
	width: 200px;
	margin-top:20px;
}

.newletter {
	float: left;
	width: 200px;
	margin-top:0px;
}

ul.form li {
	padding: 5px 0;
	font-size: 1px;
	overflow: hidden;
}

form input, form select, form textarea {
	width: 206px;
}


form input.submit {
	width: auto;
	}

form p {
	overflow: hidden;
}

