/* pagestyles1 */

* {
	margin: 0;
	padding: 0;
}


a:link, a:visited, a:active {
color:#430901;
text-decoration:underline;
font-weight: bold;
}


a:hover {
color:#8D110B;
text-decoration:underline;
}



img {
	padding: 0;
	outline:none;
	border: none;
	margin-right: 5px;
}


a img {
	border: none;
	margin: 0;
	padding: 0;
	outline:none;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
list-style: none;
}

p {
font-size: 14px;
line-height: 120%;
}

.imagecaption {
font-size: 11px;
color: #430901;
}

.footertext {
font-size: 11px;
line-height: 120%;
}

.footertextbold {
font-size: 11px;
line-height: 120%;
font-weight: bold;
}

.scrollerintrobold {
font-size: 18px;
line-height: 110%;
font-weight: bold;
font-style: italic;
}


.introparagraph {
font-weight: bold;
line-height: 120%;
font-size: 14px;
}

.bullet {
font-weight: bold;
color:#8D110B;
}

.listeditems {
	font-weight: bold;
	line-height: 140%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

h1	{
	font-size:	24px;
	font-weight:bold;
	}

h2	{
	font-size:	22px
	font-weight:bold;;
	}

h3	{
	font-size:	20px
	font-weight:bold;;
	}

h4 {
	font-size:	18px;
	font-weight:bold;
	}

h5	{
	font-size:	14px;
	font-weight:bold;
	}

h6	{
	font-size:	12px;
	font-weight:bold;
	}
	
	
	#toplink{
	height: 28px;
	width: 270px;
	overflow: hidden;
	display: block;
	background-image: url(images/toplink.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 44px;
	left: 0px;
}

#toplink:hover{
	background-position: center bottom;
}
	
	
	
	
	/* icons */
	
	#homeicon{
	height: 22px;
	width: 24px;
	overflow: hidden;
	display: block;
	background-image: url(images/homeicon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 47px;
	left: 445px;
}

#homeicon:hover{
	background-position: center bottom;
}


#infoicon{
	height: 22px;
	width: 24px;
	overflow: hidden;
	display: block;
	background-image: url(images/infoicon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 47px;
	left: 469px;
}

#infoicon:hover{
	background-position: center bottom;
}

#mailicon{
	height: 22px;
	width: 24px;
	overflow: hidden;
	display: block;
	background-image: url(images/mailicon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 47px;
	left: 493px;
}

#mailicon:hover{
	background-position: center bottom;
}





body {
	font-family: Arial, Helvetica, sans-serif;
	color: #430901;
	background-color: #000000;
	background-image: url(images/indexbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#pagewrapper {
	height: 1162px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#headerstrip {
	height: 100px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#bannerstrip {
	height: 250px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 100px;
}

#titlestrip {
	height: 70px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 350px;
	padding-left: 300px;
	padding-top: 50px;
}





/* scroller */

#scrollcontainer {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	height: 580px;
	position: absolute;
	top: 470px;
	left: 285px;
}


.scrollArea {
	font-family: Arial, Helvetica, sans-serif;
	width: 440px;
	height: 580px;
	overflow: auto;
	color: #430901;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
}










#footer {
	height: 40px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 150px;
	padding-left: 130px;
	padding-top: 10px;
}
