/* CSS Document */



body, html {

background-image: url(../images/bgrnd.gif);

background-repeat: repeat-x;

background-position: top center;

background-color: #223439;

text-align: center;

font: normal 900 9px Arial, Helvetica, sans-serif;

color: #000000;

height: 100%;

margin-top: 0px;

padding: 0;

}



#container {

position: relative;

background: #FFFFFF;

margin: 0 auto;

width: 800px;

color: #000000;

border-right: solid #231508 1px;

border-left: solid #231508 1px;

min-height: 100%;

overflow: hidden;

}



#header {

background-image: url(../images/header.jpg);

width: 800px;

height: 97px;

}



#navcontainer

{

margin: 0px 0 0 0px;

padding: 0;

height: 20px;

background-color: #231508;

}



#navcontainer ul

{

border: 0;

margin: 0;

padding: 0;

list-style-type: none;

text-align: center;

}



#navcontainer ul li

{

display: block;

float: left;

text-align: center;

padding: 0;

margin: 0;

}



#navcontainer ul li a

{

background: #000000;

width: 78px;

height: 18px;

border-right: 1px solid #7F6954;

padding: 0;

margin: 0 0 10px 0;

color: #FFF;

text-decoration: none;

display: block;

text-align: center;

font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;

}



#navcontainer ul li a:hover

{

color: #280326;

background: #846851;

}



#navcontainer a:active

{

background: #846851;

color: #fff;

}



#navcontainer li#active a

{

background: #846851;

border: 1px solid #c60;

color: #fff;

}



#leftcontent {
text-align: left;
font: normal 900 11px Arial, Helvetica, sans-serif;
padding: 10px;
}



#centercontent {
text-align: center;
font: 12px Arial, Helvetica, sans-serif;
padding: 10px;
}



#dbleft {

float: left;

padding: 10px;

width: 470px;

text-align: left;

}



#dbright {

float: right;

padding: 10px;

width: 250px;

text-align: center;

border-left: solid #2E6383 thin;

}



.imgbrdr {

border: solid;

border-width: 1px;

border-color: #231508;

}



.imgpad {

	position: relative;

	float: left;

	padding: 10px;

}

.fltright {
float: right;
padding: 10px;
}

.fltleft {
float: left;
padding: 10px;
}



.row {

font: normal 900 11px Arial, Helvetica, sans-serif;

background-color: #231508;

text-align: left;

color: #FFFFFF;

padding: 2px;

}

h1 {
font-size:24px;
color:#960;
}

h2 {
font-size:24px;
color: #C00;
}

h3 {
font-size:18px;
color: #C00;
}	

.redtxt {

color: #A90000;

}



#leftcontent ul li {

list-style-image: url(../images/bullet.gif);

margin-top: 2px;

}



#dbleft ul li {

list-style-image: url(../images/bullet.gif);

margin-top: 2px;

}



#centercontent ul li {

list-style-image: url(../images/bullet.gif);

margin-top: 2px;

}

.box1 {
width: 600px;
border: 3px solid #960;
text-align: left;
padding: 10px;
}



#footer {

background-image: url(../images/header.jpg);

position: relative;

margin: 0 auto;

bottom: 0;

width: 800px;

color: #FFFFFF;

background-color: #000000;

border: solid 1px #231508;

}



A:link {text-decoration: none; color: #000000;}

A:visited {text-decoration: none; color: #000000;}

A:active {text-decoration: none; color: #000000;}

A:hover {text-decoration: line-through; color: #2E6383;}

