/* CSS Document */

body {
	margin: 0 auto;
	font-family:  Arial Narrow, Verdana, Helvetica, sans-serif;
	background-color: #f4dfcc;
}

.main {
	width: 753px;
	padding-top: 15px;
}

h1 {
	font-size: 24px;
	color: #e5782a;
	margin: 5px 0 10px 0;
}

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

strong {
	font-weight: bold;
	color: #e5782a;
}

a:hover {
	text-decoration: underline;
	color: #e5782a;
}

ul {
	list-style-type: square;
	color: #e5782a;
	line-height: 18px;
}

li {
	margin-bottom: 10px;
	padding-left: 5px;
	margin-left: 0px;
}

.img-border {
	border: solid 1px #e5782a;
}

.nav-text {
	border-right: solid 2px #e5782a;
	border-left: solid 2px #e5782a;
	border-bottom: solid 2px #e5782a;
	width: 748px;
	background-color: #f4dfcc;
	padding-bottom: 10px;
}

.nav{
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
	width: 233px;
}

#nav-links {
	margin-left: 25px;
	width: 195px;
	margin-right: 13px;
	font-size: 20px;
	margin-top: 15px;
}

#nav-links a:link, #nav-links a:visited {
	background-color: #e5782a;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
}

#nav-links a:hover {
	color: #FFFFFF;
	background-color: #ff9b4a;
}

.text {
	width: 515px;
}

.content {
	line-height: 18px;
	margin: 0px 10px 10px 10px;
	padding-top: 5px;
	text-align: justify;
	font-size: 16px;
}

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

.message-field {
	font-size: 14px;
	width: 200px;
	height: 150px;
	border: solid 1px #e5782a;
	background-color: #ffe4c8;
	margin-top: 4px;
}

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

#footer {
	margin-top: 15px;
	font-size: 14px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #e5782a;
	text-decoration: underline;
}