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

body {
	margin: 0;
	padding: 0;
	background-color: #B29C88;
	background-image: url(../images/bkgdTile.gif);
	background-repeat: repeat-x;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	font-size: 14px;
	line-height: 24px; 
}
a{
	text-decoration:underline;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#00007E;
}
h1, h2, h3, h4 {
	color: #00007E;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}
#contnav {
	margin-top: 70px;
}
#contnav a {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#contnav a:hover {
	color: #F14200;
	text-decoration: none;
}
#contnav img {
	margin-left: 730px;
	margin-top: -95px;
}
#contnav ul {
	list-style-type: none;
}
#contnav li {
	display: inline;
	padding-right: 30px;
}
#contnav .currpg {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 21px;
	font-weight: bold;
	color: #F14200;
}
#main {
	/* background-image:url(../images/exterior35.jpg); */
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 900px;
}
#mainTextBkgd {
	background-color: #acdee0;
	/* CSS3 standard */
	opacity: 0.7;
	/* For IE */
	filter:alpha(opacity=70);
	width: 500px;
	position: absolute;
	left: 60px;
	top: 130px;
}
#mainText {
	width: 440px;
	position: absolute;
	left: 60px;
	top: 130px;
	margin: 10px 0px 10px 20px;
}
#mainText p {
	color: #000;
}
#mainText li {
	list-style-type: none;
}
#mainText h3 {
	line-height: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#mainText .tight {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0;
}
#mainSideBkgd {
	background-color: #eddf9c;
	/* CSS3 standard */
	opacity: 0.7;
	/* For IE */
	filter:alpha(opacity=70);
	width: 220px;
	position: absolute;
	left: 530px;
	top: 200px;
}
#mainSide a {
	color: #00007E;
	text-decoration: underline;
}
#mainSide a:hover {
	color: #000;
	text-decoration: underline;
}
#mainSide {
	width: 170px;
	position: absolute;
	left: 530px;
	top: 200px;
	margin: 10px 0px 10px 40px;
}
#footer {
	width: 600px;
	line-height: normal;
	margin-left: 150px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#footer .copy {
	font-size: 10px;
}
.textItal {
	font-style: italic;
}
.textBold {
	font-weight: bold;
}
