@charset "UTF-8";
/* CSS Document */

a:link { 
	color: #333333;
	text-decoration: none;
	}
a:visited { 
	color: #333333;
	text-decoration: none;
	}
a:hover { 
	color: #0d4323;
	text-decoration: underline;
	}
a:active { 
	color: #0d4323;
	text-decoration: none;
	}

body {
background-color: #0d4323;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color:#333333;
margin: 0;
}

#container {
text-align: left;
margin-top: 0;
margin-right: auto;
margin-left: auto;
width: 760px;
}

#container-left {
background: url(images/left.jpg) top left repeat-y;
}

#container-right {
background: url(images/right.jpg) top right repeat-y;
}

#container-main {
margin-left: 134px;
background: #efede6;
width: 492px;
}

#top {
font-size: 36px;
text-align: center;
width: 100%;
}

#nav-right {
background: url(images/nav_right.jpg) top right no-repeat;
height: 30px;
}

#nav-left {
background: url(images/nav_left.jpg) top left no-repeat;
height: 30px;
}

#nav-main {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
margin-left: 11px;
background: url(images/nav_fill.jpg) repeat-x;
height: 30px;
text-align: center;
padding-top: 8px;
width: 470px;
}

#nav-main ul {
margin-top: 0px;
margin-right: 30px;
margin-left: 0px;
margin-bottom: 0px;
display: inline;
}

#nav-main ul li {
display: inline;
margin-left: 23px;
margin-right: 23px;
}

#content {
width: 100%;
text-align: center;
}

#copyright {
width: 100%;
text-align: center;
}

div.renderWithName { padding: 4px 0 4px 0; overflow: auto; height: 100%; }
div.renderWithName div.left { float: left; width: 200px; margin-right: 10px; }
div.renderWithName div.required { }
div.renderWithName div.right { }
div.renderWithName div.right span.error { margin-left: 0px; font: 10px; color: #600;}