body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	background-image: url(../backgrounds/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#wrapper {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 440px;
	border-bottom-color: #CCE16A;
}

#photos {
	width: 600px;
	height: 413px;
	background-color: #FFFFFF;
}

#footer {
	padding: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 40px;
}
#footer_Text {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 190px;
	padding-top: 10px;
}
#H1 {
	font-size: 18px;
	font-weight: bold;
	color: #A2BF2B;
	height: 27px;
	vertical-align: bottom;
	padding-left: 10px;
}
.H1 {
	font-size: 14px;
	font-weight: bold;
	color: #A7C52E;
	text-align: left;
}

#H2 {
	font-weight: bold;
	color: #A7C62D;
	font-size: 14px;
	padding-bottom: 25px;
	text-align: left;
}
.H2 {
	font-weight: bold;
	color: #A7C62D;
	font-size: 14px;
}
.H3 {
	font-weight: bold;
	color: #6B6F9C;
	font-size: 12px;
}
.H4 {
	font-weight: bold;
	color: #6B6F9C;
	font-size: 11px;
}

.H5 {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}


a:link {
	color: #8CA626;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8CA626;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #8CA626;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #8CA626;
	font-weight: bold;
}

#breadcrumbs {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 14px;
	font-size: 10px;
	color: #94B31A;
	font-weight: bold;
	visibility: hidden;
}

.bullets {
	text-align: left;
	list-style-type: circle;
	list-style-image: url(../bullets/bullet.gif);
	margin-left: 0px;
}
.bulletsJustified {
	text-align: justify;
	list-style-type: square;
	list-style-image: url(../bullets/bullet.gif);
	list-style-position: inherit;
	line-height: 14pt;
}
.bulletPDF {
	text-align: left;
	list-style-type: square;
	list-style-image: url(../bullets/pdficon.gif);
	list-style-position: inherit;
	line-height: 18px;
}
.bulletWord {
	text-align: left;
	list-style-type: square;
	list-style-image: url(../bullets/Word_small.gif);
	list-style-position: inherit;
}
.bulletExcel {
	text-align: left;
	list-style-type: square;
	list-style-image: url(../bullets/Excel.gif);
	list-style-position: inherit;
}
.bulletGoogle {
	text-align: left;
	list-style-type: square;
	list-style-image: url(../bullets/Google.gif);
	list-style-position: inherit;
}
