@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/Site/ltbeigebkg.gif) 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;
}
.twoColFixLtHdr #container {
	width: 1000px;
	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. */
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-position: top;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	width: 280px;
	background-color: #EDEBD6;
	margin: 20px 20px 0px 30px;
	color: #EDEBD6;
	list-style-position: inside;
	list-style-type: square;
	display: inline;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 12pt;
	letter-spacing: 0.05em;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
	
}

.twoColFixLtHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FAA300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 0.1em;
	background-image: url(images/Site/smallbullet.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px;
	}

.twoColFixLtHdr #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FAA300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	letter-spacing: 0.1em;
	text-align: left;
}

.twoColFixLtHdr #sidebar1 ul {
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0px 20px 0px 30px;
	padding: 0px 20px;
	display: block;
	text-decoration: none;
	width: 175px;
}

.twoColFixLtHdr #sidebar1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0px -20px;
	padding: 0px 10px;
	list-style-type: none;
	display: list-item;
	text-decoration: none;
	border-bottom: 2px inset #C2B999;
	color: #574035;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 365px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-left-style: dashed;
	border-top-color: #D5CBA8;
	border-right-color: #D5CBA8;
	border-bottom-color: #D5CBA8;
	border-left-color: #D5CBA8;
	height: auto;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	letter-spacing: 0.05em;
	padding-left: 30px;
	line-height: 12pt;
	text-align: left;
}

.twoColFixLtHdr #mainContent ul {
	margin: 0px 50px;
	padding: 0px 50px 0px 30px;
	display: block;
	text-decoration: none;
	width: 450px;
}

.twoColFixLtHdr #mainContent li {
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0px -20px 0px -10px;
	padding: 10px 10px 10px 0px;
	list-style-type: square;
	display: list-item;
	text-decoration: none;
	font-size: 9pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(images/Site/squarebullet.gif);
	color: #333333;
}

.twoColFixLtHdr #footer {
	padding: 0 0px;
	background-image: url(images/footer2.gif);
	background-repeat: repeat;
	clear: both;
} 

.twoColFixLtHdr #footer p {
	margin: 0 0 0 35px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C2B999;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
}
.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;
}

.twoColFixLtHdr #resourcelist ul {
	margin: 0px 20px 0px 30px;
	padding: 0px 20px;
	display: block;
	text-decoration: none;
	width: 500px;
}

.twoColFixLtHdr #resourcelist li {
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0px -20px;
	padding: 10px 10px 10px 0px;
	list-style-type: none;
	display: list-item;
	text-decoration: none;
	border-bottom: 2px inset #C2B999;
	font-size: 9pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
.tipssubmit {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: inset;
	padding-left: 0px;
	margin-right: -20px;
	margin-top: 20px;
	padding-top: 20px;
}


.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #FAA300;
	letter-spacing: .25em;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/Site/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 25px;
	padding-right: 0px;
}


.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FAA300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 0.2em;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px;
}

.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FAA300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	letter-spacing: 0.1em;
	text-align: left;
}

.twoColFixLtHdr #container #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FAA300;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	letter-spacing: 0.1em;
	text-align: left;
	text-decoration: underline;
	height: 30pt;
	
}

.twoColFixLtHdr #submitarticle {
	width: 500px;
	margin: 0px 30px;
	padding-right: 30px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-bottom-style: inset;
	border-top-color: #C2B999;
	border-right-color: #C2B999;
	border-bottom-color: #C2B999;
	border-left-color: #C2B999;
	padding-top: 10px;
}

.twoColFixLtHdr #submitarticle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	letter-spacing: 0.05em;
	padding-left: 30px;
	line-height: 12pt;
	text-align: left;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent  #submitarticle h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FAA300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 0.1em;
	text-align: left;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #333333;
	text-align: right;
}

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #333333;
	text-align: left;
	padding-left: 30px;
}



.twoColFixLtHdr #personnel {
	margin-left: 20px;
	width: 600px;
}
.twoColFixLtHdr #personnel ul {
	margin: 0px 20px 0px 200px;
	padding: 0px 20px;
	display: block;
	text-decoration: none;
	width: 300px;
}

.twoColFixLtHdr #personnel li {
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0px -10px 0px 175px;
	padding: 10px 10px 10px 0px;
	list-style-type: none;
	display: list-item;
	text-decoration: none;
	font-size: 9pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #gallery {
	width: 575px;
	margin-right: 20px;
	margin-left: 20px;
}

.photo img {
	border-right: 5px inset #DAD1B2;
	border-bottom: 5px inset #DAD1B2;
	padding-left: 0px;
	

}

.figure {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #574035;
	text-align: center;
}



a:link {
	
	color: #335A9A;
	text-decoration: none;
}
a:visited {
	
	color: #335A9A;
	text-decoration: none;
}

a:hover {
	
	color: #FAA300;
	text-decoration: none;
}

.imagefloatleft {
	float: left;
	margin: 10px 20px 10px 0px;
}

.imageborderleft {
	float: left;
	margin: 10px 20px 10px 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #DAD1B2;
	border-bottom-color: #DAD1B2;
	padding-right: 0px;
	padding-bottom: 0px;
}

.imagefloatright {
	float: right;
	margin: 10px 0px 10px 20px;
}

.imageborderright {
	float: right;
	margin: 10px 0px 10px 20px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #DAD1B2;
	border-bottom-color: #DAD1B2;
	padding-right: 0px;
	padding-bottom: 0px;
}

.sidebarimageborderright {
	float: right;
	margin: 10px 0px 10px 10px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #DAD1B2;
	border-bottom-color: #DAD1B2;
	padding-right: 0px;
	padding-bottom: 0px;
}
form {
	background-color: #EDEBD6;
	border: thin outset #D5CBA8;
}


.sidebarimageborderleft {
	float: left;
	margin: 10px 10px 10px 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #DAD1B2;
	border-bottom-color: #DAD1B2;
	padding-right: 0px;
	padding-bottom: 0px;
}

.twoColFixLtHdr #memberletter {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C2B999;
	border-bottom-color: #C2B999;
	width: 450px;
	margin-left: 75px;
	background-color: #EDEBD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #574035;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
/* 5/6 border erase bug*/
* html #gallery {width: 100%;}

.label {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FAA300;
}

