/* CSS Document */


body
{
background-color: #ffffff;
margin: 0px;
}


table.main
{
width: 600px;
height: 600px;
font-family: tahoma;
font-size: 80%;
font-weight: normal;
border-style: double;
border-width: 1px;
border-color: #689800;
table-layout: fixed;
}

table.table
{
width: 100%;
font-family: tahoma;
font-size: 100%;
font-weight: normal;
border-style: double;
border-width: 1px;
border-color: #689800;
table-layout: fixed;
padding: 1px;
}


td.main
{
padding: 10px;
table-layout: fixed; 
}

td.topbar
{
width: 100%;
height: 25px;
background-color: #689800;
text-align: right;
padding: 5px;
table-layout: fixed; 
}

td.bottombar
{
width: 100%;
height: 70px;
padding: 0px;
background-color: #689800;
text-align: center;
font-family: tahoma;
font-size: 80%;
font-weight: normal;
padding: 5px;
table-layout: fixed; 
}

td.middlemenu
{
width: 100%;
height: 30px;
padding: 0px;
background-color: #c8f890;
text-align: center;
padding: 5px;
table-layout: fixed; 
}

td.sidemenu
{
width: 100px;
height: 100px;
background-color: #c8f890;
text-align: left;
padding: 5px;
table-layout: fixed; 
}

td.breaker1
{
width: 100%;
height: 30px;
font-size: 80%;
table-layout: fixed;
padding: 5px;
}

td.breaker2
{
width: 100%;
height: 10px;

table-layout: fixed;
}

td.image
{
height: 120px;
width: 100px;
table-layout: fixed;
}


p.title
{
font-family: tahoma;
font-size: 150%;
font-weight: normal;
}

img.contact
{
position:relative;right:-250px;
vertical-align:text-bottom
}

/*Links*/


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

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

a:hover.dkgrn
{
color: #689810;
text-decoration: none;
}

a:active.dkgrn
{
color: #689810;
text-decoration: none;
}



a:link.main
{
color: #689810;
text-decoration: none;
border: none;
}

a:visited.main
{
color: #689810;
text-decoration: none;
}

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

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


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

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

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

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