html, body {
	/*background-color: #b1b3b4;*/
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #014470;
	font-size: 12px;
	/*width: 100%;
	text-align: center;*/
}


body { 
	width:980px;
	left: 50%;
	margin-left:-490px;
	position:absolute;
	border-bottom: 10px solid #014470;
	/*text-align: left;*/
}


a {
	color: #014470;
	text-decoration: none;
}
a:hover {
	color: #b1b3b4 !important;
}

#top {
	width: 980px;
	height: 328px;
	background-color: #fff;
	position: relative;
}

	#logo {
		width: 165px;
		height: 204px;
		background-color: #014470;
		position: absolute;
		top: 0;
		left: 22px;
	}
	.topNavigationBox {
		width: 176px;
		background-color: #014470;
		position: absolute;
		font-size: 16px;
		padding-top: 2px;		
	}
		.topNavigationText {
			display: block;
			width: inherit;
			height: 19px;
			text-align: center;
			color: #fff !important;
			text-decoration: none;
			font-weight: bold;
			text-transform: uppercase;
			background-color: #014470 !important;
		}

		
/* dropdown menu */

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #87888a;
}
.menu a {
	display: block;
	margin: 0;	
	text-decoration: none;
	padding: 10px;
	color: #fff;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
.menu a:hover {
	color: #87888a !important;
	background-color: #b1b3b4;
}
.menu li {
	position: relative;
}
.menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
div.menu ul ul ul,
div.menu ul ul li:hover ul ul {
	display: none;
}
div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul {
	display: block;
	font-size: 12px;
	width: 150px;
	background-color: #b1b3b4;
	color: #87888a;
	text-align: left;
}
div.menu ul ul li:hover ul a,
div.menu ul ul ul li:hover ul a{
	padding: 5px;	
	border-bottom: 0px;
}

#content {
	width: 980px;
	background-color: #fff;
	position: relative;
}
#content a {
	text-decoration: underline;
}
	.breadcrumb {
		width: 920px;
		height: 20px;
		position: relative;
		top: 14px;
		left: 21px;
	}
		.breadcrumb a {
			text-decoration: none !important;
			color: #014470;
		}
	
	.outline {
		/* outline for content boxes */
		border: 1px solid #014470;
	}
	.boxTitle {
		/* left column with vertical content box title */
		width: 29px;
		height: inherit;
		background-color: #014470;
		color: #fff;
		float: left;
	}
	.boxTitleHor {
		/* left column with horizontal content box title */
		width: inherit;
		height: 19px;
		background-color: #014470;
		color: #fff;
		text-align: center;
		font-weight: bold;
		padding-top: 2px;
	}
	.boxHeadline {
		font-weight: bold;
		font-size: 14px;
	}
	h1 {	
		font-weight: bold;
		font-size: 18px;
		padding:0px;
		margin:0px;
	}
	
	h2{
		font-weight: bold;
		font-size: 14px;
		padding:0px;
		margin:0px;
	}
	
	.readmore {
		font-size: 10px;
		text-decoration: underline;
	}
		.readmore a {
			color: #014470;
		}
	
	.infotable table {
		border: 0;
		border-collapse: collapse;
	}
	.infotable th {
		background-color: #f2f4f5;
	}
	.infotable td {
		background-color: #f2f4f5;
	}

.colTopgrowable{
	width: 694px;
	position: relative;
	top: 18px;
	left: 203px;
	padding:20px;
	padding-bottom:40px;
}	
	
	
	
#footer {
	width: 980px;
	background-color: #fff;
	color: #b1b3b4;
	text-align: center;
	margin-top:50px;
	margin-bottom:10px;
}
	#footer a {
		color: #b1b3b4;
		text-decoration: none;
	}
