html
{
	height:100%;
}

#main
{
	background-color:hsla(214,100%,26%,1);
}

#indexBody
{
	height:98%;
	background-color:white;
	border:0;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	width:80%;
	margin: 0 auto;
	min-width: 845px;
	min-height: 570px;
}
#container
{
	height:98%;
	margin:8px;
	position:relative;
	top:8px;
	background-color:hsla(214,100%,26%,.1);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
/* iFrame containing header */
#headFrame
{
	width: 100%;
	height: 168px;
	border: 0;
}
#navFrame
{
	width: 168px;
	height: 350px;
	border: 0;
	float:left;
	position:absolute;
}
#slides { 
    margin: 18px auto; 
    position: relative; 
    width: 55%; 
    padding: 7px;
	height:60%;

}

#slides  img { 
    position: absolute; 
    left: 7px;
    right: 7px; 
	height: auto;
	max-width:595px;
	box-shadow: 0 0 20px rgba(0,0,0,.8); 
	margin: 0 auto;
}

/*vertical navigation list along left-hand side*/
#navList
{
	list-style-type:none;
	padding: 0;
	margin: 25px 0;
	
}
#navList li
{
	width:154px;
	height:40px;
	line-height:40px;
	margin-bottom:5px;
	background-color:#003a85;
	border:1px solid black;
	border-radius:7px;
	text-align: center;
	vertical-align: middle;
	color:white;
}
#navList a
{
	text-decoration: none;
}

#navList li:hover
{
	background-color:#dddddd;
	color:black;
}


/* div containing header content */
#headerContent
{
	height: 160px;
	line-height: 40px;
	background-color:hsla(214,100%,26%,0.15);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	text-align:center;
	vertical-align:middle;
}
/* Logo Image in top left of header */
#logo
{
	height:158px;
	width:158px;
	float:left;
}

/* moves header text left 1/2 the width of the logo (centered)*/
.headText
{
	position:relative;
	left: -79px;
	font-family:sans-serif;
	font-size:1.5em;
	color:hsla(214,100%,26%,1);
	font-style:italic;
}

.frameWidth
{
	width:100%;
}

.noScroll
{
	overflow:hidden;
}