@charset "UTF-8";
body  {
	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: #666666;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #AAA197;
}
.twoColFixLtHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 30px;
	position: relative;
	background-color: #FFFFFF;
	width: 780px;
} 
.twoColFixLtHdr #mainContent {
	margin-top: 65px;
	margin-left: 260px;
	padding-right: 20px;
	padding-left: 10px;
	width: 470px;
	padding-bottom: 20px;
} 
.twoColFixLtHdr #mainContent a{
	text-decoration:none
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #BED6ED;
} 
.twoColFixLtHdr #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 */
}
.galleryframe {
	font-family: "Arial Rounded MT Bold", "Gill Sans", Verdana;
	font-size: 12px;
	color: #333333;
	width: 470px;
	height: 134px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #A04449;
	border-left-color: #CCCCCC;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
}


.twoColFixLtHdr #footer {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 750px;
	background-color: #FFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Arial Rounded MT Bold", "Gill Sans", Verdana;
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logotag {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	color: #316CA6;
	font-style: italic;
}
.gallerythumb {
	height: 130px;
	width: 180px;
	border: 1px solid #316CA7;
	margin: 0px;
	padding: 2px;
	float: left;
}
.gallerytext {
	width: 240px;
	float: left;
	height: 84px;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gallerytext p {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 20px;
}
.gallerytext a {
	text-decoration:none;
	color: #316CA7;
	padding:0px;
}
.gallerytext a:hover {
	color: #FFB03D;
}


.homeContent2			{
	z-index:2;
	border: 0px solid #D6D2CB;
	line-height:1.5em;
	padding-left: 300px;
}
.picLink				{
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #333333;
}

.picLink a 				{color:#ffffff;
					font-size:1.6em;
					font-family:optima,georgia;
					font-weight:normal;}

.picLink a:hover			{color:#333333;}

.picLink img			{border: 0px solid #D6D2CB;}
.picLink a img			{
	border: 1px solid #D6D2CB;
}
.picLink a:hover img		{border: 1px solid #333333;}

.picLinkOn				{text-align:center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;}

.picLinkOn a 			{font-size:1.6em;
					font-family:optima,georgia;
					font-weight:normal;
					color: #333333;
					text-align:center;}

.picLinkOn a img			{border: 1px solid #333333;}

.gallerytable {
	margin-left: 80px;
	margin-top: 65px;
	padding-left: 10px;
	width: 470px;
	border: 1px solid #103A62;
	padding-bottom: 20px;
	float: left;
	background-color: #FFF;
}
.gallerytable H2{
	font-family: 'MS Sans Serif', Geneva, sans-serif;
}
.picframe {
	padding: 2px;
	height: 100px;
	width: 150px;
	border: 1px solid #999999;
	float: none;
}
.picLink2				{
	text-align:left;
	border: 1px solid #333333;
	padding: 0px;
	float: left;
}

.picLink2 a 				{color:#ffffff;
					font-size:1.6em;
					font-family:optima,georgia;
					font-weight:normal;}

.picLink2 a:hover			{color:#333333;}

.picLink2 img			{border: 0px solid #D6D2CB;}
.picLink2 a img			{
	border: 1px solid #D6D2CB;
}
.picLink2 a:hover img		{border: 1px solid #333333;}

.picLink2On				{text-align:center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;}

.picLink2On a 			{font-size:1.6em;
					font-family:optima,georgia;
					font-weight:normal;
					color: #333333;
					text-align:center;}

.picLink2On a img			{border: 1px solid #333333;}
#footer a {
	text-decoration: none;
	color: #0066FF;
}

