html
{
background: #ffffff;
}

body
{
margin: 0;
padding: 0; 
font-family: verdana, arial, helvatica, sans-serif;
font-size: 13px;
color: #5C5C5D;
background: url(../images/topbar.gif) repeat-x;
}


#wrapper
{
margin: 0 auto;
margin-top: 0px;
width: 820px;
}

#header
{
width: 820px;
height: 175px;
padding-left: 0px;
padding-top: 0px;
background: url(../images/header.jpg);
}

#homebutton
{
margin-top: 45px;
float: left;
}

#topright /*Where the navigation goes*/
{
float: right;
padding: 0px;
width: 360px; 
margin-top: 22px;
}


#nav, #nav ul {
padding: 0px;
margin: 0px;
list-style: none;
font-family: arial, sans-serif;
font-size: 13px;
}

#nav li
{
display: inline;
float: left;
}

#nav a 
{
font-weight: bold;
display: block;
color: #414157;
text-decoration: none;
background: url(../images/navbg.gif);
height: 38px;
width: 85px;
text-align: center;
margin-left: 5px;
padding-top: 33px;
} 

#nav a:hover
{ background: url(../images/navbg2.gif);
color: #ffffff;}



#content
{
width: 670px;
padding-left: 75px;
padding-right: 75px;
background: url(../images/contentbg.jpg) bottom left no-repeat;
}

#contenttext
{ 
padding-left: 5px;
padding-right: 5px;
border-right: 1px solid #9A9AA6;
border-left: 1px solid #9A9AA6;
}

#logos
{
margin-left: -75px;
width: 900px;
margin-top: 70px;
margin-bottom: 20px;
}

#footer
{
width: 710px; /* Giving it this width centers it within the contenttext */
padding-bottom: 150px;
text-align: center;
color: #ffffff;
margin-left: 0px;
}

#footer a:link
{ color: #ffffff; text-decoration: none; font-weight: normal;}

#footer a:visited
{ color: #ffffff; text-decoration: none; font-weight: normal;}

#footer a:hover
{ color: #ffffff; text-decoration: underline; font-weight: normal;}

#footer a:active
{ color: #ffffff; text-decoration: underline; font-weight: normal;}


h6
{ font-size: 12px; }

a:link
{
font-weight: bold;
text-decoration: none;
color: #414157;
}

a:visited
{
font-weight: bold;
text-decoration: none;
color: #414157;
}

a:hover
{
font-weight: bold;
text-decoration: underline;
color: #414157;
}

a:active
{
font-weight: bold;
text-decoration: underline;
color: #414157;
}


h1
{

font-size: 20px;
margin-top: 0px;
margin-bottom: 0px;
color: #C5A172;
background: url(../images/h1bg.gif) repeat-x;
}
