@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../media/images/background.gif);
	background-repeat:repeat;
	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-size: 11px;
}

a{
	text-decoration:none;
	color:#666666;
}
a:visited {
	color: #0099FF;
}



.singleColFixLtHdr #primebar li {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	float:right;
	display:block;
	color:#000066;
	padding-right:6px;

}

.singleColFixLtHdr #primebar a{
	color:#FFFF00;
	text-decoration:none;
}

.singleColFixLtHdr #primebar a:visited {
	color:#00FFFF;
	font-weight:normal;
}
.singleColFixLtHdr #container { 
	width: 777px;  /* 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-left: 1px solid #6c4700;
	border-Bottom: 1px solid #6c4700;
	border-Right: 1px solid #6c4700;
	margin-top: -2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:4px;
	padding-top:4px;
	background-image:url(Container-background.gif);
	background-repeat: repeat-y;
} 

.singleColFixLtHdr #container #biglogo { 
	padding-top:4px;
	padding-left:2px;
}
.singleColFixLtHdr #header { 
	/*	padding: 10px 10px 10px 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. */
	width: 779px;
	margin: 0 auto;
	margin-top:10px;
	background-image:url(header.gif);
	height:166px;
	margin-bottom:0px;
	background-repeat:no-repeat;
} 
.singleColFixLtHdr #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 */
	
}
.singleColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* 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-color:#bedafe; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
	padding: 2px 2px 2px 2px;
	border-Right: 1px solid #6c4700;
	
}

#sidebar1 img {
	border:none;
}

#DataList {
	width:186;
	padding:0px;
}

#DataList a {
	color:#333333;
}

#DataList a:hover {
	color:#0066FF;
}

#DataList UL {
	list-style-type: none;
	padding:0px;
}

.Tab {
	background-image:url(../media/images/Blank-N.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:2px 0px 0px 25px;
	line-height:150%;
	color:#000000;
}

.Link {
	background-image:url(../media/images/LinkButton.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:2px 0px 0px 35px;
	line-height:150%;
	color:#000000;
}

.opt {
	background-image:url(../media/images/optButton.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:0px 0px 0px 45px;
	line-height:200%;
	color:#000000;
}

/*#DataList LI {
	background-image:url(../media/images/Blank-N.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:2px 0px 0px 25px;
	line-height:150%;
	color:#000000;

}
*/
#DataList img {
	margin:0px;
	padding:0px;
}


.singleColFixLtHdr #sidebar1 #verticalticker{
	width:186;
}

#White {
	background-color:#bedafe;
	margin-bottom:4px; 
}

#White #TICKER{
	overflow:hidden;
	width:580px;
	height:14px;
	Margin-left:0px;
}
.singleColFixLtHdr #mainContent { 
	margin: 0 0 0 2px; /* 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: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#content {
/*	border: 1px solid #004a71;
*/	margin:2px; 
	padding:4px; 
	padding-bottom:25px;
	padding-right:12px;
/*	background-image:url(../media/images/ContentEnd.gif);
	background-position:bottom;
	background-repeat:no-repeat;
*/}

#content p {
	line-height:2;
}
.bigfont {
	font-size:40px;
}
#content table {
	text-align:Left;
}

#content table.left {
	text-align:left;
}

#content table.right {
	text-align:right;
	padding-right:12px; 
}

#content table td.leftalign {
	text-align:left;
}

#content table td.rightalign {
	text-align:right;
	padding-right:5px;
}


.singleColFixLtHdr #mainContent #SecondaryMenuBar{
	margin: 4px;
}
.singleColFixLtHdr #footer { 
	width: 777px;
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c19d64;
	text-align:center; 
	border: 1px solid #6c4700;
	margin: 0 auto;	
	margin-top:-2px;
	margin-bottom:10px;

} 
.singleColFixLtHdr #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;
}
h1 {
	font-size:12px;
	padding: 2px 2px 2px 2px;
	color:#333333;
}

H2 {
	font-size:11px;
	padding: 2px 2px 2px 2px;
	color:#666666;
}

h3 {
	font-size:10px;
	padding: 2px 2px 2px 2px;
	color:#FF0000;
}

#content LI {
	padding: 4px;
}

form label, form input, form select {
	margin:2px; 
}

form  {
	vertical-align:text-top;
}

form input, form select {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#0099FF;
	font-size:12px;
	padding:2px;
}

.Alert {
	font:"Trebuchet MS";
	color:#FF0000;
	font-size:14;
	font-weight:bold;
}


<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.singleColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.singleColFixLtHdr #sidebar1 { padding-top: 30px; }
.singleColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]a {
}
-->