body {
	background: #FFFFFF;
	background-image:url(images/fade_background.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#fixedwidth
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#logotitlearea {
	margin: 0 auto 0 auto;
	background: #98d0ea;
	height: 50px;
	margin-bottom: 0px;
	/*
	background-image:url(images/fade_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}

/*
#logo {
	vertical-align: middle;
	margin: 5px;
	float: left;
}
*/

#logotitle {
	/* margin: 10px 5px 10px 25px; */
	margin: 10px 5px 0 25px;
	vertical-align: middle;
	/*margin: 5px;*/
	/* padding-bottom: 10px; */
}


#navigationbar {
	text-align: right;
	/* margin: -15px auto 0 auto; */
	/* margin: -12px auto 0 auto; */
	color: #FFFFFF;
	background-color:#4d92b2;
	margin-top: 0px;
	position: relative;
	/*
	top: -12px;
	padding: 1px;
	*/
	/* height: 50px; */
}

#navigationbar ul {
	font-size:12px;
	font-weight:600;
	padding-right: 0;
	padding-bottom: 0;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	margin-right: 10px;
}

#navigationbar ul li{
	display:inline;
	margin-left: 0;
	margin-right: 0;
	/* word-spacing:-0.1em; */
	/*letter-spacing: 0.1em; */
	text-transform: lowercase;
}

#navigationbar ul li a{
	color:#ffffff;
	text-decoration:none;
	padding:0 0px;
}

#navigationbar ul li a:hover{
	/* background-color:#E4FFA3; */
	color:#c0c0c0;
	padding: 0px;
	text-decoration:none;
}

#navigationbar ul li a#selected{
	background-color:#eeeeee;
	color: #003344;
}

p
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#contentarea {
	background-color: #ffffff;
	padding: 1px 10px 1px 10px;
	margin: 0;
	/*
	position: relative;
	top: -24px;
	*/
}

#footertext {
	text-align: center;
	/* margin: -15px auto 0 auto; */
	/* margin: -12px auto 0 auto; */
	color: #FFFFFF;
	background-color:#4d92b2;
	font-weight: bold;
	/*
	position: relative;
	top: -24px;
	*/
	padding-top: 5px;
	padding-bottom: 5px;
}

#postfooter {
	margin: 0 auto 0 auto;
	background: #98d0ea;
	height: 50px;
	/*
	background-image:url(images/fade_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	/*
	position: relative;
	top: -24px;
	*/
}

#copyright {
	/* background: #999999; */
	clear: both;
	text-align: right;
	padding-top: 0;
	margin-top: 0;
	font-size: 10px;
	/*
	position: relative;
	top: -20px;
	*/
}


/* ***/
table tr td {
	vertical-align: top;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.0em;
}


/* image borders */
img.bordered {
	padding: 5px;
	border: 1px solid #999999;
}
/* *** */


#contentarea #section_submenu {
	float: right;
}

#contentarea #section_submenu ul {
	font-size:12px;
	font-weight:600;
	padding-right:5px;
	padding-bottom: 0;
}

#contentarea #section_submenu ul li{
	display:inline;
	/* word-spacing:-0.1em; */
	letter-spacing:0.1em;
	text-transform:lowercase;
}

#contentarea #section_submenu ul li a{
	color:#003366;
	text-decoration:none;
	padding:0 2px;
}

#contentarea #section_submenu ul li a:hover{
	/* background-color:#E4FFA3; */
	color:#003399;
	padding: 2px;
	text-decoration:none;
}

#contentarea #section_submenu ul li a#selected{
	background-color:#eeeeee;
	color: #003344;
}