/* CSS Document */

*{
	margin:0;
	padding:0;
}

html, body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}

.container
{
width: 800px;
height:100%;
background-color: #FFFFFF;
color: #2c2c2c;
}

.header
{
width: 800px;
height: 80px;
background-image:url(header2.gif);
background-repeat:no-repeat;
background-position: center;
}

.menutoplinks, #td
{
border: 1px solid #FFFFFF;
height: 25px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

.menutop
{
background-color: #FF9900;
width: 800px;
}

.main
{
color: #000000;
width: 800px;
height:100%;
}

.main h1
{
color: #FF6600;
font-weight: bold;
font-size: 15px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
} 

.main h2 a:link
{
color: #0033FF;
font-size: 14px;
padding: 0px 0px 0px 0px;
}

.main h2 a:visited
{
color: #0033FF;
font-size: 14px;
padding: 0px 0px 0px 0px;
}

.left
{ 
width: 510px;
height:100%;
float: left;
padding: 5px 5px 5px 5px;
border: 1px solid #FF9900;
text-align:left;
}

.right
{
width: 250px;
height:100%;
padding: 5px 5px 5px 5px;
text-align: justify;
float:right;
border: 1px solid #FF9900;
}

.footer
{
width: 800px;
height: 50px;
padding: 5px 5px 5px 5px;
}

a:link
{
color: #000000;
text-decoration: none;
}

a:active
{
color: #000000;
text-decoration: none;
}

a:visited
{
color: #000000;
text-decoration: none;
}

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

.sitetable
{
width: 500px;
}

.sitetable h5
{
color: #FF6600;
font-size: 12px;
text-decoration: none;
}

.sitetable a:link
{
color: #000000;
text-decoration:underline;
font-weight:bold;
}

.sitetable a:active
{
color: #000000;
text-decoration:underline;
font-weight:bold;
}

.sitetable a:visited
{
color: #000000;
text-decoration:underline;
font-weight:bold;
}

.sitetable a:hover
{
color: #000000;
text-decoration:underline;
font-weight:bold;
}
