body {
	background-color: #566C11;
	font-family: verdana;
	font-size: 13px;
	line-height: 22px;
	color: #808080;
}

#viewport {
	margin: 0px auto;
	width: 955px;
}

#header {
	height: 200px;
	width: 955px;
}
#contentContainer {
	background-color: #fee9e5;
}
#clearContent {
	clear: both;
}
#navigation {
	float: left;
	width: 275px;
	height: 340px;
	padding-top: 43px;
}

#content {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 650px;
	min-height: 370px;
}

#pageText, #pageTextHome {
	width: 459px;
	padding-bottom: 25px;
}
#languageContainer {
	text-align: right;
	padding-bottom: 6px;
}
h1 {
	color: #566C11;
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 14px;
	letter-spacing: 1px;
}
img {
	border: 0px;
}
#footer {
	background: url('../gfx/backgroundBottom.gif') no-repeat #566C11;
	clear: left;
	color: #566C11;
	line-height: 14px;
	font-size: 10px;
	letter-spacing: 1px;
	height: 24px;
	padding-left: 275px;
}

.clearBoth {
	clear: both;
}

.navItem {
	color: #F37A7F;
	height: 40px;
}

.navItemSelected {
	font-size: 18px;
	color: #F26B7A;
	height: 40px;
}

.navItemText {
	padding-left: 37px;
	padding-top: 4px;
}

.navItemText a {
	color: #F37A7F;
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	letter-spacing: 1px;
}

.navItemTextSelected {
	padding-left: 59px;
	padding-top: 4px;
}

.navItemTextSelected a {
	color: #F26B7A;
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	letter-spacing: 1px;
}

h2 {
	color: #566C11;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

p {
	margin: 0;
	margin-bottom: 12px;
}

a {
	color: #e9656e;
}

.formFieldContainer {
	height: 26px;
}

.formTextareaContainer {
	height: 73px;
}

.formLabel {
	float: left;
	display: inline;
	width: 100px;
}

.warning {
    height: 26px;
}

.formField {
	float: left;
	display: inline;
	width: 200px;
}

.formInput {
	width: 224px;
}

.textarea {
	width: 224px;
	height: 73px;
}

.formSubmit {
	text-decoration: underline;
	padding-left: 256px;
	padding-top: 16px;
}

#navFlashDiv {
	display: inline;
	float: left;
	width: 55px;
	height: 40px;
}
.cursorHand {
	cursor: pointer;
}

.pink {
	color: #e9656e;
}
.green {
	color: #566C11;
}
