﻿

body 
{
	background-color:#91cddc;
}

.Banner 
{
	background-color: Transparent;
	height: 50px;
	width: 100%;
}

.Warning 
{
	color:Red;
}

.BannerLeft
{
	text-align: center;
	width: 100px;
	vertical-align: middle;
}

.BannerRight 
{
	text-align: right;
	width: 100px;
	vertical-align: top;
}

.BannerCenter 
{
	text-align: center;
	width: auto;
}

.Logo 
{
	background-color: Transparent;
	width: Auto;
}

.MainArea 
{
	width:100%;
}

.MainLeft 
{
	width:180px;
	vertical-align:top;
}

.MainRight 
{
	width:140px;
}

.MainCenter 
{
	width:auto;
	text-align:center;
}

.MenuButton
{	
	background-image:url(images/button.png);

	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
    border-width:3px;
    border-style:solid;
    border-color:#467577;
    width:98px;
    height:30px;
    color:Navy;

}

.MenuHover
{
	background-image:url(images/button_H.png);

	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
    border-width:3px;
    border-style:solid;
    border-color:#97BCBC;
    width:98px;
    height:30px;
    color:Navy;	
}

.MenuSel
{
	background-image:url(images/button_S.png);

	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
    border-width:3px;
    border-style:solid;
    border-color:#313D3D;
    width:98px;
    height:30px;
    color:Navy;	
}
.SMenuButton
{	
	background-image:url(images/button.png);

	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
    border-width:3px;
    border-style:solid;
    border-color:#467577;
    width:140px;
    height:30px;
    color:Navy;

}
.paragraph 
{
	text-align:left;
	font-size:3;
}
.SMenuHover
{
	background-image:url(images/button_H.png);

	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
    border-width:3px;
    border-style:solid;
    border-color:#97BCBC;
    width:140px;
    height:30px;
    color:Navy;	
}

.HeadText 
{
	text-align:center;
	font-family:Lucida Bright, Georgia;
    font-size:xx-large;
}

.SMenuSel
{
	background-image:url(images/button_S.png);

	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
    border-width:3px;
    border-style:solid;
    border-color:#313D3D;
    width:140px;
    height:30px;
    color:Navy;	
}

.Map
{
	height:440px;
	width:530px;
	background-color:Transparent;
}

.GenText 
{
	font-family:Lucida Bright Georgia;
	font-size: larger;
}

.Button 
{
	width:200;
	height:90;
}