html {
	font-family: sans-serif;
	font-size: 0.9em;
	color: #424242;
}

#pageContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#pageHeader {
	text-align: center;
	background-color: white;
}

#pageFooter {
	text-align: center;
	color: gray;
	background-color: white;
}

#pageContent {
	padding: 10px;
	margin-top: 40px;
	background-color: #ebebeb;
  	border-left: 1px solid gray;
  	border-right: 1px solid gray;
}

.menuTabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menuTabs li {
	list-style-type: none;
	list-style-image: none;
  	float: left;
  	width: 158px;
  	height: 40px;
  	border-left: 1px solid gray;
  	border-right: 1px solid gray;
}

.menuTabs li a {
	color: #424242;
}

.menuActive {
	background-image:url(../images/tabGradient.png);
	background-repeat:repeat-x;
}

.menuInactive {
  	border-bottom: 1px solid gray;
}

.menuInactive:hover {
	background-image:url(../images/tabGradient.png);
	background-repeat:repeat-x;
}

.innerTabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.innerTabs li {
	list-style-type: none;
	list-style-image: none;
  	float: left;
}

.innerTabs li a {
	display: block;
  	width: 130px;
  	margin: 1px;
  	padding: 5px;
  	text-align: center;
  	color: white;
  	background-color: #777777;
	border: 1px solid #777777;
}

.innerTabs li a:hover {
	color: #777777;
	background-color: white;
	border: 1px solid #777777;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	
	color: navy;
	
}

h2 {

	color: #6666ff;

}

h3 {
	font-family: serif;
	font-style: italic;
}

h4 {
	font-family: sans-serif;
	font-style: italic;
	font-size: 1.2em;
	border-bottom: 1px solid #424242;
}