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

body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #ccc;
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: Verdana, Arial, Helvetica, sans-serif;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 0px;
margin-top: 0px;
}
.oneColLiqCtrHdr div .style5 u strong {
	color: #7F7F7F;
}
.oneColLiqCtrHdr div .style5 u strong {
	color: #B1B1B1;
}
.oneColLiqCtrHdr div .style5 strong {
	color: #8C9D9F;
}
.artheader {
	color:#407684;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:capitalize;
}
.artheadera {
	color:#407684;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}
.artbodytextsmall {
	color:#4c4c4c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.artbodytext {
	color:#4c4c4c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 120%;
}
.showtitle {
	color:#69c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.showtitlea {
	color:#786459;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
}
.newsheader {
	color:#929796;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.oneColLiqCtrHdr #container {
width: 1040px; /* this will create a container 80% of the browser width */
background: #ffffff; 
border: 2px solid #999999;
text-align: left; /* this overrides the text-align: center on the body element. */
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.oneColLiqCtrHdr #header {
background: #ffffff;
padding: 0 5px 0 0; /* 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. */
}
.oneColLiqCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #footer { padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#667;
height:50px;
} .oneColLiqCtrHdr #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 */
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #container #header h1 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.oneColLiqCtrHdr #container #header h1 {
font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container #header h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container #header h1 {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.oneColLiqCtrHdr #container #header h1 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.oneColLiqCtrHdr #container #header p {
font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent table tr td {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #sidebar1 {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 5px 15px; /* top and bottom padding create visual space within this div */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
}
.oneColLiqCtrHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
}
#menubar {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#sidebartext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.quote {
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
}
.sidemenubar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	text-decoration: none;
	color: #69c;
}
a:visited {
	color: #69c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #69c;
}

#container #mainContent #flashcontent div p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #555;
}

