/* CSS Document */
p, ul	{ 
	
	font-family: Verdana; 
	color: #000000
}
h1   {

	font-family: Verdana; 
	font-size: 15pt; 
	color: #008000;
	letter-spacing: normal; 
	font-weight: bold
}
h2    { 

	font-family: Verdana; 
	font-size: 115%;  
	color: #008000; 
	letter-spacing: normal; 
	font-style: italic 
}
.footer { 

	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff;
	background-color: #485828; 
	font-size: 92%;
	text-align: center
	
}
a, a:visited, a:active	{
	 
	color: #006600;
	text-decoration: underline 
}
a:hover   {

	color: #FF0000;
	text-decoration: underline 
}
a.sub, a.sub:visited, a.sub:active	{ 
 
	color: #FFFFFF;
	text-decoration: underline
}
a.sub:hover { 
 
	color: #66CC00; 
	text-decoration: underline
}
.header		{
	background-color: #485828;
	background-image: url(../Images/panorama.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;

}
.headertext	{

	color: #99FF99; 
	font-family: Verdana;
	background-color: #485828;
	text-align: center
}
.leftside	{

	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff;
	background-color: #485828; 
	font-size: 92%;
	text-align: center
}
body		{

	margin-left: 0px;
	margin-top: 0px
}
.red			{

	color: #ff0000;
	font-weight: bold
}
