/* default font and heading styles */

body {
	font-family: "MS Trebuchet", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #555555;
	background-color: lightgrey;
}

p {
	font-size: 12px;
	line-height: 13px;
	margin-top: 2px;
	margin-bottom: 9px;
	
}
h1 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 8px;
	
}
h3 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 6px;
	color: #999999;
	font-weight: normal;
	
}
h4 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
	color: #333333;
	
}
h5 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #999999;
	font-weight: normal;
	
}

/* default links */

a:link { color:#669900; text-decoration: none; }
a:visited { color:#669900; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }

/* boxes */


.navbox {
	background-color: #FFFFFF;
	padding: 4px 5px 0px;
	vertical-align: top;
}
.navbox p {
	font-size: 12px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.introbox {
	background-color: #FFFFFF;
	padding: 4px 5px 0px;
	vertical-align: top;
}
.introbox p {
	font-size: 12px;
	line-height: 13px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* contact theme*/

.contact a:link { color:white; text-decoration: none; }
.contact a:visited { color:white; text-decoration: none; }
.contact a:hover { color: black; text-decoration: none; }
.contact a:active { color: black; text-decoration: none; }
.contact { 
	background-color: #8CB351; 
	padding: 4px 5px 0px;
	vertical-align: top;
	}
.contact p {
	font-size: 12px;
	line-height: 13px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* available theme*/

.available a:link { color:white; text-decoration: none; }
.available a:visited { color:white; text-decoration: none; }
.available a:hover { color: black; text-decoration: none; }
.available a:active { color: black; text-decoration: none; }
.available {
	background-color: #51b7ec;
	padding: 4px 5px 0px;
	vertical-align: top;
	}
.available p {
	font-size: 12px;
	line-height: 13px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* miscellaneous */

.smalltext {
	font-size: 10px;
}
.red {
	color: #990000;
}
.highlightbox {
	background: #FFFFCC;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.highlightbox h2 {
	color: #990000;
}

