body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center /*browser compatibility fix*/
	}

#topTrim {
	height: 15px;
	width: 780px;
	margin: auto;
	margin-right: auto;
	margin-top: 10px;
	}
	
#container{
	width: 780px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /*browser compatibility fix*/
	}
	
#footTrim {
	clear: left;
	height: 35px;
	width: 780px;
	z-index: 0;
	}
	
.clear {
	clear: both;
	}
	
h1{
	font-size: 14px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

h3{
	font-size: 12px;
	font-weight: bold;
}

h4{
	font-size: 10px;
}
#horizontalNav{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#horizontalNav ul{
	list-style: none;
	padding: 0 5px 0 5px;
	margin-left: 0;
}

#horizontalNav li{
	display: inline;
	margin: 0 5px 0 5px;
}

#horizontalNav a{
	color: #696969;
	text-decoration: underline;
}

#horizontalNav a:hover{
	text-decoration: none;
	color:#96367C;
}

#switchableContent{
	padding: 0 0 0 50px;
	font-size: 11px;
	color: #696969;
}