@charset "utf-8";
/* {
margin:0; /* zero out margin */
/*padding:0;  zero out padding 
}*/

html, body {
	height:100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
	margin: 0px;
	padding: 0px;
}
* html #wrapper { 
height:100%; /* IE6 treats height as min-height */
}
#wrapper {
	min-height:100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container-background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: -98px;
}

#header {
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0%;
	height: 153px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #E8E8E8;
	background-image: url(../images/header.jpg);
}
#menu {
	position: relative;
	top: 19px;
	right: 20px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	text-align: center;
	padding-left: 4%;
}
#container {
	height: 100%;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#flash {
	height: 335px;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #316796;
	background-color: #FFFFFF;
}
#footer {
	height:80px; /* -80px sucks it back into the #wrapper */
	background-color: #E8E8E8;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 0%;
	padding-bottom: 5px;
	padding-left: 0%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}
#footer h3 {
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#indexcenterdiv {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 100%;
}
.push {
	height: 98px;
}

#news {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#news a {
	font-size: 18px;
	color: #3266CC;
	text-decoration: underline;
}
#page-titles {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 15px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 40px;
	margin-left: 6px;
	font-style: italic;
	text-decoration: underline;
	background-image: url(../images/title-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	position: relative;
	right: 20px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	text-align: left;
	height: 100px;
}



p {
	font-family: Garamond;
	font-size: 16px;
	color: #333333;
}

a {
	font-family: Garamond;
	font-size: 16px;
	color: #663300;
	text-decoration: underline;
}
h1 {
	font-family: "Palatino Linotype";
	font-size: 25px;
	color: #333333;
	margin-bottom: 10px;
}
h2 {
	font-family: "Palatino Linotype";
	font-size: 22px;
	color: #557EA7;
	margin-bottom: 10px;
}

h3 {
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #547EA7;
	margin-bottom: 10px;
}
h5 {
	font-family: "Palatino Linotype";
	font-size: 18px;
	color: #3266CC;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h6 {
	font-family: "Palatino Linotype";
	font-size: 25px;
	color: #333333;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.fltright {
	float: right;
	clear: left;
}

span.label,span.spacer,span.multiple span {
	font-family: Garamond;
	font-size: 16px;
} 
span.button {
	padding-left:5px;
} 
div.clear {
	clear:both;
	padding-top:5px;
}
.button {
	font-size: 13px;
	color: #50351B;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
