/* Styles for contact_us.php */

#mainsection a {
	text-decoration: none;
	color:#0000CC;
	font-weight: bold;
}
#mainsection a:hover {
	text-decoration: underline;
}
#leftsidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
}
#rightsidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#rightsidebar p {
	padding: 2px 5px 0 5px;
}
#mainsection {
	margin-left: 175px;
	margin-right: 165px;
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
	color: #552197;
	height: 900px;
}
#mainsection p, h3 {
	line-height: 110%;
}
.center {
	text-align: center;
}
.warning {
	color: #FF0000;
}
form {
	border: 1px solid #000066;
	background-color: #dce5ff;
	padding: 5px;
}
