/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

a{
	border: 0;
	text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/

body {
	background-image: url(images/bg_site.jpg);
	background-repeat: repeat;
}
#header {
	width: 100%;
	position: relative;
}
#wrap {
	margin: 0 auto;
	top: 0px;
	width: 960px;
	position: relative;
	height: auto;
}
#container {
	position: relative;
	padding: 20px 50px;
	background-image: url(images/bg_content.png);
	color: #26383d;
}
#cont1 {
	position: relative;
	width: 740px;
	padding: 0 0 0 62px;
}
#cont1 h2 {
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 1.2em;
	color: #255176;
	padding: 15px 15px 0px 15px;
}
#cont1 p {
	line-height: 1.25em;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 0px 15px 20px 15px;
}
#logos {
	position: relative;
	padding: 15px 0 20px 45px;
}
#tcharge {
	position: relative;
	padding: 0 50px 0 40px;
}
#tmaster {
	position: relative;
	padding: 0 40px 0 50px;
}
#survey {
	position: relative;
	padding: 0 0 10px 198px;
}
#footer {
	position: relative;
	height: 88px;
	background-image: url(images/footer.png);
	text-align: center;
}
/*#copy {
	position: relative;
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 0.6em;
	font-family: Helvetica, sans-serif;
}*/