/*Style Sheet*/




body {
color: black;
font-size: 11px;
font-family: arial, sans-serif;
background-color: white;
background-image: url(../images/bg.jpg);
background-position:top left;
background-repeat:repeat-x;
margin: 0px 0px 20px 0px;
min-width: 800px;
}


h1 {
color: black;
font-size:1.5em;
font-family: verdana, arial, sans-serif;
}


h1.light {
color: #ffe9bd;
font-size: 2em;
font-family: verdana, arial, sans-serif;
}

h2 {
color:#820000;
font-size: 2em;
font-family: verdana, arial, sans-serif;
margin-top:10px;
}

h3 {
color:#7e0008;
font-style:italic;
font-size:1.1em;
font-family: verdana, arial, sans-serif;
margin-top:10px;
margin-bottom:10px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #C46200;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/*Main Content Divs*/


#boxheader {
position:relative;
width:100%;
padding:0px;
text-align:right;
}

/* LINKS */
#boxheader2 {
position:relative;
width:750px;
padding:0px;
text-align:center;
border-top-style: solid;
border-top-width: 15px;
border-top-color: white;
margin-left:auto;
margin-right:auto;
margin-top:5px;
}

#boxbody {
position:relative;
width:750px;
padding:20px;
margin:auto;
text-align:left;
}

#boxbody2 {
position:relative;
width:740px;
padding:0px;
bottom:0px;
}

#boxfooter {
position:relative;
bottom:0px;
width:100%;
padding-top:10px;
text-align:center;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #bababa;
}

/*End Main Content Divs*/

#boxbodytext {
position:relative;
min-height:500px;
width:100%;
padding:0px;
top:0px;
text-align:justify;
border-top-style: solid;
border-top-width: 10px;
border-top-color: white;
}

#boxbodytext2 {
position:relative;
height:200px;
width:400px;
padding:0px;
top:0px;
left:0px;
text-align:justify;
margin-top:10px;
}

#boxbodyimage {
position:relative;
height:300px;
width:200px
padding:0px;
top:0px;
text-align:justify;
border-style: solid;
border-width: 1px;
border-color: black;
}