body, html, div {
	margin: 0px;
	padding: 0px;
	background-color:transparent;
}
img, a img { border: none; }
.hide {
	display:none;
}
body {
	font-size: 76%;
	font-family: "Lucida Grande", "Helvetica",sans-serif;
	color: #565656;
	text-align: center;
}
#outer {
	margin: 20px auto;
	text-align: center;
	padding: 1px;
	width: 752px;
}
#wrapper {
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	height: 650px;
	width: 750px;
}
#wrap1 {
	width: 750px;
	text-align: left;
	background-image: url(../images/top-shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
}
#wrap2 {
	width: 750px;
	background-image: url(../images/bottom-shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 650px;
}
#wrap3 {
	width: 750px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 21px 19px;
	height: 630px;
}
#content-wrap {
	padding: 19px 0px 0px 21px;
}
#content {
	width: 500px;
	margin: 0px 20px 20px 20px;
	padding: 10px;
	border: 1px solid #ccc;
	/*background-color: #F8F8F8;*/
	background-image: url(../images/cbg.png);
	height: 450px;
	overflow: auto;
}
p, ul {
	font-size: 11px;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	color: #5F7155;
}

#nav {
	width: 520px;
	height: 25px;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 5px 20px 0px 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
	width: 500px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	float:left;
}
#nav ul li a {
	display: block;
	float: left;
	height: 25px;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #369;
	text-decoration: none;
	border-right: 1px solid #ccc;
}

#nav ul li a:hover {
	background-color: #369;
	color: white;
}


table.standard-form {
	border: 1px solid #ccc;
	background-color: #efefef;
	font-size: 11px;
	width: 450px;
	padding: 5px;
	margin: 0px auto;
}
table.standard-form input, table.standard-form select, table.standard-form textarea {
	font-size: 11px;
}
table.standard-form td {
	padding: 2px;
	vertical-align: text-top;
}
#message {
	width: 250px;
	height: 200px;
	border: 1px solid #ccc;
}
table.standard-form td.left {
	text-align: right;
}
