	body 
	{
		background-color: #0099CC;
	}
	
	h1
	{
		font-size: 36px;
		color: #000066;
		font-family: "Trebuchet MS";
		font-weight: bold;
	}
	
	h2
	{
		font-size: 25px;
		color:#000066;
		font-family: "Trebuchet MS";
		font-weight: bold;
	}
	
	h3
	{
		font-size: 18px;
		color:#000066;
		font-family: "Trebuchet MS";
		font-weight: bolder;
	}
	
	p 	
	{
		font-size: 16px;
		color:#000044;
		font-family: "Times New Roman", Times, serif;
	}

	
	#vBar 
	{
		background-color: #FFF555;
		position:absolute;
		left:170px;
		top:0px;
		width:20px;
		visibility: visible;
	}
	
	#hBar
	{
		background-color: #FFF555;
		position:absolute;
		left:0px;
		top:100px;
		height:20px;
		visibility: visible;
	}
	
	#linkBar
	{
		background-color:transparent;
		position:absolute;
		left:0px;
		top:122px;
		height:300px;
		width:168px;
		visibility: visible;
	}
	
	#linkBar a:link
	{
		background-color:transparent;
		color:#000066;
		font-weight: bold;
		display: block;
		font-size:18px;
		text-decoration:none;
	}
	
	#linkBar a:visited
	{
		background-color:transparent;
		color:#000066;
		font-weight:bold;
		display:block;
		font-size:18px;
		text-decoration:none;
	}
	
	#linkBar a:active
	{
		background-color: #0066CC;
		color: #ECE842;
		font-weight: bolder;
		display: block;
		font-size:18px;
	}
	
	#linkBar a:hover
	{
		background-color: #0066CC;
		color: #ECE842;
		font-weight: bolder;
		width: 100%;
		display: block;
		font-size:18px;
	}
	
	#titleBar
	{
		background-color: #FFF555;
		position:absolute;
		left:0px;
		top:100px;
		height:20px;
	}
	
		
	#contentRegion
	{
		position:absolute;
		left:200px;
		top:110px;
		width:75%;
		height: 98%;
	}
	
	#contentRegion a:link
	{
		color: #ECE842;
		text-decoration: none;
	}
	
	#contentRegion a:visited
	{
		color: #ECE842;
		text-decoration: none;
	}
	
	#contentRegion a:hover
	{
		color: #ECE842;
		text-decoration: underline;
	}
	
	#contentRegion a:active
	{
		color: #ECE842;
		text-decoration: underline;
	}
	
	#siteTitle
	{
		position:absolute;
		left:200px;
		top:20px;
		font-size:36px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:oblique;
		width:80%;
	}

	
	#siteLogo
	{
	position:absolute;
	left:0px;
	top:0px;
	}
	
	#hLinkRegion
	{
		position:absolute;
		left:200px;
		top:100px;
		font-size:15px;
	}
	
	#hLinkRegion a:link
	{
		font-size:15px;
		color:#0066CC;
		text-decoration:none;
	}
	
	#hLinkRegion a:visited
	{
		font-size:15px;
		color:#0066CC;
		text-decoration:none;
	}
	
	#hLinkRegion a:active
	{
		font-size:15px;
		color:#990000;
		text-decoration:underline;
	}
	
	#hLinkRegion a:hover
	{
		font-size:15px;
		color:#0099CC;
		text-decoration:underline;
	}
	
	#linkBarTitle
	{
		font-weight: bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: oblique;
		color: #000033;
		font-size: 24px;
	}
	
	/* Fonts */
	.smallTitle
	{
		font-weight:bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: normal;
		color: #000000;
		font-size: 16px;
	}
