* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

body 
{
background: #E6ECAE url(../images/TopBackground.jpg) left top repeat-x;
scrollbar-face-color: #E6ECAE;
text-align: center;
}

/*Image control CSS*/
img
{
display: block;
padding: 5px;
}

div#wrapper {
background: #FFFFFF url(../images/content-bg.gif) left top repeat-y;
min-height: 100%;
height: auto !important;
margin: 0 auto -26px; /* the bottom margin is the negative value of the footer's height */
width: 757px;
}

div#header img{
padding: 0;
}

div#content {
text-align: left;
padding: 0px 21px 0px 21px;
}

td.titleLine
{
width: 750px;
text-align: center;
margin-left: 10px;
margin-right: 10px;
}

p
{
font-size: 10pt; 
color: #3F5360;
font-family: Verdana,arial,geneva,sans-serif;
font-weight: none;
line-height: 1.5em;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 1.5em;
}

h1{
font-size: 16pt; 
color: #B67F49;
font-family: Verdana,arial,geneva,sans-serif;
font-weight: none;
line-height: 1.5em;
margin-left: 7px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 1px;
}

h2{
font-size: 11pt; 
color: #5F7B8D;
font-family: Verdana,arial,geneva,sans-serif;
font-weight: bold;
line-height: 1.5em;
margin-left: 7px;
margin-right: 0px;
margin-bottom: 2px;
margin-top: 1px;
}

a { 
text-decoration: underline;
/*font-weight: bold; */
}

a:link 
{ 
color: #5F7B8D; 
background-color: transparent; 
}

a:visited 
{ 
color: #5F7B8D; 
background-color: transparent; 
}

a:active 
{ color: #3F5360; 
background-color: transparent; 
}

a:hover 
{ 
color: #3F5360; 
text-decoration: underline; 
background-color: transparent; 
}

div#menu
{
background: #E6ECAE;
width: 100%;
height: 20px;
text-align: center;
text-decoration: none;
color: #000000;
font-size: 10px; 
font-family: Verdana,arial,geneva,sans-serif;
line-height: 14px;
padding-top: 5px;
}

a.menu {
text-decoration: none;
background-color: transparent; 
font-family: Verdana,arial,geneva,sans-serif;
}

a.menu:link 
{ 
color: #000000; 
}

a.menu:visited 
{ 
color: #000000; 
}

a.menu:hover 
{ 
color: #F0A478;
text-decoration: none;
}

div#footer, #push 
{
height: 26px;
}

div#footer 
{
clear: both;
position: relative;  /* Needed for Safari */
background: #000000 url(../images/Footer.jpg) bottom left repeat-x;
margin: 0px auto;
width: 715px;
text-decoration: none;
color: #FFFFFF;
font-size: 10px; 
font-family: Verdana,arial,geneva,sans-serif;
}

div#footerleft {
float: left;
padding: 5px;
}

div#footerright {
float: right;
padding: 5px;
}

a.footer { 
text-decoration: none;
background-color: transparent; 
}

a.footer:link 
{ 
color: #FFFFFF; 
}

a.footer:visited 
{ 
color: #FFFFFF; 
}

a.footer:hover 
{ 
color: #000000;
text-decoration: none;
}

.thumbs img
{
display:inline;
}