BODY {
	background-color : #2e5274;
	margin : 0px;
	} 

BODY, H1, H2, H3, A, INPUT, SELECT, TEXTAREA {
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-weight : normal;
	font-size : small;
	} 

BODY, A {
	color : #FFFFFF;
	} 

H1, H2 {
	font-weight : bold;
	color : #39b15f;
	padding-top : 20px;
	} 

H1 {
	font-size : large;
	} 

H2, .largeText {
	font-size : medium;
	} 

.largeText {
	font-weight : bold;
	line-height : 1.5em;
	margin-top : -3px;
	} 

#headBG {
	left : 0px;
	top : 0px;
	position : absolute;
	width : 100%;
	height : 75px;
	background-color : #6286b2;
	z-index : 1;
	}

#headIMG {
	left : 230px;
	top : 0px;
	position : absolute;
	z-index : 5;
	}

#logo {
	left : 0px;
	top : 0px;
	position : absolute;
	z-index : 4;
	}

#topNavi {
	left : 0px;
	top : 170px;
	position : absolute;
	z-index : 10;
	}

#leftNavi {
	left : 10px;
	top : 290px;
	position : absolute;
	z-index : 10;
	}

#headContent {
	left : 0px;
	top : 240px;
	position : absolute;
	z-index : 10;
	white-space : nowrap;
	}

#mainContent {
	left : 0px;
	top : 290px;
	width : 830px;
	position : absolute;
	z-index : 10;
	padding-bottom : 25px;
	}

.content {
	padding-left : 145px;
	padding-bottom : 45px;
	}

.headline {
	font-size : x-large;
	white-space : nowrap;
	}

.marker {
	color : #39b15f;
	font-weight : bold;
	}

A:link, A:visited, A:active {
	text-decoration : underline;
	} 

A:hover {
	color : #6286b2;
	text-decoration : none;
	} 

A.navi:link, A.navi:visited, A.navi:active, A.navi:hover, .naviA, .headline {
	text-decoration : none;
	font-weight : bold;
	padding-left : 12px;
	padding-right : 15px;
	} 

A.navi:link, A.navi:visited, A.navi:active, .headline {
	color : #39b15f;
	} 

A.navi:hover, .naviA {
	color : #FFFFFF;
	} 



