body{
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
	font-weight: normal;
	color:#6699CC;
}
A:Hover  {
	color : #67482D;
	text-decoration : underline;
}
body {
	text-align: justify;
}
.header {
	background-repeat: no-repeat;
	background-position: center;
	background-image:  url(Images/website/panorama80.jpg);

}
.navbox {
	border: 1px solid #999999;
}
.h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	background-position: center;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	padding-bottom: 10px;




}
.h2 {
	font-weight: bold;
	color: #333333;
	font-size: 20px;
	font-variant: normal;
	padding-top: 20px;
	background-repeat: no-repeat;
}
.bottomline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #93B5D1;

}
.navboxtitle {
	color: #333333;
	background-color: #93B5D1;


}
.h3 {

	font-weight: bold;
	color: #333333;
	font-size: 16px;
	font-variant: normal;
	padding-top: 20px;
	background-repeat: no-repeat;
}
.image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-position: center;
	text-align: center;
}
.shadow {
box-shadow: 3px 3px 6px #555;
margin: 5px;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#595959')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#595959');
}
.smallshadow {
box-shadow: 1px 2px 5px #555;
margin: 3px;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#595959')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#595959');
}

.invisible {
display: none;
}

