/* 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: 50px;
text-align:center;
padding-top: 25px;
color: #336633;
font-size:18px;
font-weight:bold;
}

.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: 560px;
height:100%;
float: left;
padding: 5px 5px 5px 5px;
text-align: justify;
border: 1px solid #FF9900;
}

.right
{
width: 200px;
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:underline;
}

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

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

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

.sitetable
{
text-align: center;
width: 500px;
}

.sitetable h5
{
color: #000000;
font-size: 17px;
}

.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;
}