body {
	margin:0px 0px 0px 0px;
	background-color: white;
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1, h3 {
	background-color: white;
	color: #8898fd;
}

.contactdetails {
	margin-left: 200px;
}

.hid { width: 0; height: 0; visibility: hidden; } 

.homepagebody {
	margin:0px 0px 0px 0px;
	background-color: black;
	background-image: none;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.piccenter {
	text-align:center;
}

.picleft {
	float: left;
	padding: 1em;
	
}

.blurb {
	padding-top:2em;
	vertical-align: bottom;
}

.terms {
	font-size: 75%;
}

#leftcontent {
		float:left;
		width:250px;
		background:#000;
		/*border-right:2px solid #fff;
		border-bottom:2px solid #fff;*/
		margin-right:15px;
		margin-left:20px
		padding-top: 0em; /* for Firefox */
		margin-top: 0em; / *for IE */
		padding-bottom:50%;
		height:100%;
		}
		
#leftcontent .address
{
		color: #FFFFFF;
		background-color: #000000;
		font-size: 80%;
		padding-top: 17em;
		padding-left: 4em;
		padding-bottom: 2em;
}

#footer {
clear: both;
color: #FFFFFF;
background-color: #000;
padding: 1em;
text-align: center;
border-top: 1px solid #333;
padding-bottom: 2em;
}

#rightcontent {
		margin: 1em 0 1em 270px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 90%;
		}
		
#rightcontent .leftquote {
	color: #a2affd;
	float: left;
	width: 20%;
	margin: 100px 10px 10px 10px;
	padding: 20px 20px 5px 5 px;
	font-style: italic;
	font-weight: bold;
}		

#rightcontent .rightquote {
   color: #a2affd;
	float: right;
	width: 20%;
	margin: 200px 10px 10px 10px;
	padding: 20px 5px 5 px 5px;
	font-style: italic;
	font-weight: bold;
}	

#navlist {
		position: absolute;
		left: 2px;
		top: 250px;
		width: 185px;
}
#navlist li {
		margin: 0;
}
#navlist ul {
		margin: 0px 0px 0px 20px; /*removes indent IE and Opera*/
		padding: 0px 0px 0px 20px; /*removes indent Mozilla and NN7*/
		list-style-type: none; /*turns off display of bullet*/
		font-size: .9em;
}
#navlist a {
		display: block;
		padding: 2px 2px 2px 24px;
		border: 1px solid;
		border-color: #ddd #000 #000 #ddd;
		background-color: #A2AFFD;
		/*background-image:  url(images/l1_down.jpg);
		background-repeat: no-repeat;
		background-position: 0% 50%;*/
}
#navlist a:link, #navlist a:visited {
		color: #EEE;
		text-decoration: none;
}

#navlist a:hover, #navlist a:active {
		background-color: #A1DCFD;
		/*background-image:  url(images/l1_over.jpg);
		background-repeat: no-repeat;
		background-position: 0% 50%;*/
		color: #2D1E2D;
}

#currentpage a:link, #currentpage a:visited,
#currentpage a:hover, #currentpage a:active {
		background-color: #A1DCFD;
		/*background-image:  url(images/l1_over.jpg);
		background-repeat: no-repeat;
		background-position: 0% 50%;*/
		color: #2D1E2D;
}

