/* MAIN STYLES */
body,html {
	font-size: 11px;
	font-family: Verdana,Helvetica,Tahoma,sans-serif;
	background-color: #9c9e9f;
	margin: 0;
	padding: 0;
	line-height: 18px;
	color: #504e4e;
}

img {
	border: 0;
}

form{
	padding: 0;
	margin: 0;
}

a {
	color: #A12A2A;
}

a:hover {
	text-decoration: none;
}

table#root{
	width: 100%;
	border-collapse: collapse;
}

table#root td{
	
}

table#root td#topLeft{
	background-image: url('../images/bg_top.gif');
	background-repeat: repeat-x;
	height: 188px;
	width: auto;
}

table#root td#topCenter{
	background-image: url('../images/bg_top_center.gif');
	background-repeat: repeat-x;
	width: 1000px;
	height: 188px;
}

table#root td#topCenter div.logo{
	padding: 80px 0px 0px 45px;
	height: 108px;
}

table#root td#topRight{
	background-image: url('../images/bg_top_right.gif');
	background-repeat: repeat-x;
	height: 188px;
}

table#root td#middleLeft{
	background-image: url('../images/bg_middle.gif');
	background-repeat: repeat-x;
	height: 585px;
}

table#root td#middleCenter{
	background-image: url('../images/bg_middle_center.gif');
	width: 1000px;
	height: 585px;
	vertical-align: top;
}

table#root td#middleCenter div.topCont{
	height: 345px;
}

table#root td#middleCenter div.topCont div.leftCont{
	width: 430px;
	padding: 20px 75px 0px 45px;
	float: left;
    line-height: 22px;
}

table#root td#middleCenter div.topCont div.leftCont h2{
	font-size: 18px;
	color: #a12a2a;
}

table#root td#middleCenter div.topCont div.rightCont{
	width: 443px;
    height: 315px;
	float: left;
	padding: 9px 0px 0px 0px;
}

table#root td#middleCenter div.botCont{
	height: 240px;
}

table#root td#middleCenter div.botCont div.leftCont{
	width: 430px;
	padding: 20px 80px 0px 45px;
	float: left;
}

table#root td#middleCenter div.botCont div.rightCont{
	width: 400px;
	float: left;
	padding: 10px 0px 0px 0px;
}

table#root td#middleCenter ul.list {
	padding: 0px 0px 0px 15px;
}

table#root td#middleCenter ul.list li{
	background-image: url('../images/bg_li.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style: none;
	padding: 2px 0px 0px 20px;
	display: block;
}

table#root td#middleRight{
	background-image: url('../images/bg_middle_right.gif');
	background-repeat: repeat-x;
	height: 585px;
}

table#root td#bottomLeft{
	background-image: url('../images/bg_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 423px;
}

table#root td#bottomCenter{
	background-image: url('../images/bg_bottom_center.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 423px;
	width: 1000px;
	vertical-align: top;
}

table#root td#bottomCenter div#vert{
	position: relative;
	top: 135px;
	left: 30px;
	text-align: center;
	width: 100px;
}

table#root td#bottomCenter div#vert a{
	color: white;
	font-size: 9px;
	text-decoration: none;
}

table#root td#bottomRight{
	background-image: url('../images/bg_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 423px;
}

/*UNWERSAL CLASSES*/
.clearBoth{
	clear: both;
}

.colorBrown {
	color: #A12A2A !important;
}