/* CSS Document */

/* BODY */


body, html {
background-image: url(../images/bgrnd.jpg);
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 20px auto;

}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 798px;
min-height: 100%;
overflow: hidden;
background-color: #FFF;
}

/* HEADER DIV */

#header {
width: 798px;
height: 178px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
}

/* MENU DIV */

#menu {
width: 798px;
height: 24px;
text-align: right;
margin-top: -10px;
font-weight: bold;
color: #000;
font-size: 18px;
}

#menutxt {
padding: 0 10px 0 10px;
}

#menutxt a {
color: #4C6A7C;
text-decoration: none;
font-size: 12px;
}

#menutxt a:hover {
color: #5C2828;
text-decoration: none;
}

/* CONTENT DIVS */

#contentcontainer {
width: 790px;
}

#content {
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 20px;
}

#content ul {
font-size: 12px;
font-weight: normal;
list-style-type: square;
}

#content ul li {
font-size: 12px;
font-weight: normal;
color: #4C6A7C;}

/* FLOATS */

#fltleft {
float: left;
width: 200px;
border-right: 1px solid #CCC;
text-align: right;
padding-right: 20px;
}

#fltleft p {
line-height: 28px;
}

#fltright {
float: right;
width: 500px;
}


/* FOOTER */

#footer {
width: 798px;
height: 24px;
background-color: #000;
color: #FFF;
margin: 0;
clear: both;
}

#footertxt {
padding: 5px;
font-size: 9px;
}

/* HEADINGS */

h1 {
font-size: 18px;
font-weight: bold;
color: #5C2828;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #5C2828;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #5C2828;
}

/* LINKS */

A:link {text-decoration: underline; color: #4C6A7C;}
A:visited {text-decoration: none; color: #4C6A7C;}
A:active {text-decoration: none; color: #4C6A7C;}
A:hover {text-decoration: none; color: #5C2828;}

/* ALIGNMENTS */

.imgfltleft {
float: left;
padding: 12px;
}

.imgfltright {
float: right;
padding: 12px;
}

.imgpad {
padding: 10px;
}

/* TEXT */

.smalltxt1 {
font-size: 9px;
line-height: 12px;
}

.largetext1 {
font-size: 18px;
font-weight: bold;
color: #5C2828;
}

.blubold {
color: #4C6A7C;
font-weight: bold;
}