@charset "UTF-8";
/* CSS Document */

body
		{
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		background-color: #303030;
		text-align: center;
		line-height: 140%;
		}
		
.topPanel
		{
		margin: 0 auto;
		width: 800px;
		height: 131px;
		background-image: url(../img/topPanel.gif);
		background-repeat: no-repeat;
		text-align: left;
		}
		
.topPanel img
		{
		float: left;
		position: relative;
		top: 37px;
		}
		
.flashPanel
		{
		margin: 0 auto;
		width: 800px;
		height: 233px;
		padding: 0px;
		}
		
.bodyPanel
		{
		margin: 0 auto;
		width: 800px;
		min-height: 400px;
		background-color: #FFFFFF;
		background-image: url(../img/bodyTop.gif);
		background-repeat: no-repeat;
		}
		
.content
		{
		padding: 14px 24px 14px 24px;
		width: 752px;
		text-align: justify;
		vertical-align: top;
		}
		
.footerPanel
		{
		margin: 0 auto;
		width: 800px;
		height: 49px;
		background-image: url(../img/footerPanel.gif);
		background-repeat: no-repeat;
		text-align: right;
		padding-top: 8px;
		color: #898989;
		}
		
.footerPanel p
		{
		padding-right: 24px;
		}	
		
.footerPanel img
		{
		vertical-align: text-bottom;
		}
		
h1
		{
		font-size: 12px;
		text-transform: uppercase;
		color: #990000;
		}
		
h2
		{
		font-size: 12px;
		color: #0066FF;
		}
		
h3
		{
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		}
		
h4
		{
		font-size: 11px;
		color: #333333;
		font-weight: bold;
		font-style: italic;
		}
		
a
		{
		text-decoration: none;
		}
		
a:link,a:active,a:visited
		{
		color: #990000;
		}
		
a:hover
		{
		color: #000000;
		}
		
#name,#email,#phone,#comment
	{
	width: 250px;
	height: 18px;
	border: solid 1px #ff0000;
	background-color: #ffffff;
	padding: 1px;
	font-size: 10px;
	color: #656667;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	}

#comment
	{
	height: 160px;
	}
