body
{
	font-family: Arial, Times New Roman, Verdana, Comic Sans MS;
	background-color: #F0F3F8;
	width: 780px;
	margin: auto;
}
div.container
{
	background-color:White;
	border-style: window-inset;
	border-width: 0px;
	margin: 0px;
	min-height: 810px;
}
div.header
{
	background-image: url(../images/Header780x300.png);
	height: 300px;
}
div.header1
{
	background-image: url(../images/Header1.png);
	height: 100px;
}
div.header2
{
	background-image: url(../images/Header2.png);
	height: 100px;
}
div.header3
{
	background-image: url(../images/Header3.png);
	height: 100px;
}
div.rightMenu
{
	background-image: url(../images/Menu300x410.png);
	width: 300px;
	height: 410px;
	float:left;
	margin-left: 0px;
}
div.rightMenu2
{
	background-image: url(../images/Menu.png);
	width: 300px;
	height: 450px;
	float:left;
}
div.content
{
	background-image: url(../images/Content480x410.png);
	width: 480px;
	height: 410px;
	float: right;
}
div.content2
{
	background-image: url(../images/MainArea.png);
	width: 480px;
	height: 450px;
}
div.contentText
{
	width: 440px;
	height: 300px;
	margin-top: 70px;
	background-color: Transparent;
}
div.textArea
{
	width: 500px;
	height: 350px;
	margin-top: 25px;
	margin-left: 50px;
}
div.footer
{
	background-image: url(../images/Footer780x100.png);
	height:100px;
	clear:both;
}
div.footer2
{
	background-image: url(../images/Footer.png);
	height:60px;
	clear:both;
}
h1.Verdana_M
{
	font-family: Verdana;
	font-size: medium;
	color: black;
	border-bottom-style: groove;
	border-bottom-color: black;
	border-bottom-width: thin;
}
h1.Verdana_SY
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: Yellow;
	border-bottom-style: solid;
	border-bottom-color: Yellow;
	border-bottom-width: medium;
}
p.Verdana_S
{
	font-family: Verdana;
	font-size: small;
	text-align:justify;
}
p.copyright
{
	font-family: Verdana;
	color: Maroon;
	font-size: xx-small;
	text-align: center;
}
p.address
{
	font-family: Verdana;
	color: Yellow;
	font-size: small;
	text-align: center;
}
ul.links
{
	font-family: Verdana;
	font-size: small;
	line-height: 1.5em;
}
ul.links li
{
	padding-left: 0px;
}
ul.menu
{
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 0px;
}
ul.menu li
{
/*	display: inline;*/ /* Not compatible 2010-04-28*/
	line-height: 6px;
	background-image: url(../images/MenuButtonWide.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color:Transparent;

	font-family: Comic Sans MS;
	font-size: medium;

	height: 40px;

}
ul.menu li:hover
{
	background-position: 0 -40px;
}
ul.menu a
{
	display: block;
	width: 260px;
	height: 35px;
	line-height: 1.5em;
	text-decoration: none; /*removes the underline*/
	text-align: center;
	color: Black;
	vertical-align:middle;
	padding-top: 5px;
}
ul.menu a:hover
{
	color: Navy;
}
table.contactForm
{
	font-family: Comic Sans MS;
	font-size: small;
}