@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}

#Content {
width:100%;
height:95%;
background-color:#ffffff;
padding: 10px 10px 10px 10px; 
} 

#header { 
	background: #ffffff; 
	width:auto;
	Height:75px;
	padding: 1em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.Content h1 {
text-align:	left; 
font-size: 24pt; 
font-family: verdana, arial,sans-serif; 
color:#999999;
}

.Content H2 {
font-size: 18pt;
line-height:inherit;
font-family: verdana, arial,sans-serif; 
color:#cc3333;
}

.Content H3 {
text-align:left;
font-size:12pt; 
font-family: verdana, arial,sans-serif; 
color:#cc3333;
}

.Content H4 {
font-size:110%; 
font-family:  verdana, arial,sans-serif; 
color:#cc3333
}

p{
font-family: verdana, arial, sans-serif;
font-size: 1.2em;
color: #000000;
text-align:justify;
margin-right:50px;
padding-left:20px;
}


.highslide-gallery{
display:block;
width:70%;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#links h1 {
text-align: center; 
font-size: 2em; 
font-family: verdana, arial,sans-serif; 
color:#999999;
}

#links h1 a{
color:#999999;
text-decoration:none;
}

#links h1 a:hover{
color:#666666;

}

#footer p{
font-size: 1em;
text-align: center;
color: #000000;
}
.leftimage{
width: 20%;
background-color:#ffffff;
float:left;
padding:1em;
}

.box{
width:75%;
margin-left:20px;
background-color:#999999;
float:left;
padding-left:80px;

font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
text-align:right;
color:#333333;
}

.rightimage{
width: 20%;
background-color:#ffffff;
float:right;
padding:0;
margin-left:20px;
margin-right:20px;
}

.clearit{
clear:both;
}



