/* CSS for website Fonts */

body {
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	color:#333333;
}

#header {
	font-size:95%;
}

#header-inner {
	font-size:95%;
}

#main-body {
	font-size:12px;
	text-align:left;
}

p a:link, p a:visited {
	padding-bottom:0;
	text-decoration:none;
	font-weight: normal;
}

h1 {
	margin:0;
	padding:0;
}

h1 a:link, h2 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
}

h3 a:link {
	color: #b1cd49;
	text-decoration: none;
}

p a:hover {
	padding-bottom:0;
	text-decoration:none;
}

#main-body h1 {
	font-family: "Georgia", serif;
	font-size: 19px;
	text-transform: uppercase;
	padding:0;
	margin:0;
}


.content-region {
	color: #555555;
	padding-bottom: 20px;
	margin-top:0px;
}

.content-region p {
	color: #555555;
	margin-top:0px;
}

#menu ul {
	color: #555555;
	margin-left: 10px;
	padding-left: 10px;
}

#footer {
	font-size: 11px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	color:#FFFFFF;
	-moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	-moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}

#footer a:hover {
	color:#FFFFFF;
	background: none;
	border-bottom: 1px solid #FFFFFF;
	-moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}

#footer a:visited {
	text-decoration:none;
}