@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:0px;
	padding:0px;
}
*
{
	margin:0px;
	padding:0px;
}
img {border:0;}

.container
{
	border-bottom-width:0px;
	border:2px solid #df4628;
	margin:auto;
	width:800px;
}

h1,h2,h3,h4,h5 {font-family:Verdana,Helvetica,Arial,sans-serif;}

.top {height:103px;margin-bottom:0px;}

.middle
{
}

.left
{
	background-image:url(images/menu.jpg);
	background-repeat:repeat-y;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	/*height:475px;*/
	padding-bottom:0px;
	width:194px;
}

.menu
{
	
	background-image:url(images/corner.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:70px;
	margin-bottom:0px;
}

h4.menuTop
{
	background-image:url(images/menuTop.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin-bottom:0px;
	margin-top:0px;
}

.menu a
{
	background-image:url(images/linkBack.png);
	background-repeat:no-repeat;
	color:#000;
	display:block;
	font:bold 14px Verdana,Helvetica,Arial,sans-serif;
	margin-bottom:10px;
	padding:7px 7px 7px 2px;
	text-decoration:none;
}

.menu a.here
{
	background-image:url(images/linkBack2.png);
	color:#fff;
}

.menu a:hover
{
	background-image:url(images/linkBack2.png);
	color:#fff;
}

.menu a:hover .right
{
	background-color:#000;
}

.right
{
	float:left;
	width:550px;
	margin-right:20px;
	margin-top:10px;
	padding:10px;
	border:5px #df4628 solid;
}

.bottom
{
	margin-top:0px;
	height:15px;
	background-color:#df4628;
	clear:both;
	padding:5px;
}
.bottom p {color:#fff;float:right;font:normal 9px Verdana,Helvetica,Arial,sans-serif;text-align:right;}
.bottom * a:link,.bottom * a:visited {color:inherit;}
.bottom * a:hover {color:#fff}

.Formscontainer
{
	width:850px;
	margin:auto;
	border:2px #df4628 solid;
	border-bottom-width:0px;
}
