@charset "utf-8";
body  {
	font: 80% "Lucida Grande", "Lucida Unicode", Verdana, Arial, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/container_background.png);
	background-repeat: no-repeat;
	left: 0px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: top;
} 
.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. */
} 
.twoColFixLtHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	color:#FFFFFF;
	font: 30px Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

.twoColFixLtHdr #mainContent a:link {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color:#339999;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
}

.twoColFixLtHdr #mainContent a:hover {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom:0;
	padding-left: 0;
	color:#41830C;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
}
.twoColFixLtHdr #mainContent a:visited {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color:#339999;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: #313131;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
	color: #009899;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #313131;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
	color: #009899;
	text-transform: uppercase;
}

h2 {font-size: 18px;
	color: #009899;
	border-bottom: 3px solid #ccff32;
	padding: 1px 3px;}

.txtsmall {	
	font-size: 12px;
	letter-spacing: .1em;
	padding-left: 25px;
	color: #333333;
}

	
	h3 {font-size: 14px;
	color: #009899;
	padding: 1px 3px;}
	
	h4 {font-size: 12px;
	color: #009899;
	padding: 1px 3px;}
	
	blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}


.twoColFixLtHdr #mainContent {
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 45px;	
} 

.twoColFixLtHdr #mainContent ul {
	margin: 0;
	padding: 0 0 0 25px;
	width: 250 px;
	list-style-image:none;
	line-height:200%;
	list-style-type: circle;
	font-weight: bold;
}

UL#catmenu {
	LIST-STYLE-TYPE: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
UL#catmenu LI {
	MARGIN: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
UL#catmenu A:link {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	TEXT-DECORATION: none;
	color: #333333;
	background: transparent url(images/menu.gif) no-repeat left center;
}
UL#catmenu A:visited {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	TEXT-DECORATION: none;
	background: transparent url(images/menu.gif) no-repeat left center;
}
UL#catmenu A:hover {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	TEXT-DECORATION: none;
	background-color: #F3F3F3;
	background-image: url(images/menu_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
UL#catmenu A:active {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; TEXT-DECORATION: none
}
UL#catmenu A:link {
	COLOR: #333333;
	padding-left: 10px;
}
UL#catmenu A:visited {
	COLOR: #333333;
	padding-left: 10px;
}
UL#catmenu A:hover {
	COLOR: #333333;
	padding-left: 10px;
}
UL#catmenu A:active {
	COLOR: #333333;
	padding-top: 10px;
}

UL#catmenu #selected {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	TEXT-DECORATION: none;
	background-color: #F3F3F3;
	background-image: url(images/menu_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#lightbox {
	BACKGROUND-COLOR: #FFFFFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-right-color: #666;
	border-left-color: #666666;
	width: 220px;
	float: right;
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.twoColFixLtHdr #footer {
	background-image: url(images/footer_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 65px;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border-top-width: 0.5px;
	border-top-color: #999999;
	border-top-style: dotted;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.boldertext {
	font-family: "Lucida Grande", "Lucida Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	letter-spacing: .1em;
	line-height: 18px;
}
table {
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
}

