body
{
	font-family: Arial, Times New Roman, Verdana, Comic Sans MS;
	background-color: Maroon;
	width: 800px;
	margin: 10px auto;
}
div.container
{
	background-color:White;
	border-style: window-inset;
	border-width: 0px;
	margin: 0px;
	min-height: 600px;
}
div.header
{
	background-image: url(../images/Header.png);
	height: 140px;
}
div.rightMenu
{
	background-image: url(../images/Menu.png);
	width: 200px;
	height: 400px;
	float:left;
}
div.content
{
	background-image: url(../images/Content.png);
	width: 600px;
	height: 400px;
	float: right;
}
div.textArea
{
	width: 500px;
	height: 350px;
	margin-top: 25px;
	margin-left: 50px;
}
div.footer
{
	background-image: url(../images/Footer.png);
	height:60px;
	clear:both;
}
h1.Verdana_M
{
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: Maroon;
	border-bottom-style: solid;
	border-bottom-color: Maroon;
	border-bottom-width: medium;
}
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;
}
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.services
{
	list-style-image: url(../images/BulletImage.png);
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	line-height: 1.5em;
}
ul.services li
{
	padding-left: 10px;
}
ul.menu
{
	list-style-type: none;
	padding-left: 5px;
	margin-left: 20px;
	margin-top: 30px;
}
ul.menu li
{
	display: inline;
	line-height: 6em;
}
ul.menu a
{
	font-family: Comic Sans MS;
	font-size:medium;
	display: block;
	background-color: #FFF6B4;
	width: 9em;
	text-align: center;
	height: 1.8em;
	line-height: 2em;
	border-width: thin;
	border-style: groove;
	text-decoration: none;
	color: Black;
	margin-top: 4px;
}
ul.menu a:hover
{
	background-color: #005BC5;
	color: White;
}
table.contactForm
{
	font-family: Comic Sans MS;
	font-size: small;
}