@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	background-color: #C2C2C2;
	margin: 15px;
}
#wrapper {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/wrapper-bg.gif);
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
}
#wrapper #middle .top h1 {
	margin-top: -25px;
	font-size: 24px;
	text-align: right;
}



#tl {
	float: left;
}
#tr {
	float: right;
}
#bottom-corners {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	
	position: relative;
	top: -72px;
	z-index: 10;
	background-image: url(img/bottom.line.gif);
	background-repeat: no-repeat;
	background-position: center 49px;



}
#bottom-corners #br {
	float: right;
}
#bottom-corners #bl {
clear:both;
	float: left;
}

#middle {
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 655px;
	background-image: url(img/top-line.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#middle #left {
	width: 186px;
	float: left;
}

 #middle #right {
	background-image: url(img/green-bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 469px;
	padding-top: 20px;
	
}

#middle .top {
	margin-bottom: 20px;
	width: 644px;
}

#middle #right #content {
	
	padding-right: 25px;
	padding-left: 20px;
}

 #middle #right form table {
	
	padding-right:0px;
	padding-left: 0px;
}


#middle a{
color:#000000;
text-decoration:none;
}

#middle a:hover{
text-decoration: underline;
}




#nav li {
	list-style-type: none;
}
#nav a {
	text-align: right;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
}

#nav a:hover {
	color: #dc291e;
	text-decoration:none;
}

#nav {
	margin-top: 40px;
	margin-right: 40px;
}




.clearme {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

p{
	margin-bottom:10px;
	}

#wrapper #middle #left #nav li {
	text-align: right;
}

a img {border:none}
