/*660000, 260000, C47400, D9C48A */


body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0px;
    background-image: url('Images/pagebackground.jpg');
}
#wrap 
{
    border: thick ridge #260000;
    margin: 0px auto 0px auto;
    font-size: 12px;
    width: 950px;
    background-color: #FFFFFF;
}
#header {
    height: 115px;
    background-image: url('Images/headerbg.jpg');
    background-repeat: no-repeat;
}

#container {
    background-color: white;
    float: left;
    width: 100%;
}
#left {
    width: 225px;
    float: left;
    list-style-type: none;
    padding: 0 10px 0 5px;
}

#middle
{
    padding: 0 10px 0 10px;
    margin-left: 250px;
    margin-right: 210;
    width: 451px;
    padding-top: 10px;
}
#right {
    width: 195px;
    float: right;
    padding: 0 5px 0 10px;
}


#footer {
    background-image: url('Images/footer.jpg');
    background: #660000 repeat-x;
    clear: both;
    padding: 10px 0 10px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    font-family: "Tempus Sans ITC";
    color: #FFFFFF;
    border-top-style: groove;
    border-top-width: medium;
    border-top-color: #FFFFFF;
    font-size: small;
}
/******************** Top Navigation ************************/

#navigation 
{
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    border-top-style: groove;
    border-top-width: thick;
    border-top-color: #C47400;
    border-bottom-style: double;
    border-bottom-width: thick;
    border-bottom-color: #C47400;
    background-color: #260000;
    height: 30px;
}
#navigation ul
{
    margin: 0;
    padding: 0px;
    list-style: none;
    float: left;
    font-family: arial, helvetica, sans-serif;
    width: 100%;
}

#navigation ul li {
    float: left;
}

#navigation ul li a
{
    padding: 10px;
    color: #FF9900;
    text-decoration: none;
    display: block;
    margin-right: 15px;
}

#navigation ul li a:hover
{
	color: #FFF;
	}


/******* End navigation ***********/


p {
    margin-bottom: 15px;
    margin-top: 0px;
}

hr {
    color: #800000;
}
h1 {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 0;
    color: #800000;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}
h2
        {
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #660000;
    padding: 3px;
}
        
  h3
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: medium;
            font-weight: bold;
            color: #800000;
        }


h4
{
    font-size: 14px;
    margin-bottom: 15px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
}

h5
{
    font-size: 12px;
    margin-bottom: 20px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
}
a:link {
    color: #6E2B32;
    text-decoration: none;
}
/* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;

} 
a:hover {
    color: #C47400;
    text-decoration: none;
}
a:active {
    color: #800000;
    text-decoration: none;
    font-weight: bold;
}


.img_left {float: left;
            margin-right: 4px;}

 /****** sidebar navigation **********/
			
.navcontainer {
    background-position: left center;
    padding: 55px 0 0 35px;
    width: 196px;
    background-image: url('Images/notepadbg.jpg');
    height: 230px;
    background-repeat: no-repeat;
    list-style-type: none;
    margin-left: 0;
}

.navcontainer ul
{
    list-style-type: none;
    margin-left: 20px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
color: #000000;
}

.navcontainer a:hover
{color: Maroon;}

.navcontainer a:link, #navlist a:visited
{
    text-decoration: none;
}


.floatright{
float:right;
}
.floatleft{
    float: left;
    height: 148px;
    width: 180px;
}
 .center
{
    text-align: center;
}

 .box
{
    margin: 10px 4px 10px 4px;
    border: medium #C47400 double;
    padding: 3px;
}

.underline
{
    text-decoration: underline;
}

#full
{
    padding: 0 5px;
    background-color: #FFFFFF;
    clear: both;
}
img
{
    border-style: none;
    padding: 0;
}
.center
{
    text-align: center;
}
.centeredbold
{
    font-weight: bold;
    text-align: center;
}
.list
{
    margin: 0px;
    list-style-type: none;
    list-style-position: outside;
    line-height: 12px;
    color: #000000;
}
.list li
{
    line-height: 20px;
    margin-bottom: 9pt;
}
.cleanup
{
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
}
.cleanup li
{
    text-indent: 0px;
    margin-bottom: 15px;
}
.sidebox
{
    background-image: url('Images/sidebox.jpg');
    background-repeat: repeat-x;
}
.box2
{
    padding: 10px;
    color: #260000;
    line-height: 20px;
    text-align: center;
    background-color: #EEEEEE;
    border-style: ridge;
    border-width: thin;
    overflow: hidden;
    width: 97%;
}

