@charset "utf-8";
body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		background-color: #CCC;
}

h1 {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
		color: #006;
}
#wrapper  {
	width: 770px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
#header {
		margin: 0px;
		padding: 0px;
		height: 110px;
		width: 770px;
		background-image: url(../assets/images/scheader770x110.jpg);}

#navContainer {
	width: 770px;
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
	height: 20px;
	background-color: #A4BBE1;
}

#navContainer ul{
		margin: 0px;
		list-style: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
}

#navContainer ul li {
	float: left;
	width: 110px;
	text-align: center;
	background-image: url(../assets/images/buttonbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #093;
}
#navContainer ul li a:link,#navContainer ul li a:visited{
		text-decoration: none;
		color: #000;
		margin: 0px;
		padding: 3px;
		display: block;
		font-weight: bold;
		background-image: url(../assets/images/buttonbg.gif);
		background-repeat: no-repeat;
		background-position: left center;
}
#navContainer ul li a:hover,#navContainer ul li a:active{
		font-weight: bold;
		background-image: url(../assets/images/buttonbg.gif);
		background-repeat: no-repeat;
		background-position: -110px 0px;
}
/*----places styling for current page button----*/
#navContainer ul li a.current,#navContainer ul li a.current:hover,#navContainer ul li a.current:active{
		color: #336;
		cursor: default;
		background-image: url(../assets/images/buttonbg.gif);
		background-repeat: no-repeat;
		background-position: right center;
	}
#navContainer ul li a.last {
		border-right-style: none;
}

#sidebar {
	width: 195px;
	background-color: #FFF;
	float: right;
	height: 610px;
	color: #006;
	clear: both;
	font-size: .7em;
	top: 0px;
	text-align: left;
	padding: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#mainContent  {
	width: 493px;
	padding-top: 20;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 10px 0px;
	background-color: #FFF;
	text-align: left;
	float: left;
	height: 600px;
	font-size: 0.75em;
	line-height: 1.2;
}
#mainContent a {
		font-weight: bold;
		color: #2E325F;
		text-decoration: none;
}
#mainContent a:visited {
		color: #666;
		font-weight: normal;
}

#mainContent a:hover, #mainContent a:active {
		font-weight: bold;
		color: #063;

}



#footer {
		margin: 0px;
		padding: 2px;
		height: 25px;
		width: 767px;
		background-color: #2E325F;
		text-align: center;
		font-size: 0.5em;
		clear: both;
		color: #CCC;
}

#footer a {
		color: #CF9;
		text-decoration: none;
}


#footer a:hover,#footer a:active{
		font-weight: bold;
}

.captions {
		font-size: 1em;
		margin: 0px;
		padding: 5px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1em;
}

.image {
		text-align: center;
}

