*
{
margin: 0;
padding: 0;
}

body
{
background: url('../assets/Image/bgy.gif') repeat-y;
}

h1
{
background: url('../assets/Image/header.jpg') no-repeat;
text-indent: -5000px;
width: 800px;
height: 89px;
}

h2
{
font-weight:  bold;
text-align: center;
color: #000000;
font-family:  arial, verdana;
font-size: 16px;
}

p, td
{
margin: 0.8em 0 0 2em;
font-family: arial, verdana;
font-size: 11px;
}

a	
{
color: #196b2c;
font-family: verdana, arial;
font-size: 11px;
}

a:hover 
{
color:#000;
font-family: verdana, arial;
font-size: 11px;
text-decoration: underline;
}

#nav
{
width: 116px;
background: #EFC003 url('../assets/Image/navtop.jpg') no-repeat;
color: #000;
float:left;
padding-left: 5px;
}

#nav a
{
color:#000;
font-weight: bold;
text-decoration: none;
}

#nav a:hover
{
color: #196b2c;
text-decoration: underline;
}

#nav ul
{
padding-top: 10px;
list-style-type: none;
}


#maincontainer
{
width:800px;
/*background: #EFC003;
color: #000;*/
}

#content
{
width: 679px;
float: left;
background: #fff;
color: inherit;
padding-bottom: 15px;
}

#footer
{
width: 800px;
height: 101px;
background: url('../assets/Image/footer.gif') no-repeat;
clear: both;
}


#footer p
{
text-align: center;
margin: 3px 0 0 83px;
font-family: arial, verdana;
font-size: 12px;
}

#date
{
text-align: right;
color: #767676;
background: transparent;
margin: 0;
font-size: 10px;
position: relative;
top: -10px;
left: 0px;
}


textarea,  input	
{
font: 12px 'helvetica neue', arial,verdana, sans-serif;
border: 1px solid #FFCC00;
}
