
html{
	border:none;
	}
body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	border:none;
}

h1{font-size:100%;
   font-weight:bold;
}

h2{font-size:150%;
   font-weight:bold;
}

h3{font-size:130%;
   font-weight:bold;
}

h4{font-size:120%;
   font-weight:bold;
}

h5{font-size:110%;
   font-weight:bold;
   margin-bottom:5px;
}

h6{font-size:110%;
   margin-bottom:5px;
}

h7{font-size:100%;
   margin-bottom:2px;
}

ul {type:disc;}

li {margin-bottom:10px;}

td {vertical-align:top;
}

input {	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	border:3px solid #336699;
	color: blue; /*white;*/
	background: white;     /*#4E81BD;*/
	width:380px;
}

textarea {	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: blue; white;
	background: white; 4E81BD;
	border:3px solid #336699;
	width: 380px;
	height:120px;
}

input [type=submit] {
	background: #01053A;
}

.twoColFixLtHdr #container { 
	width: 800px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.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: 145px; /* 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 */
	xbackground: #01053a; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url('../images/grad.jpg');
	background-repeat:repeat-x;
	margin-top: 2px;
	padding: 10px 0px 5px 0px;
	color:#FFFFFF;
	font-size:80%;
}

.twoColFixLtHdr #sidebar1 a { 
			 text-decoration: none;
			 color: #FFF;
		}
		.twoColFixLtHdr #sidebar1 a:link {
			 color: #FFF:
		}
		.twoColFixLtHdr #sidebar1 a:visited {
			 color: #fff;
		}
		.twoColFixLtHdr #sidebar1 a:hover {
			 color: #Ff0;
		}

div#floatpic {float:right; padding:0 0 0 12px;}

div#sidebar1 ul{border:none; padding:none; margin-top: 20px;}
div#sidebar1 li{color:white;position:relative;left:-20px; padding-top:10px; padding-bottom:0;}

.twoColFixLtHdr #mainContent {  
	margin: 0 0 0 150px; /* 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: 15px 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { position:relative;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image:url(../images/footer.jpg);*/
	width:800px;height:40px;background:#01053A;color:#ffffff;font-size:10pt;
	margin-top:30px;
} 
.twoColFixLtHdr #footer a {
	color:#ffffff;
	text-decoration:none;
}
		.twoColFixLtHdr #footer a:link {
			 color: #FFF:
		}
		.twoColFixLtHdr #footer a:visited {
			 color: #fff;
		}
		.twoColFixLtHdr #footer a:hover {
			 color: #Ff0;
		}


.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer .thing, .thingpic {
	float:left;
	margin:5px 0px 0 5px;
	padding:5px 0 0 28px;
	height:30px;
	
}
	.twoColFixLtHdr #footer .thingpic {
		margin-left:25px;
		padding-left:35px;
		background-repeat:no-repeat;
		background-position:top left; 
	}

*
.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;
}




