/* CSS Document */
body  {
        font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;

        background: ffffff;
        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: #003366;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	padding-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/bluebar.gif);
	background-repeat: repeat-y;
	background-position: 0px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #container_in { 
       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 */
     padding-top:35px;
        text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container_in h2{ 
     	font-size:130%;
	font-variant: small-caps;
	color: #999966;
	letter-spacing: 1px;
	margin-bottom: 0px;
padding-bottom: 0px;
} 

hr {
	color: #003366;
	background-color: #003366;
	height: 7px;
	border: 0;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 3px;
	width: 100%;
}
.twoColFixLtHdr #container_in hr{ 
	color: #336699;
	background-color: #FFFFFf;
	height: 2px;
	border: 0;

 text-align: left;
 padding: 0px;
 margin: 0px 0px 3px;
 width: 100%;
	
	
}
.twoColFixLtHdr #header { 
        background: #DDDDDD; 
        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 #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	background: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
}
 #sidebar1  a:link {
	color: #ffffff;
	text-decoration: none;
}
 #sidebar1  a:visited {
	color: #FFFFFF;
}
 #sidebar1 a:hover {
	color: #99CCCC;
	text-decoration: underline;
}
 #sidebar1  a:active {
	color: #FFFFFF;
	text-decoration: none;
	
	}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	background: #003366;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
}
 #sidebar2  a:link {
	color: #ffffff;
	text-decoration: none;
}
 #sidebar2  a:visited {
	color: #FFFFFF;
}
 #sidebar2 a:hover {
	color: #99CCCC;
	text-decoration: underline;
}
 #sidebar2  a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.twoColFixLtHdr #mainContent p{
	
	
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #mainContent_in { 
        margin: 0 0 0 250px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent_in p{
	
	
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #003366;
} 
.twoColFixLtHdr #mainContent p img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.twoColFixLtHdr #footer {
	background:#003366;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-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 */
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.bld{
font-weight:bold;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #00CC66;
	text-decoration: underline;
}
a:active {
	color: #9999FF;
	text-decoration: none;
}
H2 {
	font-size:130%;
	font-variant: small-caps;
	color: #B9D4AD;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

H1 {
	font-size:180%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	font-weight:normal;
	padding-top: 6px;
}
 .uline a:link a:visited a:hover a:active
 {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;
	margin: 0px;
	padding: 0px;
}
.imgleft {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	
}
.style2 {
	color: #B360EC;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {
	color: #70A457;
	font-weight:bold;
}
.style6 {color: #ffffff;
font-size: 10px;
font-weight:bold;}
 .linetop {
 display:block;
 border: 5px #330099}
 #navcontainer {
	font-weight:bold;
	text-align:right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
 #navlist {
	color: #003366;
	list-style-type: none;
	margin-right: 0px;
	padding-right: 0px;
}
 #navlist ul {
	color: #003366;
	margin-right: 0px;
	padding-right: 0px;
	background-color: #CC6666;
		text-decoration: none;
}
  #navlist ul li {
	color: #003366;
		
  }
   #navlist  li  {
	color: #003366;
	line-height: 150%;
	text-decoration: none;
	list-style-type: none;
	margin-right: 0px;
	padding-right: 0px;
}
#navlist li a {
	text-decoration: none;
	color: #003366;
}

 #navlist  li a:link {
	color:#003366;
	text-decoration: none;
	margin-right: 0px;
	list-style-type: none;
}
 #navlist  li a:visited {color: #003366;}
  #navlist  li a:hover {color: #009966;
  text-decoration: underline;}
  #navlist  li a:active {color: #003366;}
 #navlist  li a current {
	color: #999966;
}
 


 #navlistH li
 {
 display: inline;
 list-style-type: none;
 padding: 0px;

 }
  #navcontainerH{
	margin:0px;
	padding:2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003366;
	text-align: left;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
 #navcontainerH ul {
	margin:0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
}
 #navlistH li a {	text-decoration: none;
 color: #ffffff;
 font-weight: bold;}
 #navlistH  li a:link {
	color: #ffffff;
	text-decoration: none;
	margin-right: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 #navlistH li a:visited {color: #ffffff;}
 #navlistH  li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebox {
	border: 2px solid #AFCDA1;
	background-color: #FFFFFF;
	padding: 6px;
	float: right;
	width: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
}
#sidebox85 {
	border: 2px solid #AFCDA1;
	background-color: #FFFFFF;
	padding: 7px;

	width: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#sidebox85 p{
	font-size: 10px;
	letter-spacing: 0px;	
}
.rt {
padding:0px;
padding-right:10px;
margin:0px;
text-align:center;
}
#sidebox img {
margin-left: 4px;
border: 2px solid #AFCDA1;}
 #navlistH  li a:active {color: #ffffff;}
 #navlistH  li a current {
	color: #B8D3AB;
}
 .bluetext {
	color: #003366;
	font-weight: bold;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	background-color: #FFFFFF;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.twoColFixLtHdr #mainContent_in {
	zoom: 1;
	color: ffffff;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

