/* forces every page to have a vertical scrollbar */

body {/*text-align: center;*/
	font-size: 100.01%; /* eliminates most size inheritance errors */
	margin: 0px;
	background-color: #898B99;
	background-image: url(images/pageback.png);  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #08124D;}
html, body {min-height:100%;margin-bottom:1px;}
p {
	margin: 0px 0px 6px 0px;
	padding:0 10px;
	font-size:90%;
}

h1,h2,h3,h4,h5,h6 {
	color:#9E2323;
	text-align: center;
	font-weight: bold;
	
	font-family: "Eras Bk BT", "Eras DemiITC",  "ItcEras-Demi-Normal", Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1 { font-size: 140%;
   margin: 0px 20px 15px;}
h2 { font-size: 130%;
	margin: 18px 20px 6px;}
h3 { font-size: 120%;
	margin: 14px 20px 7px; }
h4 { font-size: 110%;
   margin: 12px 20px 6px; }
h5 { font-size: 100%;
   margin: 6px 20px 0px ;}
h6 { font-size: 90%;
   margin: 6px 20px 0px;}
#wrapper {/*position: relative;*/
	margin: 0 auto;
	width: 980px;
	/*text-align: left;*/
	background-image: url(images/wrapperBkg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	zoom:1;}
#pagehead{position: relative; 
	margin: 0;
	padding: 0;
	width: 980px;
	height: 250px;
	background: url(images/pageheadBack.jpg) no-repeat;
}
#menuBar{
	width:940px;
	margin:0 20px;
	border-top: 4px solid #961015;
	overflow: hidden;
	zoom:1;
	background: #961015;
	/*min-height: 30px;*/
}
#content{
	padding:10px 20px 40px 20px;
	overflow: hidden;
	zoom:1;
	background: url(images/contentBtm.png) bottom no-repeat;
}
.col220{
	width:220px;
	float: left;
	margin: 10px 20px 0 0;
	background: #E5E1CE url(images/220top.png) top center no-repeat;}
	
.col220 p.bottom, .col220 ul.bottom{
	background: url(images/220btm.png) bottom center no-repeat;
padding-bottom:20px;
margin-bottom:0;	
}
.col300{
	width:300px;
	float: left;
	margin: 10px 20px 0 0;
	background: #E5E1CE url(images/300top.png) top center no-repeat;}
.col300 p.bottom, .col300 ul.bottom{
	background: url(images/300btm.png) bottom center no-repeat;
padding-bottom:30px;
margin-bottom:0;	
}
.col460{
	width:460px;
	float: left;
	margin: 10px 20px 0 0;
	background: #E5E1CE url(images/460top.png) top center no-repeat;}
.col460 p.bottom, .col460 ul.bottom{
	background: url(images/460btm.png) bottom center no-repeat;
padding-bottom:20px;
margin-bottom:0;	
}
.col620{
	width:620px;
	float: left;
	margin: 10px 20px 0 0;
	background: #E5E1CE url(images/620top.png) top center no-repeat;}
.col620 p.bottom{
	background: url(images/620btm.png) bottom center no-repeat;
padding-bottom:20px;
margin-bottom:0;	
}
div.right{margin-right:0;}
#footer {
	width:980px;
	background: url(images/footerTop.png) no-repeat;
	margin: 0px auto;
   padding: 20px 0px 0px 0px;}
#footer a {
	color: #FFFFFF;
}
#footer p{
	background-image: url(images/footerBtm.png);
background-position: bottom;
background-repeat: no-repeat;
font-size:90%;
color: #E5E1CE;
padding:0 20px 20px 20px;
	margin:0;
	text-align: center;
}
.top{
	margin-top:10px;
	}
.quote{
	font-style: italic;
	color:#961015;
	padding-top:10px;
}
.required{
	font-size: 100%;
	color: #9E2323;
	font-weight: bold;
}
.tableText2col{
	background:url(images/620btm.png) bottom 	no-repeat;
	padding-bottom:40px;
	width:620px;
}
.tableText2col td{
	width:310px;
	text-align: left;
	vertical-align: top;
}
ul{
	margin:0px 0px 6px 0px;
}
ul li {
	list-style-position: outside;
	list-style-type: square;
	font-size:90%;
	/*margin-left:30px;*/
margin-right:10px;
	font-weight: normal;
}
#sitecredit{margin: 30px auto 10px;
	width:400px;
	padding: 4px 0 2px;
	text-align: center;
	color: #999;
	font-size: 80%;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;}
#sitecredit a{text-decoration: none;
	color: #999;	}
a:link {color : #0a22b9;
   text-decoration: underline; }
a:visited {color: #7f6239;
   /*text-decoration: none*/}
a:hover {color: #005200;
   /*text-decoration: none*/}
a:active {color: #400305;
   /*text-decoration: none*/}
#sitecredit{
	margin: 10px auto;
	text-align: center;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	/*font-size: 90%;
	line-height: 150%;*/
}
#sitecredit a{
	text-decoration: none;
	font-size: 110%;
	line-height: 150%;
	color: #3D3D3D;
}
#sitecredit a:hover{
	color: White;
}
