@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/backgroundBody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #177DBD;
	margin-bottom: 5px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #177DBD;
	margin-bottom: 5px;
	padding-top: 10px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #f67f0b;
	margin-bottom: 5px;
	padding-top: 10px;
}
p {
	margin-bottom: 10px;
}
b, a, strong {
	color: #177DBD;
}
td {
	padding: 4px;
}



#wrapper {
	background-image: url(images/backgroundHeader.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 220px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#mainMenu {
	position: absolute;
	left: 245px;
	top: 166px;
	width: 710px;
}
#mainMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height: 32px;
	padding-right: 21px;
	padding-left: 19px;
	background-image: url(images/menuDivider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
}
#mainMenu a:hover {
	color: #C2E9F8;
}
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height: 390px;
	background-image: url(images/footerBlockTall.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: visible;
	padding-bottom: 10px;
}
#sideMenu {
	background-image: url(images/backgroundSideMenu.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 252px;
	padding-top: 80px;
}
#sideMenu a {
	font-size: 14px;
	line-height: 30px;
	background-color: #177dbd;
	display: block;
	width: 184px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 3px;
	margin-left: 40px;
	border: 1px solid #333;
	text-indent: 13px;
}
#sideMenu a:hover {
	color: #000;
	background-color: #fe8d27;
}
#mainContent {
	float: right;
	width: 680px;
	margin-right: 40px;
	margin-top: 30px;
	display: inline;
	margin-bottom: 30px;
}
#mainImage {
	float: right;
	margin-top: 10px;
}
#mainImageBorder {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	border: 2px solid #177DBD;
}
.testBox {
	background-image: url(images/speechOpen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 75px;
	position: relative;
	height: 160px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.testBox p {
	z-index: 99;
}
.testBox img {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
}
#webexpand {
	color:#919191;
	width:900px;
	margin:5px auto 20px;
}
#webexpand h1 {
	font-weight: normal;
	color: #999999;
	margin-top: 5px;
	font-size: 12px;
}


#webexpand a {
	color:#919191;
}