/*=================================================
		div#navbar2 {
			margin-left:auto;
			margin-right:auto;
			position:relative;
			left:-20px;
			width:780px;
			 height: 30px;
			 background-color: #01053a;
			 padding: 4px 0 0 0;
			 z-index:9;
		}
		div#navbar2 ul {
			 margin: 0px;
			 padding: 0px;
			 font-family: Verdana,Arial, Helvetica, sans-serif;
			 font-size: 8pt;
			 color: #FFF;
			 background-color: #01053a;
			 line-height: 30px;
			 white-space: nowrap;
		}
		div#navbar2 li {
			 list-style-type: none;
			 display: inline;
			 border-right: 1px solid silver;
			 line-height:24px;
			 margin:0px;		
			 background-color: #01053a;
			 padding:3px 3px 3px 3px;
			 width:100px;
		}
		div#navbar2 li a {
			 text-decoration: none;
			 padding: 5px 6px;
			 color: #FFF;
			 width:100px;
		}
		div#navbar2 li a:link {
			 color: #FFF:
		}
		div#navbar2 li a:visited {
			 color: #fff;
		}
		div#navbar2 li a:hover {
			 color: #FF0;
		}
========================================*/



		div#navbar3container {
			margin-left:auto;
			margin-right:auto;
			position:relative;
			left:-20px;
			xtop :0 px;
			width:800px;
			 height: 30px;
			 background-color: #01053a;
			 padding: 4px 0 0 0;
			 z-index:9;
		}
		div#navbar3 {
			 float:left;
			 margin: 0px;
			 text-align:center;
			 padding:5px 7px 5px 7px;
			 font-family: Verdana,Arial, Helvetica, sans-serif;
			 font-size: 8pt;
			 color: #FFF;
			 background-color: #01053a;
			 border-right: 1px solid gray;
		}
		div#navbar3 a {
			 text-decoration: none;
			 color: #FFF;
			 width:100px;
		}
		div#navbar3 a:link {
			 color: #FFF:
		}		
		div#navbar3 a:visited {
			 color: #fff;
		}
		div#navbar3 a:hover {
			 color: #FF0;
		}


/*========================================*/




		a.pic {
			 text-decoration: none;
			 color: #FFF;
			 border:none;
		}
		a.pic:link {
			 color: #FFF:
		}
		a.pic:visited {
			 color: #fff;
		}
		a.pic:hover {
			 color: #FF0;
		}
		img.pic{
			border:2px solid white;
		}
		img.pic2{
			border:2px solid red;
		}

div#bheader {	
position:relative;left:-20px ;top: 5px; background:url(../images/blueheader.jpg); background-repeat:no-repeat; width:800px; border:none;
padding-top: 10px;
padding-bottom: 10px;
}

div#gheader {
position:relative;left:-20px ;top: 5px; background:url(../images/greenheader.jpg); background-repeat:no-repeat;  width:800px; border:none;
padding-top: 10px;
padding-bottom: 10px;
}

div#bheader h1, div#gheader h1{
text-align:center; vertical-align:top;
color:#FFFFFF;font-size:28pt;font-family:Arial;font-weight:normal;  border: 10px 0 0 0px;}


a#bluelink{
color:blue;font-weight:bold;
}



	#imageNavigation {
		padding-top:20px;
		width:370px;
		float:left;
	}
	.infobox { 
		width:167px; 
		height:174px; 
		margin:5px 2px 0 2px; 
		float:left; 
		background:#fff; 
		border:solid 2px #346699; 
		overflow:hidden; 
		position:relative; 
		padding:0;

		}
		.infobox img { 
			position:absolute; 
			top:0; 
			left:0; 
			border:0; 
			margin:0; 
			padding:0;
			}
			.infobox p { 
			padding:0 0 0 10px; 
			margin:3px 0;
			width:90%;
			color:#346699; 
			font-weight:bold; 
			background:url(../images/box-stripes.jpg) repeat-y left top;			 
			}
				.boxcaption { 
					float:left; 
					position:absolute; 
					background:#000; 
					height:100px; 
					width:100%; 
					top:174px;
 					left:0;
					height:180px;
					background:url(../images/box-stripes.jpg) repeat-y left top;	

 				}
 		.infobox h3 {
			background:url(../images/purple_bullet.png) no-repeat left 3px;
			padding:6px 0 0 21px;			
			margin:0 0 2px 0;
			font-size:1em;
		}
		.infobox a {
			text-decoration:none;
		}



.tickercontainer { 
	clear:both;
	position: relative;
	left: -25px;
	background: transparent; 
	margin: 0; 
	padding: 0px 0 3px 0;
	overflow: hidden; 
	width:800px;	
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	overflow: hidden;
}
ul.newsticker { 
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 2px 0;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	width:auto;
}
	ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 50px 0 0;
	} 
	ul.newsticker span {
	margin: 0;
	}

