
/*General Layout*/
body {
	margin: 1em;
	padding: 0;
	font-size: 14px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif ;
	color: #000000;
}
#mainpage2
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
    /*height: 325px;*/
}
#top 
{
	margin: 0px ;
	padding: 5px;
	height: 120px;
	border-bottom: 4px #00cc00;
	background-color: #ffffff;
	background-image: url(../graphics/headergraphic.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#bottom
{
	background-color: #ffffff;
	margin: 0px;
	text-align: center;
	padding: 10px;
}
#columnin
{
	margin: 0;
	padding: 0.5em 1em;
}
#clear {
  clear: both;
}

/*Images */
img
{
	text-align: center;
	}
/*Header*/
p.Header
{
	font-size: 1.1em;
}
p.SubHeader
{
    padding: 60px 0px 0px 00px;
    font-size: .9em;
    margin-top: -0.8em;
    
}
p.Contact
{
    border-top: solid 2px #00CC00;
    border-bottom: solid 2px #00CC00;
    font-size: 0.75em;
    text-align:center;
    padding: 1em 0 1em 0;
}
.HeaderMain
{
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-family: "Arial Rounded MT Bold" "Tahoma"  "Sans-Serif";
}
hr.header
{
	width:75%;
	text-align: center;
	background-color: #ffffff;
	color: #00CC00;
}

/*Footer */
p.footer
{
	font-size: 8pt;
	text-align:center;
	color: #000000;
}
p.sitecreated
{
    font-size: 8pt;
    text-align:center;
    color: #00cc00;
    font-weight:bolder;
}

/*Two column layout*/
#left2
{
	
	float: left;
	width: 250px;
	
	padding: 2px;
	color: Maroon;
	margin: 0 40px 0 0;
}
#center2
{
    /*margin: 0 0 0 20px;*/
	border-left: solid 2px #00cc00;
	padding: 0 20px 0 20px;
	height: 400px;
	overflow: auto;
}
/*Menu on top*/
#menubartop
{
	padding: 0px;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	height: 16pt;
	background-color: #00cc00;
}
#menubartop a 
{
    color: #ffffff;
    background-color: #00cc00;
}
#menubartop a:hover {
  background-color: #ffffff;
  color: #00cc00;
}
#center
{
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}

/*Main Page*/
hr.mainpage{
	width: 75%;
}
p.mainpage 
{
}
ul.mainpage{
	font-size: 1.1em;
}
ul.mainpage a
{
    color: #000000;
}
/*General*/
h1.Title
{
    text-align: center;
    font-size: 1.5em;
}
h2.Subtitle, h3.Subtitle
{
    text-align:center;
    font-size: 1.3em;
}
h3.Subtitle
{
    color: #00cc00;
}
p.picture
{
    text-align: center;
}
p.center, center
{
    text-align: center;
}
p.right
{
    text-align:right;
}

p.spacer
{
    height: 1.5em;
    margin-bottom: -1.5em;
}
p.main
{
    padding: 10px;
    text-align: center;
    background-color: #00cc00;
    color: #ffffff;
}
hr
{
    background-color: #00cc00;
}
/*Menu*/

li.Menu
{
    padding: 5px 0 5px 0;
}
li.Menu a
{
	color: #000000;
}
li.Menu a:hover {
  background-color: #000000;
  color: #00cc00;
}
li.SubMenu a
{
	color: #000000;
	list-style-type: none;
}
li.SubMenu a:hover {
  background-color: #000000;
  color: #00cc00;
}
/*Rates*/

table.ratetable
{
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}
   
td.ratedesc
{
    text-align:left;
}
td.rate
{
    text-align: right;
}
