@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	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: #123274;
	font-size:11pt;
}
Terms { /*used mainly for the glossary and abbreviations and acronyms pages */
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	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: #123274;
	font-size:13pt;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #123274;
}

h1 { font-size: 22pt; }
h2 { font-size: 17pt; }
h3 { font-size: 15pt; }
h4 { font-size: 13pt; }
h5 { font-size: 11pt; }

.hilite {
	font-family:"Times New Roman", Times, serif;
	color: #74b742;
	font-weight: bold;
	font-size: 110%;
}
.new {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0033;
	font-weight:bold;
	font-size:inherit;
}
.top {
	clear: both;
	margin: 1em 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:9pt;
	border-bottom:thin solid #999999;
	width:100%;
	background:url(images/top_arrow.gif) no-repeat 0 50%;
}
.top a {
	color:#999999;
	padding-left:11px;
	text-decoration:none; 
}

.top a:hover {
color:#74b742;
padding-left:11px;
text-decoration:underline; 
background:url(images/top_arrow_green.gif) no-repeat 0 50%;
}


/*
	CSS Footer Code
*/
.footer{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
} 
.footer a{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
} 
.footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #fff200;
	margin: 0;
	padding: 0;
} 
.footer a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color: #74b742;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	background:url(images/background.jpg);
} 
.twoColFixLtHdr #header { 
	background: #123274;
	width: 780px;
	height:180px; 
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #123274; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 190px; /* 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. */
	size: 12px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10pt;
	background:#123274; 
	border-top:thin solid #74b742;	
} 
.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: 5px 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;
	padding: 10px;
}
.fltrtDefault { /* 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. */
	width: 120px;
	float: right;
	margin-left: 10px;
	margin-top: 17px;
	padding: 12px;
	color:#123274;
	font-size:10pt;
	background-color:74b742;
	border-top-color: 123274;
	border-top-style: ridge;
	border-top-width: medium;
	border-bottom-color: 123274;
	border-bottom-style: ridge;
	border-bottom-width: medium;	
}
.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;
}

/*
	CSS menu button code
*/

#tswcssbuttons {
	width: 180px ;
	text-align: center ;
	
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
}
#tswcssbuttons li a {
	color: #fff200 ;
	background-color: #123274 ;
	border: 1px outset #74b74a ;
	width: 180px ;
	text-decoration: none ;
	
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #123274 ;
	background-color: #fff200 ;
}

/*
	CSS Bullets (3 nested variations)
*/
UL {
font-size : 11pt;
font-family : arial, helvetica, sans-serif;
color : #003366;
list-style-image: url(images/circle_bullet.gif);
}

UL UL LI {
font-size : 11pt;
font-family : Arial, Helvetica, sans-serif;
color : #003366;
list-style: url(images/arrow_bullet.gif);
}

UL UL UL LI {
font-size : 11pt;
font-family : Arial, Helvetica, sans-serif;
color : #003366;
list-style:square;
}
