#pageHeader {
	background: #333333;
	height: 110px;
	margin-bottom: 15px;
	position: relative;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-image:url('pageheader_bg.png');
    background-repeat:repeat-x;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#pageHeader h1 {
	color: #262626;
	margin: 0px;
	padding: 30px 20px 0px 20px;
	letter-spacing: 2px;
	font-size: 2.2em;
}

#pageHeader h2 {
	color: #cccccc;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding-left: 20px;
	font-size: 1.5em;
}

#contentContainer {
    font-size: 10pt;
}

#contentContainer #content h1 {
    font-weight: bold;
    font-size: 18pt;
}

#contentContainer #content h2 {
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline;
    margin-top: 1em;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1em;
}

#contentContainer #content br {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#navcontainer ul ul a {
    font-weight: normal; 
    color: #777777;
}

#navcontainer .currentAncestor {
    color: #333333;
    font-weight: normal;
    background: #ffffff;
}

#container {
    text-align: justify;
}


