/*Big header*/

h1
{
font: 28px georgia;
color: #333333;
margin-left: 3;
margin-right: 3
}


/*Subheader*/

h2
{
font: 14px verdana;
font-weight: bold;
color: #000000;
margin-left:3;
margin-right:3;
text-align: center
}


/*Images Text*/
p.images
{
font: 12px verdana;
}


/*Main Text*/
p.main
{
font: 12px verdana;
line-height: 1.5;
}






/*Begin top button*/

.menutop
{
position: relative;
font-family: georgia;
background: url(Images/layout/topbuttonhover.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 170px;
height: 48px;
margin: 0;
padding: 0;
}

.menutop a
{
display: block;
color: #000000;
font-size: 18px;
width: 170px;
height: 48px;
display: block;
float: left;
color: blue;
text-decoration: none;
}

.menutop img
{
width: 170px;
height: 48px;
border: 0
}

* html a:hover
{
visibility:visible
}

.menutop a:hover img
{
visibility:hidden
}

.menutop span
{
position: absolute;
top: 14px;
left: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 170px;
height: 24px;
text-align: center;
} 





/*Begin regular buttons*/

.menu
{
position: relative;
font-family: georgia;
background: url(Images/layout/buttonhover.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 170px;
height: 48px;
margin: 0;
padding: 0;
}

.menu a
{
display: block;
color: #000000;
font-size: 18px;
width: 170px;
height: 48px;
display: block;
float: left;
color: blue;
text-decoration: none;
}

.menu img
{
width: 170px;
height: 48px;
border: 0
}

.menu a:hover img
{
visibility:hidden
}

.menu span
{
position: absolute;
top: 14px;
left: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 170px;
height: 24px;
text-align: center;
} 