/* CSS Document */

body {
	margin: 0 auto;
	background-color: #d4d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	line-height: 18px;
}

h1 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 10px 0;
	color: #AA0000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 10px 0;
}

h5 {
	font-style:italic;
	}

a {
	color: #AA0000;
	text-decoration: none;
}

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

ul {
	list-style: none;
}

li {
	background: url(images/checkmark.gif) no-repeat left center;
	margin: 0px 0px 5px -20px;
	padding: 0px 0px 0px 30px;
}

.red-text {
	color: #AA0000;
}

.left-shadow {
	background-image: url(images/left-shadow.gif);
	background-repeat: repeat-y;
}

.right-shadow {
	background-image: url(images/right-shadow.gif);
	background-repeat: repeat-y;
}

#wrapper {
	margin: 0 auto;
	width: 995px;
	background-color: #FFFFFF;
}

#content {
	margin-top: 25px;
}

#top-content {
	margin-left: 75px;
	margin-right: 20px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 21px;
	color: #4E6881;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left-content {
	width: 494px;
	float: left;
	background-image: url(images/content-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#text-box {
	width: 399px;
	float: left;
}

#right-content{
	width: 463px;
	float: left;
	background-image: url(images/mid-right-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content-bottom {
	background-image: url(images/bottom-bg.jpg);
	background-repeat: repeat-x;
	height: 156px;
	clear: both;
}

#bottom-left {
	padding: 40px;
	width: 414px;
	background-image: url(images/bottom-arrows.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	float: left;
	font-size: 12px;
	line-height: 19px;
}

#bottom-right {
	padding: 50px 40px 0 30px;
	width: 373px;
	background-image: url(images/bottom-arrows.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 106px;
	float: left;
	font-size: 12px;
	line-height: 19px;
}

.input-field {
	font-size: 14px;
	width: 200px;
	height: 16px;
	border: solid 1px #ADBBC8;
	background-color: #D4D5D5;
	margin-top: 4px;
}

.small-input {
	font-size: 14px;
	width: 50px;
	height: 16px;
	border: solid 1px #ADBBC8;
	background-color: #D4D5D5;
	margin-top: 4px;
}

.button {
	border: solid 1px #ADBBC8;
	height: 20px;
	margin-top: 4px;
	margin-left: 10px;
	background-color: #D4D5D5;
}

.comment-field {
	font-size: 14px;
	width: 200px;
	height: 80px;
	border: solid 1px #ADBBC8;
	background-color: #D4D5D5;
	margin-top: 4px;
}