body {
	color: black;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.4em;

	background-image: url(img_navi/navi_left_bg.gif);
	background-repeat: repeat-y;
	margin: 0;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 123px;
	height: 127px;
}

#logo img {
	border-width: 0;
}

#header {
	top: 0;
	width: 100%;
	background: url(img_navi/navi_top_bg.gif) repeat-x;
	height: 127px;
	position: absolute;
	left: 123px;
}

#header img {
	border-width: 0;
}

#menu {
	width: 123px;
	position: absolute;
	top: 127px;
}

#contentbox {
	width: 677px;
	padding-top: 5px;
	padding-left: 10px;
	position: absolute;
	top: 127px;
	left: 123px;
}

#bluelineContainer {
	background: url(img/img_blue_column.jpg) repeat-y;
}

#contentbox img {
	float: left;
}

#contentbox .description {
	margin-left: 160px;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
}

h1   {
	color: #004f9e;
	font-size: 21px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 24px 
}


h2 {
	color: #004f9e;
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 20px 
}

h3 {
	color: #004f9e;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 15px 
}

.description table {
	width: 517px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.description th {
	color: #fff;
	background-color: #004f9e;
	text-align: center;
	display: table-cell;
	padding: 3px 5px 2px;
	vertical-align: top;
	border: solid 1px #004f9e;
	font: bold 11px/12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

.description td {
	color: #004f9e;
	text-align: center;
	display: table-cell;
	padding: 3px 5px 2px;
	min-width: 25px;
	vertical-align: middle;
	border: 1px solid #004f9e;
	font: 11px/12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}




