body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
#fullPage {
	width:980px;
	height: auto;
	margin: auto;
	box-shadow: 8px 8px 5px #636363;
}
#header {
	width: 980px;
	margin:auto;
	border: solid 2px #325A66;
}
#address {
	width: 980px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 38px;
	background: #325A66;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #325A66;
	border-left-color: #325A66;
	text-align: center;
	word-spacing: 0.01em;
	letter-spacing: .01em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#address a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #2180A0;
	text-decoration: none;
	text-shadow: 2px 2px 4px #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #2180A0;
	text-decoration: none;
	text-shadow: 2px 2px 4px #999999;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2180A0;
	text-decoration: none;
	text-shadow: 2px 2px 4px #999999;
	margin-top: 0px;
	font-style: italic;
}

#slogan {
	width: 980px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 38px;
	background: #325A66;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #325A66;
	border-left-color: #325A66;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #325A66;
}
#slogan a {
	color: #FFFFFF;
	text-decoration:none;
}
#mainArea {
	width: 980px;
	margin:auto;
	border: solid 2px #325A66;
	background-attachment: fixed;
	background-image: url(../images/background-mainArea.jpg);
	background-repeat: no-repeat;
}

#navigation {
	width: 225px;
	background: #325A66;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #325A66;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	width: 225px;
	list-style-type: none;
}
#navigation ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	line-height: 42px;
	text-indent: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;	
}
#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #333333;
	text-decoration: none;
	background-color: #325A66;
		/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #65838C 0%, #325A66 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #65838C 0%, #325A66 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #65838C 0%, #325A66 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #65838C), color-stop(1, #325A66));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #65838C 0%, #325A66 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #65838C 0%, #325A66 100%);
	display: block;	
	
}
#navigation ul li a:hover {
	background: #85ABB7;
	
}
#callOut {
	width: 100%;
		height: auto;
		margin: auto auto 20px auto;
		background-color: #FFFFFF;
		/* IE10 Consumer Preview */ 
		border: 1px solid #333333;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px; 
}
#footer {
	width: 980px;
	margin: 20px auto;
	text-align: center;
	font-size: 10px;
}
#footer a {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: underline;	
}
#footer a:hover {
	text-decoration: none;	
}
.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.boldTxt {
	font-weight: bold;
	color: #2180A0;	
}
.picBorder {
	border: solid 1px #000000;
}
.videoLinks {
	font-weight: bold;
	color: #990000;	
}