@CHARSET "ISO-8859-1";

body {
	margin: 0;
	background-color: #fff;
	font: normal 14px arial;
}

a {
	color: #336699;	
}

a:hover {
	color: #99ccff;	
}

h3, h4 {
	margin: 0px 0px 3px 0px;
}

ul {
	margin: 0px;
}

img {
	border: 0px;	
}

.links ul, .links li {
	list-style-type: none;
	display: inline;
}

.contactSection {
	background-color: #ddd;
}

.small {
	font-size: 11px;
}

#contentLeft {
	padding: 10px 0px 0px 10px; 
	background-image: url('../images/bg-left.png');
	background-repeat: repeat-y; 
	height: 800px;
}

#contentMain {
	text-align: justify; 
	padding: 10px 0px 10px 22px; 
	width: 614px; 
	background-image: url('../images/bg-right.png');
	height: 800px;
}

#contentForm {
	background-color: #eee; 
	border: 1px solid #999;
}

#topRightCorner {
	background-image: url('../images/top-right-curve.png'); 
	background-repeat: no-repeat; 
	width: 29px; 
	height: 22px;
}

#rightShadow {
	background-image: url('../images/shadow-right.png');
	background-repeat: repeat-y; 
	width: 29px; 
	height: 1300px; /* needed for IE */
}

#logoDiv {
	padding: 9px; 
	text-align: center; 
	align: center; 
	background-color: #fff;
	border: 1px solid #999;
}
