@charset "utf-8";
/* BEGIN CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
/* END CSS RESET */

body {
	color: #A3A3A3;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3, h4, h5, h6 {
	color: #AEAEAE;
}
.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
}
.rounded-links {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
}
#menu {
	width: 702px;
	position: relative;
	margin: 10px auto;
}
#content {
	width: 702px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#content a, #content a:active, #content a:visited {
	background-color: #E38011;
	text-decoration: none;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
}
#content a:hover {
	background-color: #AABDE6;
}
#content h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0;
}
#content p {
	background-color: #FFF;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CBC1E3;
	line-height: 1.4em;
	letter-spacing: 0.14em;
	text-indent: 15px;
	margin: 5px 0;
}
.contactMenu a, .contactMenu a:active, .contactMenu a:visited {
	background-color: #FFF !important;
	color: #E38011 !important;
	font-size: 16px !important;
	padding: 0 !important;
}
.contactMenu a:hover {
	color: #AABDE6 !important;
}
#contactSubmit {
	background-color: #F8F8F8;
	color: #333;
	margin: 0px;
	padding: 5px;
	border: 1px solid #AEAEAE;
}
#contactSubmit:hover {
	background-color: #E1E1E1;
	color: #333;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
