@charset "UTF-8";
/* CSS Document */


#drop-shadow {
	background-image: url(../images/drop-shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}
#wrap {
	
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}

#header {
	background-image: url(../images/top-curve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 258px;
	width: 935px;
	background-color: #FFFFFF;
}
#header-left {
	width: 321px;
	float: left;
}
#header-right {
	width: 614px;
	float: right;
	height: 195px;
	
}
#page-name {
	float: right;
	margin-right: 40px;
	margin-top: 60px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}
#content {
	height: 315px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282828;
}
#content-form {
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282828;
}
#content-left {
	width: 339px;
	float: left;
}
#content-left-form {
	width: 317px;
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #A1CD37;
	height: 400px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
}

#content-left-text {
	padding: 10px;
}
#content-right {
	width: 596px;
	height: 315px;
	float: right;
	background-image: url(../images/content-right-bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	overflow: auto;
}
#content-right-text {
	padding: 10px;
	
}
#content-right-form {
	padding: 10px;
	font-size: 12px;
	height: 500px;	
}
#footer {
    clear: both;
	background-color: #4d4d4d;
	height: 63px;
}
#footer-under {
	background-image: url(../images/bottom-curve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 935px;
}
#footer-under a {font-size:9px; color:#999999; text-decoration:none;font-family: Arial, Helvetica, sans-serif; float:right; padding-top:30px; padding-right:5px;}
#footer-under a:hover {text-decoration:underline;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9fcb3a;
	font-style: normal;
	font-weight: normal;
}
a {text-decoration:none}