﻿body
{
background-image:url('images/bg.jpg');
background-repeat:repeat;
background-position:0% 0%;
font-family:Arial,Helvetica,sans-serif;
color:#000000;
font-size:12px;
margin:0px;
}

.content
{
background-image:url('images/contentbg.jpg');
background-repeat:repeat;
background-position:0% 0%;
padding:20px 20px 10px 20px
}

.footer
{
 font-size:11px;
}

A.small:link    {color:#000000;text-decoration:none;font-weight:normal;}
A.small:visited {color:#000000;text-decoration:none;font-weight:normal;}
A.small:hover   {color:#000000;text-decoration:none;font-weight:normal;}
A.small:active  {color:#000000;text-decoration:none;font-weight:normal;}

/*java menu*/

table.menu
{
background-color:#000000;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent:5px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#ebe6cb;
}

a:link    {color:#000000;text-decoration:underline;font-weight:normal}
a:visited {color:#000000;text-decoration:underline;font-weight:normal}
a:hover   {color:#800000;text-decoration:underline;font-weight:normal}
a:active  {color:#000000;text-decoration:underline;font-weight:normal}

/*java menu*/
.floatRight {
	float: right;
}
.noBorder {
	border-width: 0px;
	float: right;
}
.services {
}
.services li {
	padding: 10px;
}

