body {
   padding: 0px;
   margin: 0px;
}

html, body {
   width: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

#containerDiv {
	width: 	923px;
	overflow: hidden
	height:	auto;
	top: 5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 62px;
	padding-top: 4px;
	padding-bottom: 0px;        
	padding-right: 0px; /* when frame is bordered, right padding should be set */
}

#buttons, #buttons * {
	color: #07366F;
	text-decoration: none;
	font-size: 16px;	
}

#selectedButton {
	font-weight: bold;
}

#buttons {
	margin-top: 13px;
	width: 100%;
}

#subMenuDiv, #subMenuTitleDiv {
	width: 237px;
	height: auto;
	overflow: none;
	margin-left: 5px;
	margin-top: 10px;
}

#contentDiv, #contentNavigationDiv {
	height: auto;
	font-size: 14px;
	overflow: hidden;
}

#contentDiv {
	margin-top: 47px;
	padding-top: 0px;
}

#contentNavigationDiv {
	padding-top: 42px;
}

#imageTitleDiv {
	position: absolute;
	top: 555px;
	left: 260px;
}

#logoContainer {
	padding-left: 27px;
	padding-top: 19px;
}

.bullet {
	font-size: 6px;
}

* {
	font-family: "Franklin Gothic Book", "Franklin Gothic Demi", "Helvetica", "Verdana";
	font-size: 14px;	
}