@charset "utf-8";
body {
	margin: 2px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-size: 24px;
	padding-top:0;
	margin-top:0;
}
h2 {
	font-size: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-top: 15px;
}
h3 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#header {
	color: #4d4e4d;
	padding-right: 30px;
	text-align: right;
}
#bodyStyle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#services {
	padding-left: 58px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 58px;
}
#content {
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	color:#666666;
	text-align: center;
	font-size: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#666666;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#navigation {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 90px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:underline;
}
