/* CSS Document */

body {
	background-color:#006666;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}

a.menuFooter:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menuFooter:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menuFooter:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menuFooter:active {
	text-decoration: none;
	color: #FFFFFF;
}

.header {
	background-image: url(images/bgHeader.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: right;
	vertical-align: middle;
	padding: 10px;
}
.bgContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-image: url(images/bgContent.gif);
	background-repeat: repeat-y;
}
.contentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	list-style-type: none;
	text-align: justify;
	padding: 12px;
}
.bgFooterOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-image: url(images/bgFooterOrange.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: middle;
}
.bgFooterGreen {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-image: url(images/bgFooterGreen.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: middle;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	list-style-type: none;
	text-align: justify;
	padding-top: 12px;
	padding-right: 23px;
	padding-bottom: 12px;
	padding-left: 23px;
}
.greenText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006666;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
}
.orangeText {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF3300;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
}
.quote {
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
	background-position: top;
}