body {
	background-color: white;
	margin: 0; padding: 0;
	}

/* content */
	
.content {
	padding-top: 5px;
	color: #666666;
	font: 12px Georgia, Palatino Linotype, serif;
	font-weight: none;
	text-decoration: none;
	}
.content a,.footer a:link,.footer a:visited,.footer a:active {
	margin: 5px;
	color: #88C539;
	font: 11px Georgia, Palatino Linotype, serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}
.content a:hover {
	margin: 5px;
	color: #617F9F;
	font: 11px Georgia, Palatino Linotype, serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}


/* form fields */
input, select, textarea {  font: 11px arial, helvetica, verdana, sans-serif; color: #000033; background-color: #e8e8e8; }
.err { font: 10px Georgia, Palatino Linotype, serif; color: #ff0000;}
.formText { font: 11px Georgia, Palatino Linotype, serif; color: #9A9A9A;}


	
/* paragraph text */
	
p {
	color: #9A9A9A;
	font: 11px Georgia, Palatino Linotype, serif;
	text-align: justify;
	line-height: 3em;
	letter-spacing: 0px;
	}
	
	
	
/* navbar */
	
.nav a,.nav a:link,.nav a:visited,.nav a:active {
	display: block;
	border: solid 1px #CDCDCD;
	margin: 3px;
	padding-right: 10px;
	padding-top: 1px;
	background: #EBEBEB;
	color: #999999;
	font: 9px arial, sans-serif;
	font-variant: none;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0px;
	height: 17px;
	text-decoration: none;
	}
.nav a:hover {
	display: block;
	border: solid 1px #BFBFBF;
	margin: 3px;
	padding-right: 11px;
	padding-top: 2px;	
	background: #CCDEF0;
	color: #617F9F;
	font: 9px Arial, sans-serif;
	font-variant: none;
	font-weight: 800;
	text-align: right;
	letter-spacing: 0px;
	cursor: pointer;
	height: 17px;
	text-decoration: none;
	}
	
/* subnav (to the right of the header) */
	
.subnav a,.subnav a:link,.subnav a:visited,.subnav a:active {
	display: block;
	border: solid 1px #D5D5D5;
	margin: 3px;
	padding-right: 10px;
	padding-top: 1px;
	background: #F3F3F3;
	color: #B3B3B3;
	font: 9px arial, sans-serif;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0px;
	height: 17px;
	width: 119px;
	text-decoration: none;
	}
.subnav a:hover {
	display: block;
	border: solid 1px #CDCDCD;
	margin: 3px;
	padding-right: 10px;
	padding-top: 1px;	
	background: #DFECF9;
	color: #758CA6;
	font: 9px Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0px;
	cursor: pointer;
	height: 17px;
	width: 119px;
	text-decoration: none;
	}
.subnavbox {
	padding-right: 12px;
	padding-top: 5px;
	}
	
/* freeparking (where the "contact us" mail icon is" */
	
.freeparking a,.freeparking a:link,.freeparking a:visited,.freeparking a:active {
	display: block;
	padding-left: 9px;
	padding-top: 8px;	
	background: #ffffff;
	height: 30px;
	text-decoration: none;
	}
.freeparking a:hover {
	display: block;
	padding-left: 9px;
	padding-top: 8px;	
	background: #F0F7E5;
	height: 30px;
	text-decoration: none;
	}
	
/* dashed borders */

.bottom{
	border-bottom: dashed 1px #999999;
	}
.bottomleft{
	border-bottom: dashed 1px #999999;
	border-left: dashed 1px #999999;
	}
.left{
	border-left: dotted 1px #999999;
	}

/* footer */
	
.footer {
	padding-top: 3px;
	color: #BABABA;
	font: 15px arial, sans-serif;
	font-weight: none;
	text-decoration: none;
	}
.footer a,.footer a:link,.footer a:visited,.footer a:active {
	margin: 3px;
	color: #617F9F;
	font: 9px arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}
.footer a:hover {
	margin: 3px;
	color: #88C539;
	font: 9px arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}
		
	
/* copyright */
	
.copyright {
	padding-top: 8px;
	color: #BABABA;
	font: 9px arial, sans-serif;
	font-weight: bold;
	text-align: bottom;
	line-height: 1em;
	letter-spacing: 0px;
	text-decoration: none;
	}
.copyright a,.copyright a:link,.copyright a:visited,.copyright a:active {
	padding-top: 1px;
	color: #88C539;
	font: 9px arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}
.copyright a:hover {
	padding-top: 1px;
	color: #617F9F;
	font: 9px arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}
