/* CSS Document */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main {
	position: relative;
}


.holder {
width: 100%;
height: 100%;

}
#content {
	background-color: #FFFFFF;
	height: 405px;
	text-align: left;
	padding-right: 20px;
	padding-left: 25px;
	line-height: 17px;
	color: #265144;
	background-image: url(images/central_cell_bg2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}


#content a{
	color: #265144;
	font-weight: bold;
}


#submenu {
	height: 20px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	line-height: 16px;

}




#submenu a{
	text-decoration:none;
	color: #000000;

}

#submenu a:hover{
	text-decoration:underline;

}
.submenuwrapper {
	margin-top: 4px;
}
#tagline {
	position: absolute;
	width: 202px;
	top: 45px;
	left: 742px;
	height: 22px;
}
#homemenu {
	background-color: #FFFFFF;
	text-align: right;
	background-image: url(images/bottom_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#scrollingcontent {
	overflow: auto;
	height: 350px;
	padding-right: 20px;
}
#scrollingcontent  .addition{
	font-size: 9px;

}
#breadcrumbs a {
	font-weight: normal;
	text-decoration: underline;
}
.linktotop {

	font-size: 9px;

}

