body{
	margin:					0px;
	padding:					0px;
	background-color:		#99a8ae; 
}

img{
	display:					block;
	text-align:				center;
	margin:					10px auto 10px auto;
	border-style:			solid;
	border-width:			10px;
	border-color:			#99a8ae;
}

img.withCaption{
	margin:					10px auto 0px auto;
}

img.floatLeftOfText, img.floatRightOfText{
	margin:					0px 10px 0px 10px;
	border-width:			1px;
	border-color:			#99a8ae;
}
img.floatLeftOfText{float:	left;}
img.floatRightOfText{float: right;}

img.clean{
	margin:				0px;
	border-style:		none;
}

div{
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

div#topOuterContainer, div#mainOuterContainer{	
	width:				100%;
}

div#topOuterContainer{
	height:				260px;
}

div#bannerContainer{
	position:			absolute;
	margin-left:		880px;
	margin-top:			20px;
}

div#topInnerContainer, div#mainInnerContainer{
	width:				800px;	
	margin-left:		60px;
	border-style:		solid;
	border-color:		#29334b;
	border-width:		0px 0px 0px 10px;
}

div#topInnerContainer{
	height:				100%;
	background-image:	url('../images/top_image.jpg');
	background-repeat: no-repeat;
}

	div.menuBox1, div.menuBox2, div.menuBox3, div.menuBox4{
		position:		inline;
		float:			left;
		margin-top:		110px;
	}
		div.menuBox1{width: 130px;}
		div.menuBox2{width: 190px;}
		div.menuBox3{width: 320px;}
		div.menuBox4{width: 140px;}
	
	div.menuAlternative, div.menuAlternativeEmpty, div.menuHeader, div.menuAlternativeTwoColumns, div.menuHeaderEmpty{
		width:				95%;
		margin:				0px auto 2px auto;
		padding:				2px 10px 2px 10px;
		border-width:		1px;
		border-color:	 	#29334b;
		border-style:		solid;
	}
		div.menuAlternative, div.menuAlternativeTwoColumns{background-color:	#ffffff; background-image: url('../images/menuBackgroundAlternative.jpg'); background-position: top right; background-repeat: no-repeat;}
		div.menuAlternativeTwoColumns{ width: 90%;}
		div.menuHeader{background-color:	#29334b; border-color: #ffffff; background-image: url('../images/menuBackgroundHeader.jpg'); background-position: top right; background-repeat: no-repeat;}
		div.menuHeaderEmpty, div.menuAlternativeEmpty{border-style: none; margin: 2px;}

	div.divideInTwo{
		position:	inline-block;		
		width:		50%;
	}

div#mainInnerContainer{
	padding:				20px 40px 50px 40px;
	background-color:	#ffffff;
}

div.textBox{
	display:				inline-block;
	width:				100%;
	margin:				10px 0px 10px 0px;
}

div.textBoxWithBorder{
	margin:				10px auto 10px auto;
	width:				90%;
	padding:				20px;
	border-style:		solid;
	border-width:		10px;
	border-color:		#99a8ae;
}

div.floatingRight{
	float:				right;
	padding:				5px;
	background-color:	#ffffff;	
	border-style:		solid;
	border-width:		1px;
	border-color:		#29334b;
}

div.divideInTwo{
	position:			inline;
	float:				left;
	width:				50%;
}

