#roundedcorners {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background-color: #DBE1FF;
	text-align:left;
	width: 700px;
	border: 2px solid #6D86FC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:left;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#roundedcorners h1 {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#navigation {
	text-decoration: none;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;

	}
#navigation a {
	text-decoration: none;
	background-color: #E9EFFB;
	display: block;
	height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 35px;
}
#navigation a:hover {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	padding-right: 13px;
	padding-left: 13px;
	height: 31px;
	line-height: 31px;
	border: 2px solid #6D86FC;
	background-color: #DBE1FF;
}
#roundedcorners a {
	color: #CC0000;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

