body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}
/*a:link {
	color: #A93D08;
	color: #253C78; - old blue
	text-decoration: none;
}
 a:visited {
	color: #A93D08;
	text-decoration: none;
}
 a:hover {
	color: #A93D08;
	text-decoration: underline;
}
 a:active {
	color: #A93D08;
	text-decoration: none;
}*/
	



/* Site-wide Text Formatting */
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-left: 70px;
	background:url(../web_images/pagebackground.jpg);
	background-repeat: repeat-y;
}
.bodyText a:link {
	color: #162668;
	text-decoration: none;
}
.bodyText a:visited {
	color: #162668;
	text-decoration: none;
}
.bodyText a:hover {
	color: #162668;
	text-decoration: underline;
}
.bodyText a:active {
	color: #162668;
	text-decoration: none;
}
/*.buttonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	vertical-align: middle;
}*/
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background:url(../web_images/footer_background.jpg);
	background-repeat: no-repeat;
}
.footerText a:link {
	color: #162668;
	text-decoration: none;
}
.footerText a:visited {
	color: #162668;
	text-decoration: none;
}
.footerText a:hover {
	color: #162668;
	text-decoration: underline;
}
.footerText a:active {
	color: #162668;
	text-decoration: none;
}
/*can only control the font type in the forms from this style sheet*/
/*.form_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	vertical-align: middle;
}
.form_input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	vertical-align: middle;
}*/
.imageLeft {
	margin-right: 10px;
}
.imageRight {
	margin-left: 10px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	font-style: normal;
}
ul {
	list-style-position: outside;
	list-style-image: url(../web_images/bullet.gif);
}
ol {
	list-style-position: outside;
	margin-bottom:10px;
}
li {
	padding-left: 0px;
	margin-bottom:10px;
}
/*div,td,span {
	font-size: 11px;
}*/