@charset "utf-8";
body {
	font-size: 9pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #3F9E34;
}
a:active {
	color: #3F9E34;
}
.style1 {
	color: #666666;
	font-size: 8pt;
}
.style2 {font-size: 8pt}
.style4 {font-size: 9pt; color: #000000;}

#container {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #81CA9C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: none;
}
#header {
	width: 720px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 85px;
	margin: 0px;
	border: 10px none #81CA9C;
	background-color: #FFF;
	background-image: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navbar {
	width: 720px;
	background-position: top;
	background-image: none;
	background-color: #FFF;
	margin: 0px;
	height: 29px;
	padding: 0px;
}

#mainContent {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: 10pt;
	color: #000;
}
#footer {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #FFF;
	width: 640px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #81CA9C;
	border-bottom-color: #81CA9C;
	border-left-color: #81CA9C;
	background-image: none;
	border-top-style: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* class for font */
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #005BA1;
}

.cushycms h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}

.newsheadlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #005BA1;
}

.cushycms h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #005BA1;
}

.pagetitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18pt;
	color: #005BA1;
}

.cushycms h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18pt;
	color: #005BA1;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:lighter
}

.newslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0066CC;
	line-height: 1.5;
}

.cushycms h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0066CC;
	line-height: 1.5;
}

.link {
	font-family: Arial, Helvetica, sans-serif;.cushycms h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

	font-size: 60%;
}

	#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
}
	
#navigation a:hover {
	color: #FF33CC;
	text-decoration:blink;
	color: #003366;


}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
