h1 {
	font-size: large;
	color: #3A1B03;
	font-weight: normal;
}
h2 {
	font-size: medium;
	color: #048686;
}
h3 {
	font-size: small;
	color: #000;
}
a:link {
	color: #029D9D;
}

#footer a {
	color: #140A01;
}

#footerindex a {
	color: #140A01;
}


a:visited {
	color: #03B8B8;
}
a:hover {
	color: #5A2905;
}
a:active {
	color: #5A2905;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3A1B03;
	background-color: #BFA980;
	background-image: url(../images/bodybkg.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-attachment: scroll;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #BFA980;
	background-image: none;
	background-repeat: repeat-y;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
#tag {
	background-color: #FFF;
	position: absolute;
	left: 3px;
	top: 74px;
	z-index: 50000;
}
#twine {
	position: absolute;
	left: -101px;
	top: 110px;
}
#header  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #089C9C;
	width: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #140A01;
	border-right-color: #140A01;
	border-bottom-color: #140A01;
	border-left-color: #140A01;
	border-top-style: none;
} 
#container #mainContent table tr td {
	border: thin solid #5A2908;
	text-align: center;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 430px;
	background-color: #BFA980;
	margin-left: 0px;
	padding: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: 0px;
	position: static;
	background-image: none;
} 

#mainContentindex  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: 0px;
	position: relative;
	background-image: url(../images/indexbkg.jpg);
	background-repeat: no-repeat;
	background-color: #BFA980;
	width: 980px;
	height: 1200px;
} 
#flashabsol {
	position: absolute;
	left: 118px;
	top: 248px;
}
#indextext {
	position: absolute;
	left: 9px;
	top: 760px;
	width: 944px;
}



#footer  {
	font-size: x-small;
	text-align: right;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #089C9C;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #140A01;
	border-right-color: #140A01;
	border-bottom-color: #140A01;
	border-left-color: #140A01;
	height: auto;
	margin: 0px;	
} 
#footer2 {
	text-align: left;
	font-size: small;
	padding-left: 70px;
}
.submitstyle {
	background-color: #140A01;
	font-size: x-small;
	color: #FFF;
	border: thin solid #C03;
	padding: 2px;
}
.textboxstyle {
	background-color: #FFF;
	border: thin solid #C03;
	font-size: x-small;
	padding: 2px;
	background-image: none;
	color: #000;
	margin-top: 13px;
}
#footerindex {
	font-size: x-small;
	text-align: right;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #089C9C;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #140A01;
	border-right-color: #140A01;
	border-bottom-color: #140A01;
	border-left-color: #140A01;
	height: 170px;
	margin: 0px;
	background-image: url(../images/footerbkg.jpg);
	background-repeat: no-repeat;
}


#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align: center;
}
.style2 {
	font-size: large;
	font-style: italic;
}
#bellalogo {
	width: auto;
	text-align: center;
	padding-bottom: 10px;
}
.stylesmall {
	font-size: x-small;
}

