html, body, h1, h2, h3, h4, h5, h5, a img, img, td, th, table, form {
	padding:0;
	margin:0;
	border:none;
	text-align:left;
	font-size:100%;
	font-weight:normal;
}

html {
	overflow-y:scroll;
}

body {
	background:#e8e8e8;
	font-size:11.5px;
	font-family: Helvetica, Arial, sans-serif;
	color:#938eA0; /* raw color: #716c80 */
}

p {
	margin: 0 auto 14px;
	width:666px;
	line-height:18px;
	text-align:justify;
}

a, a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	color:#938eA0;
}

a:hover {
	color:black;
}

#frame {
	background:url(../img/frame-mid.gif) repeat-y center bottom;
}

#frame-inner1 {
	background:url(../img/frame-top.gif) no-repeat center top;
	padding-top:33px;
}

#frame-inner2 {
	background:url(../img/frame-btm.gif) no-repeat center bottom;
	padding-bottom:30px;
	position:relative;
	zoom:1; /* TRICKY: needed by IE6 to avoid layout shift on startup */
}

#layout {
	width:800px;
	margin:0 auto;
	background-color:white;
	padding-bottom:10px; /* TRICKY: also required to envelop inner <p> margins */
}

h2 {
	/*
	color:#1b5490;
	font-family:Garamond, "Times New Roman", serif;
	font-size:28px;
	*/
	width:670px;
	height:26px;
	
	margin:0 auto 16px;
}

h2#h2-welcome {
	background:url(../img/h2-welcome.gif) no-repeat left top;
}

h2#h2-contact {
	background:url(../img/h2-contact.gif) no-repeat left top;
}

h2 span {
	display:none;
}

#header {
	height:60px;
	position:relative;
}

#logo {
	position:absolute;
	top:0;
	left:573px;
}

#nav {
	position:absolute;
	top:25px;
	left:67px;
	font-size:15px;
	color:#0e2855;
}

#nav a.selected {
	font-weight:bold;
}

#nav a, #nav a:link, #nav a:hover, #nav a:active, #nav a:visited {
	font-family:Helvetica, Arial, sans-serif;
	color:#0e2855;
}

#banner {
	width:800px;
	height:220px;
	overflow:hidden;
	position:relative;
}

#banner.noJs {
	background:url(../img/slide1.jpg);
}

#banner img {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

#content {
	margin:26px auto 20px;
}

#coverBlock1, #coverBlock2  {
	display:none; /* displayed only when JS is available */
	position:absolute;
	background-color:white;
	width:700px;
	height:60px;
	margin-left:-350px;
	top:0;
	left:50%;
	z-index:100;
}

#coverBlock2 {
	top:280px;
}