@charset "UTF-8";
/* CSS Document */


#home {
		font-family: 'Lucinda Grande',Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/images/bg.jpg) repeat-x;
	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;
}

#int {
		font-family: 'Lucinda Grande',Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/images/bg_int.jpg) repeat-x;
	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;
}


#header {
	height: 145px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD url(/images/header.jpg) no-repeat;
	padding: 0 0px 0 150px;  /* 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. */
	width: 929px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.homenews {

	background-image: url(/images/bg_news_home.jpg);
	text-align: left;
	height: 290px;
	width: 371px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.homenews h1 {
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #695b34;
	margin: 0px;
}
.smalltext {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
.homenews p {
	font-family: 'Lucinda Grande',Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;

}

.linkage {
	font-weight: bold;
	font-family: 'Lucinda Grande',Verdana, Arial, Helvetica, sans-serif;
	margin:-10px 10px 5px 0px;
	text-align: right;
}


.linkage a:link, .linkage a:visited {
	font-size: 10px;
	color: #695b34;
	text-decoration: none;

}	

.linkage a:active, .linkage a:hover{
	font-size: 10px;
	color: #990000;
	text-decoration: underline;

}

a:link, a:visited {
	color: #695b34;
	text-decoration: none;

}	

a:active, a:hover{
	color: #990000;
	text-decoration: underline;

}

p {
	font-family: 'Lucinda Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: left;
}
h1 {
	font-family: 'Lucinda Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #695b34;
	text-align: left;
}
h2 {
	font-family: 'Lucinda Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #695b34;
	text-align: left;
}
body {
	font-family: 'Lucinda Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: left;
}
.main {
	padding-left: 10px;
}
#imageGallery {
	padding-bottom:5px;
	padding:8px 20px;
	margin:18px 0;
}

#imageGallery img {
	color:#d78700
}
