@charset "UTF-8";
body  {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background: #6699cc;
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	}

a {
color:#374e87;
font-weight:600;
text-decoration:none;
}	
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {
margin-bottom:2px;
margin-top:5px;
color:#FFFF99;
}

h2 {
font-size:24px;
 color:#FFFF99;
  font-weight:bold;
  margin-top:2px;
  margin-bottom:2px;
  line-height:10px;
}
	
.maxi #container { 
	width: 940px;  /* was: 780 using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #6699cc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; 
} 
.maxi #header { 
	background: #6699cc; 
	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. */
	height:90px;
} 
.maxi #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 */
	color: #FFFFFF;
}
.maxi #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 15px;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#6ca3d9;
    font-weight:bold;
	margin-top:60px;
	
	}
	
.menu {
padding-left:20px;
font-size:12px;
}
	
.maxi #main { 
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.bluetext {
color: #3b538f;
font-size: 12px;
font-weight:bold;
}
.whitetext {
color: #FFFFFF
}

.count140 {
	color:#D9D9D9;
	font-weight: bold;
	font-family:Georgia, Times, serif;
	font-size:22px;
	background-color:#6699CC;
	border:none;
}

.wasnow {
    background-color:#4a82ba;
	font-weight: bold;
	border:none;
		color:#FFFF99;
		font-size:100%;
}

.dark {
color: #ffffff;
font-size:12px;
}

.black {
color: #000000;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.symbol {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

.badge {
background-color:#CCCCCC;
color:#333333;

}

.box {
border-style:solid;
 border-color:#4a82ba;
}

.faq {

color:#FFFF99;
font-style:italic;
font-size:16px;
font-weight:900;
}

.chapter  {
background-image:url(images/chapter.jpg);
background-repeat:no-repeat;
color:#FFFF99;
 font-weight:bold;
 padding-left:10px;
 text-align:left;
 font-size:12px;
 
}

.chapter a {
color:#FFFF99;
}

.yellow {
color:#FFFF99;
font-weight:bold;
}

.textbox {
font-family:Arial, Helvetica, sans-serif;
 font-size:14px; 
 color:#363636;
  background-color:#FFFFFF;
   border-style:solid;
    border-width:2px;
	 border-color:#D9D9D9;
	 }
	 
.buttontest	 {
    border:1px solid #ccc;
    background:#fff;
}


/* Start custom button CSS here
	---------------------------------------- */
	
	/* Reset Buttons in FF */
	
	
	button::-moz-focus-inner { border: none; }
			button::-moz-focus-inner {
				padding: 0;
				margin: 0;
			}
		
	button,
	.button {
		display: inline-block;
		
		margin: 0;
		padding: 5px 9px;
		font: 100%/1.2 Arial, Sans-serif;
		
		color:#666666;
		background: transparent url(images/button-bg.gif) repeat-x 0 0;
		
		border: 1px double #bbb;
		border-right: 1px double #aaa;
		border-bottom: 1px double #aaa;
		
		/* Nice round corners for competent browsers */
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		

	}

	
	.button {
		text-decoration: none; /* Hide underline on links */
	}
	
	button {
		overflow: visible; /*IE helper*/
	}
	/* html button.button {
		padding-bottom:1px;
	}*/
	
	.bluebutton {

	color:#364b80;
	font-size:16px;
	font-weight:bold;
	}
	

	
	button.pill-l {
		border-right-width: 0;

		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;

		border-right: 1px solid #bbb;
	}
	button.pill-c {
		border-right-style:none;
		border-left-color:#fff;
		border-right: 1px solid #bbb;
		
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;

	}
	button.pill-r {
		border-left-color:#fff;
		
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
	}
	
	.smallbutton {
	font-size:11px;
	background: #6699CC;
	color:#FFFFFF;
	
	}

	/* only needed if implementing separate hover/focus/active state for buttons */
	button:hover, 
	.button:hover, 
	button:focus, 
	.button:focus {
		cursor:pointer;  /*important for any clickable/pressable element */
		border-color:#9cf;
		color:#000;
		background-position:0 -10px;
	}
	.button:active {
		background-position:0 -20px;
		outline:none;
	}
	
	button:focus, 
	.button:active {
		outline:none;  /*doesn't seem to be respected for <button>, only <a> */
	}

bluebutton:hover, 
	.bluebutton:hover, 
	bluebutton:focus, 
	.bluebutton:focus {

color:#2a395e;
}








.maxi #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6699cc; 
} 
.maxi #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;
}
