body {
	background:#E3E3E3 url(../images/siteBackground.jpg) no-repeat;
}

#application {
	width:922px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	background:#ffffff url(../images/headerBg.png) repeat-x;
	

	border:1px solid #B3B3B3;
}

.spacer {
	margin:10px 10px 10px 10px;
	overflow:hidden;
}

img {
	border:none;
}

#header {
		overflow:hidden;
}

#logo {
	float:left;
	width:400px;
}

#outerContainer { width:500px; height:150px; margin:auto; float:left; }
#imageScroller { width:500px; height:150px; position:relative;}
#viewer { width:500px; height:150px; overflow:hidden; margin:auto; position:relative; top:10px; }

#viewer img {
	margin-left:0px;
}




#nav {
	margin : 0;
	padding : 0;
	list-style-type : none;
	height:35px;
	background:#2F6BB4;
	border:1px solid #ffffff;
}

h3 {
	font-size:1.5em;
	color:#007A41;
	font-weight: bold;
	margin:0;
	padding:0;
}


#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	float : left;
	list-style : none;
	font : 14px Tahoma, Arial;
	text-align : center;
}
#nav li a {
	display : block;
	padding : 9px 10px;
	text-decoration : none;
	color : #ffffff;
	white-space : nowrap;
}

#nav li a:hover {
	background:#00234D;
}

#main {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

#right {
	float:right;
	overflow:hidden;
	width:300px;
}

#left {
	float:left;
	overflow:hidden;
	width:590px;
}

#footer {
	margin:0;
	padding:0;
	width:900px;
	overflow:hidden;
	margin:0 auto;
	background:#2F6BB4;
	color:#fff;
	
	font-size:11px;
	font-family:Arial;
}

#footer p {
	text-align:center;
	line-height:25px;
}
