html, body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, em, th, var {font-style: normal; font-weight: normal;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}
:link, :visited {text-decoration: none;}
.clear{clear:both;}
.headerText{
	color:#10A6CB;
	font-size:28px;
}

body{
	background-color:#57a2b7;
}
#wrapper{
	margin: 0 auto;
	width: 791px;
}
#header{
	width:791px;
	height:195px;
	margin: 0 auto;
	background-image:url(../images/header.jpg);
}
#contentWrapper{
	width:791px;
	margin:0 auto;
	background-image:url(../images/contentWrapper.jpg);
}
#content{
	width: 774px;
	margin: 0 auto;
}
.contentText{
	color:#485f65;
	padding: 10px;
}
.contentText p{
	
	font-size: 13px;
}
#pageBottom{
	margin: 0 auto;
	width: 791px;
	height:20px;
	background-image:url(../images/pageBottom.jpg);
}
#nav, #footer{margin: 5px 0;}
#nav a{
	color:#485f65;
	text-decoration:none;
}
#footerNav a, #footer a, #footer{
	font-size: 12px;
	color:#485f65;
	text-decoration:none;
}
#nav a:hover, #footer a:hover, #footerNav a:hover{
	color:#10A6CB;
}

.hr_blue{
	height:2px;
	display:block;
	margin:0px;
	padding:0px;
	color:#56a1b4;
	background-color:#56a1b4;
	border:none;
}
.typeLarge, .typeLarge a{
	text-decoration:none;
	color: #485f65;
	font-size: 20px;
}
