/* structure and general styles for site, if you don't want to change the layout only edit the other style sheet */

body {
         background: #F3DE09 url(img/bg.jpg) repeat-x left bottom;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
color: #F3DE09;
font: normal 62.5% Tahoma,sans-serif;
}
p 
{
        margin-top: 0;
        padding-top: 0;
}

h1 {
        font: normal 1.8em Tahoma,sans-serif;        
}

/* header */

#header 
{
        background: #F3DE09 url(img/header_bg.jpg) bottom;
 width: 920px;
 height: 150px;
 float: left;
 border: 1px solid #AB1C00;
 border-bottom: 0;
 margin: 5px 0px 0px 0px;        
}

#header h1 
{
        font-size: 3.2em;
        margin: 0;
        padding: 0;
        line-height: 60px;
        color: #AB1C00;
        text-align: center;
}
#header h2 {
        font-size: 2.2em;
        margin: 0;
        padding: 0;
        line-height: 20px;
        color: #673A3C;
        text-align: center;
}
#header h3 {
        font-size: 1.8em;
        margin: 0;
        padding: 0;
        line-height: 20px;
        color: #673A3C;
        text-align: center;
}

/* Page Wrapper */

#wrapper { 
 margin: 0 auto;
 width: 922px;

}

/* right column */

#rightcolumn { 
 float: right;
 color: #F3DE09;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 196px;
}

#rightcolumn h2 {
        color: #725611;
        font-size: 1.2em;
        line-height: 30px;
        padding: 0;
        margin: 0;
        padding-left: 5px;
}
#rightcolumn ul {
        padding: 0;
        margin: 0 0 9px 0;        
        border-top: 1px solid #F3DE09;
}
#rightcolumn li {border-bottom: 1px solid #F3DE09; list-style: none; margin: 0; padding: 0;}
#rightcolumn li a {
        font-size: 1.2em;
        color: #2B3908;
        display: block;
        padding: 8px 0 8px 10px;
        text-decoration: none;
        width: 186px;
        
}
#rightcolumn li a:hover {
        background-color: #DD8807;
        color: #F3DE09;
        width: 186px;        
}
#rightcolumn img {
        width: 176px;
        padding: 10px;
}
#rightcolumn select {
	margin-left: 120px;
}
/* left column */

#leftcolumn  {
 font-size: 1.3em;
 line-height: 150%;
 float: left; 
 color: #2B3908;
 margin-right: 0;
 padding: 10px;
 width: 679px;
 display: inline;
margin-right: 5px;
}
#leftcolumn hr {
        color: #F3DE09;
        width: 90%;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
}
#leftcolumn h4 {
        color: #AB1C00;
}
#leftcolumn b {
        color: #AB1C00;
}
#leftcolumn a {
color: #2B3908;
font-size: 1.1em;
line-height: 150%;
}
#leftcolumn a:hover {
font-size: 1.1em;
line-height: 150%;
color: #2B3908;
text-decoration: none;
}
#leftcolumn p {
        text-align: justify;
        padding: 10px;
}
#leftcolumn u.imp {
        color: #AB1C00
}
/* footer */

#footer { 
 width: 923px;
 clear: both;
 color: #333;        
 background: #BD9C8C;
 margin: 0px 0px 30px 0px;
}

/* top navigation */
.navigation {        
        background: #D9E1E5 url(img/nav.jpg);
        border: 1px solid #AB1C00;
        height: 30px;
        clear: both;
        margin-bottom: 5px;
        font: #ff0000 16px;
}
.navigation marquee {
        color: #AB1C00;
        line-height: 30px;
        font-size: 14px;
}
.navigation a {
        color: #AB1C00;
}
.navigation a:hover {
        color: #AB1C00;
        text-decoration: none;
}

/* main content wrapper (background image ensures columns are equal */

#maincontent {
background: transparent url(img/main.gif) left top repeat-y;
float: left;
margin-bottom: 5px;
}


/* footer */

/* footer */
#footer {
        background: url(img/bgfooter.gif) repeat-x;
        background-position: bottom;
        color: #FFF;
        font: bold 1em sans-serif;
        line-height: 34px;
        text-align: center;
}
#footer a,.footer a:hover {color: #AB1C00;}

/* font styles and general content stlyes */

