html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Trebuchet MS";
}

ul#wrapper {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 880px;
	background-color: #bcc4c9;
}

a, a img {
	border: none;
	outline: none;
}

ul#wrapper li.top {
	background-image: url('../images/bg-top.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 126px;
	margin-left: 80px;
	padding-right: 20px;
}

ul#wrapper li.top h1, ul#wrapper li.top h2 {
	margin: 0;
	font-family: "Trebuchet MS";
	text-align: right;
}
ul#wrapper li.top h1 {
	color: #839098;
	font-size: 2.3em;
	line-height: 42px;
	width: 350px;
	margin-left: auto;
	padding-top: 5px;
}
ul#wrapper li.top h2 {
	color: #fff;
	font-size: 32px;
}

ul#wrapper li.content div.content h1 {
	color: #839098;
}

ul#wrapper li.menu {
	background-color: #bcc4c9;
	margin-left: 80px;
}
ul#wrapper li.menu div.topnav {
	background-color: #fff;
	padding-top: 10px;
}
ul#wrapper li.menu div.topnav {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
}
ul#wrapper li.content div.content ul.dropmenudiv {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul#wrapper li.menu div.topnav a {
	text-decoration: none;
	color: #839098;
	margin-left: 13px;
	margin-right: 10px;
}
ul#wrapper li.menu div.topnav a:hover {
	color: #e7b220;
}

ul#wrapper li.content {
	margin-left: 80px;
}
ul#wrapper li.content div.content {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
ul#wrapper li.content div.content {
	color: #111;
	font-family: "Trebuchet MS";
	font-size: .9em;
}
ul#wrapper li.content div.content ul {
	list-style-type: square;
	list-style-image: url("../images/bg-content-list.png");
	font-family: "Trebuchet MS";
	color: #839098;
	padding-left: 15px;
	margin-top: -10px;
}
ul#wrapper li.content div.content p {
	margin-top: 0;
}
ul#wrapper li.content div.content a {
	color: #839098;
	text-decoration: none;
	font-size: .9em;
}
ul#wrapper li.content div.content a:hover {
	color: #e7b220;
}

ul#wrapper li.content div.bottomnav {
	position: absolute;
	text-align: right;
	margin-left: -75px;
	margin-top: -60px;
}

ul#wrapper li.content div.bottomnav a {
	color: #fff;
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

ul#wrapper li.content div.bottomnav a:hover {
	text-decoration: underline;
}


/* Added later */

td.tdRight input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #e7b220;
	border-style: solid;
	border-width: 1px;
	width: 220px;
}
td.tdColSpanButtons input {
	float: right;
	margin-top: 10px;
}

 textarea.textarea {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-color: #e7b220;
	border-style: solid;
	border-width: 1px;
}
