@charset "UTF-8";
body {
	font: 90%/1.1em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #ffffff; /* 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;
	list-style-type: none;
	margin-top: 20px;
}
a:link {
	color: #DF6412;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #DF6412;
	text-decoration: none;
}
.oneColFixCtr #container {
	width: 814px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*min-height: 400px;*/
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
}
/*.oneColFixCtr #mainContent img {
	padding-top: 0px;
}*/
.oneColFixCtr #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	height: 71px;
}
.oneColFixCtr #mainContent {
	padding: 20px 20px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: left;
	margin: 0em 0px 0px 185px;
	min-height: 300px;
	font-size: 85%;
	background-color: #FFFFFF;
}
.gallerylist {
	text-align: left;
	margin: 0px 0px 40px;
	color: #FFFFFF;
	padding: 10px 0px 0px;
}
.gallerylist  li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.gallerylist  li  img {
	border: 1px solid #000000;
	margin: 0px;
	list-style-type: none;
} 
/*.oneColFixCtr #mainContent ul {
}
.oneColFixCtr #mainContent li {
	color: #000000;
	list-style-type: none;
}*/
.oneColFixCtr #mainContent a {
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
}
.oneColFixCtr  #sidebar1 {
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/navBG.gif) repeat-x left top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	float: left;
	line-height: 2.5em;
	position: relative;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 15px;
}
.oneColFixCtr #sidebar1 img      {
	padding-top: 0px;
	padding-bottom: 35px;
}
.oneColFixCtr #pagename {
	text-align: left;
	padding: 0px;
	font-weight: bold;
	color: #000000;
}
.oneColFixCtr #maintext {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
/*.oneColFixCtr #mainContent img {
	padding: 0px;
	border: thin solid #CC6600;
	margin: 4px;
}
/*.oneColFixCtr #mainContent p {
	padding-right: 10px;
	padding-left: 10px;
}*/
.oneColFixCtr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	width: 814px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 70%;
	clear: both;
}

/*.oneColFixCtr #footer a {
	font-size: 110%;
}*/
.oneColFixCtr  #footer  a:link {
	font-size: 120%;
	color: #dd5a03;
	text-decoration: none;
}
.oneColFixCtr   #footer   a:visited {
	font-size: 120%;
	color: #dd5a03;
	text-decoration: none;
}
.oneColFixCtr   #footer   a:hover {
	font-size: 120%;
	color: #666666;
	text-decoration: underline;
}
.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;
}
.img {
	padding-bottom: 6px;
}
.oneColFixCtr #mainContent li {
	padding-bottom: .5em;
}
.oneColFixCtr #mainContent a:hover {
	color: #666666;
}
