/* CSS Document */

/* GENERAL STYLES */

body {
	font-size: 80%;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-color: #6F6E76;
}

.bold {
	font-weight: bold;
	color: #FFFFFF;
}

.boldblue {
	font-weight: bold;
	color: #71789B;
}
	
a:link {
	color: #6A8A92;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
		color: #7D9BA4;
		font-weight: bold;
		text-decoration: none;
}
	
a:hover {
		color: #6A8A92;
		font-weight: bold;
		text-decoration: underline;
}


	
h1 {
	color: #A56262;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
	padding: 0px;
	margin: 0;
}


	
ul {	font-size: 85%;
	line-height: 18px;
	text-indent: 0px;
}

li {
	text-indent: 0px;

}

.imagefloatleft {
	padding: 0px;
	margin: 0px 10px 5px 0px;
	float: left;
	border: 1px solid #000000;


}

/*  page layout divs */

#container	{
	margin: 1em auto;
	width: 944px;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	}
	
	
#header	{
	height: 141px;
	margin-bottom: -3px;
}
	
	
#leftcol {
	background-image: url(images/leftcolbackground.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	width: 338px;

}

#address {
	padding-left: 35px;
	color: #FFFFFF;
}

#address a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#address a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


	
.imagefloat	{
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;

	}




/*  right column styles  */

#rightcol	{
		float: right;
		width: 606px;
		background-image: url(images/rightcolbackground.gif);
		background-repeat: no-repeat;
	}
	
#contentblock {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 25px;
	 }

#contentblock a:link {
	color: #6A8A92;
	text-decoration: none;
	font-weight: bold;
}

#contentblock a:visited {
		color: #7D9BA4;
		font-weight: bold;
		text-decoration: none;
}
	
#contentblock a:hover {
		color: #6A8A92;
		font-weight: bold;
		text-decoration: underline;
}

#contentblock img {
	border: none;
/*	padding-right: 8px;*/
	padding-bottom: 8px;
}

	
#rightcol ul {
	font-size: 100%;
	line-height: 18px;
	padding-left: 50px;
}
	

/* footer styles  */

#footer	{
	clear: both;
	color: #FFFFFF;
	background-image: url(images/footer.gif);
	height: 54px;
	padding-left: 35px;
	}

#footer p {
padding-top: 15px;
}
