html, body {
	width: 100%;
	height: 100%;
}
body {
	background-image: url(../cssgrfx/css_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #464D6A;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

p {

}

h1 {
}

h2{
}

h3 {
}

em {
}

img {
}

a:link,
a:visited { 

}
a:hover, 
a:active { 

}

/*Master IDs*/
#masterContainer {
	position: absolute;
	left: 230px;
	top: 161px;
	height: 100%;
}

#headImgSrcContainer {
	background-image: url(../cssgrfx/css_headImg_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 144px;
	width: 100%;
}

#rcolContainer {
	position: absolute;
	height: auto;
	width: 200px;
	left: 540px;
	top: 0px;
	/*border: 1px solid #000000;*/
}

#contentContainer {
	/*border: 1px solid #000000;*/
}

#navigationContainer {
	position: relative;
	}
#navigation2 {
	/*border-top: 1px solid #506F88;*/
	position: absolute;
	/*bottom: 20px;*/
	/*left: 0px;*/
	left: 850px;
	top: 0px;
	width:163px;
	padding: 0px;
}
#navigation2 a{
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	color: #062B62;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#navigation2 a:hover, #navigation2 a:active{
	display: block;
	color: #FFFFFF;
	}

#teaserContainer {
	float: right;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 100%;
	border: 1px solid #C8E4FA;
	background-color: #A7D6FA;
	height:100%;
}
#teaserContainer2 {
	float: right;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 100%;
	border: 1px solid #C8E4FA;
	background-color: #A7D6FA;
}
#teaserContainer h1, #teaserContainer h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#teaserContainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


#teaserContainer p a:link, #teaserContainer p a:visited, #teaserContainer h1 a:link, #teaserContainer h1 a:visited {
	font-style: normal;
	color: #464D6A;
	line-height: normal;
	text-decoration: none; 
	display: block;
	}
#teaserContainer p a:hover, #teaserContainer p a:active,#teaserContainer h1 a:hover, #teaserContainer h1 a:active { 
	text-decoration: underline; 
}


.teaserBox11 {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #C8E4FA;
	/*background: #EDEEEF url(../cssgrfx/bullet3.gif) no-repeat 5px 6px;*/
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.teaserBox11 img {
	float: right;
	padding: 5px;
	}
	
.teaserBox21 {
	padding-left: 10px;
	margin: 0px;
	border-bottom: 1px solid #C8E4FA;
	/*background: #EDEEEF url(../cssgrfx/bullet3.gif) no-repeat 5px 6px;*/
	float: left;
	width: 45%;
	/*height: 170px;*/
}
.teaserBox31 {
	padding-left: 10px;
	margin: 0px;
	border-left: 1px solid #C8E4FA;

	/*background: #EDEEEF url(../cssgrfx/bullet3.gif) no-repeat 5px 6px;*/
	float: left;
	width: 30%;
	height: inherit;
}
.teaserBox41 {
	padding-left: 10px;
	margin: 0px;
	border-left: 1px solid #C8E4FA;
	float: left;
	width: 22%;
	height: inherit;
}

