* {
	margin: 0;
	padding: 0;
}

body {
/*	background: #786721; */
	background: #191e4d;
	color: #000;
}

body { font-size: 62.5%; } /* Targets Internet Explorer - Windows */
html>body { font-size: 10px; } /* Targets Other Browsers */

#wrapper {
/*	background: #536c53; */
	background: #60b0a1; 
	margin: 10px auto;
	width: 770px;
	border-top: 3px solid #ccbf7a;
	border-bottom: 3px solid #ccbf7a;
}

#header {
	background: url(Images/banner1.jpg) top no-repeat;
	margin: 0 auto;
	width: 750px;
	height: 160px;
}

#navbar {
/*	background: #536c53; */
	width: 770px;
	height: 40px;
	border-top: 3px solid #ccbf7a;
	border-bottom: 3px solid #ccbf7a;
	text-align: center;
}

ul#navlist {
	padding-top: 10px;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	font-family: georgia;
	font-variant: small-caps;
	font-size: 1.7em;
	letter-spacing: .1em;
	padding: 3px 15px;
}

#navlist a:link, #navlist a:visited {
	color: #003380;
	text-decoration: none;
}

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

#navbar #navlist .uberlink {
	color: #aa0000;
	text-decoration: none;
	cursor: default;
}	

#middle {
	background: #fffce0; 
/*	background: #ffef98; */
	margin: 0 auto;
	width: 750px;
	min-height: 450px; /* for modern browers */
	height: auto !important; /* for modern browsers */
	height: 450px; /* for IE5.x and IE6 */
}

#sidebar {
	background: #536c53;
	float: left;
	margin: 5px 0 0 5px;
/*	height: 543px; */
}

#content {
	font-family: arial;
	margin-left: 235px;
	width: 450px;
/*	height: 425px; */
	padding: 50px 20px;
}

#content h1 {
	font-family: georgia;
	font-size: 1.8em;
	letter-spacing: .2em;
	color: #aa0000;
	padding: 0px 10px 20px 10px;
}

#content p {
	font-size: 1.2em;
	letter-spacing: .1em;
	line-height: 2em;
	padding: 5px 10px;
}

#content li {
	font-size: 1.1em;
	letter-spacing: .1em;
	margin-left: 40px;
	padding: 5px 5px;
}

#footer {
	text-align: right;
	margin-left: 235px;
	padding: 0 10px 5px 0;
	color: #aa0000;
}

fieldset {
	margin-bottom: .1em;
	width: 32em;
	padding: 1.5em .5em;
}

#personal {
	position: relative;
/*	background: #f3b4f5; */
}

p.legend {
	color: black;
	border: 2px outset #ded983;
	padding: .1em .3em;
	font-size: 1.2em;
	position: relative;
	margin: 1em 0 .5em 1em;
	width: 15em;
}

#personal label {
	position: absolute;
	font-size: 1em;
	padding-top: .2em;
	left: 20px;
}

input {
	margin-left: 7em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

textarea {
	font-size: 1.2em;
	width: 36.9em;
}
