/* 
    Document   : typography
    Created on : 11.1.2010, 13:07:30
    Author     : SebastianL
    Description:
        Purpose of the stylesheet follows.
*/

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.style5 {color: #999999}

.style27 {
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.style28 {
    color: #666666;
}
#mainContent h1 {
    color: #003d98;

}