*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: White;
	background-image: url( '/img/StripeBackground.png' );
	background-repeat: repeat-x;
	font-family: Calibri, Verdana, Sans-Serif;
	font-size: 0.9em;
}

h1
{
	color:#01539c;
	font-size: 1.4em;
}

h2
{
	color:#01539c;
	font-size: 1.2em;
}

fieldset
{
	padding: 10px;
}

#language
{
	float: left;
	padding: 5px 0px 0px 5px;
	position: fixed;
	left: 0px;
	top: 0px;
	
	/* Text */
	font-size: smaller;
}

#language ul li img
{
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/* border: thin dashed red; */
}

#header
{
	margin-left: 188px;
	width: 612px;
	/* border: thin dashed blue; */
}

#headerimage
{
	background-image: url( '/img/StripeWhite.png' );
	background-repeat: repeat-y;
	height: 96px;
	margin-bottom: 1px;
}

#headerimage img
{
	margin-left: 10px;
}

#nav
{
	height: 160px;
	/* border: thin dashed green; */
}

#navLogo
{
	background-image: url( '/img/Logo.png' );
	margin: 5px 0px 0px 20px;
	width: 148px;
	height: 148px;
	float: left;
	/* border: thin dashed red; */
}

#navMenu
{
	background-image: url( '/img/StripeBlue.png' );
	margin: 0px 5px 0px 188px;
	height: 158px;
	/* border: thin dashed yellow; */
}

#content
{
	margin-left: 188px;
	min-height: 200px;
	background-image: url( '/img/StripeWhite.png' );
	background-repeat: repeat-y; 
	/* border: thin dashed black; */ 
	
	/* Text */
	padding: 1em 3em 1em 3em;
}

#footer
{
	background-image: url( '/img/StripeWhite.png' );
	padding-top: 20px;
	margin-left: 188px;
}

#footerContent
{
	background-color: #03529D;
	margin-left: 10px;
	min-height: 20px;
	width: 592px;
	
	/* Text */
	color: White;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
}

#news
{
	float: left;
	padding-top: 2em;
	min-height: 120px;
	width: 176px;
}

#news h1
{
	padding-bottom: 4px;
}

#news p
{
	padding: 1em 0 1em 0;
	font-size: 80%;
	line-height: 1.2em;
	
	background-image:url('/img/StripeCalendar.png');
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content h1
{
	padding-bottom: 0.5em;
}

#content p
{
	padding: 0.5em 0 0.5em 0;
	line-height: 18px;
	text-align: justify;
}

#content ul
{
	margin-left: 32px;
}

#content img
{
	padding: .4em .8em .4em .8em;
}

#navMenu ul
{
	float: left;
	margin-left: 10px; 
	margin-top: 2px;
	
	/* Text */
	font-weight: bold;
	list-style-type: none;
}

#navMenu ul.subMenu li a
{
	/* font-size: 0.8em; */
}

#navMenu ul li
{
	margin-top: 3px;
}


#navMenu ul li a
{
	margin-left: 26px;
	
	/* Text */
	border-bottom: 1px solid #b8b651;
	color: #AAB8DB;
	font-size: small;
	text-decoration: none;
	text-transform: uppercase;
}

#navMenu ul li a:hover
{
	color: White;
	margin-left: 0px;
	padding-left: 26px;
}

#navMenu ul li a.selectedlink
{
	color: White;
}

.hide
{
	display: none;
}

img { border: none; }

#logoesf
{
	position: absolute;
	margin-left: 810px;
	margin-top: -211px;
}
