@charset "utf-8";
/* CSS by Allan - Digital Media Enterprises June 2011*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #3399cc;
	margin: 0 0 50px 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: #007979;
	line-height:17px;
}

h1 {color: #0066CC;
font-size:17px;
font-weight:bold;
}

h2 {color: #666666;
font-size:15px;
font-weight:bold;
}


p {
	line-height:17px;
	color: #007979;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009191;
	font-size:11px;
	padding-bottom:7px;
}

ul {
list-style:square;
}


.footer_text {
color:#CCCCCC;
font-size:9px;
}

a:link {
	color: #006699;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #006699;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	color: #006699;
}

.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* height:880px; */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:5px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
} 

.sidebar1 {
	/*float: left; /* since this element is floated, a width must be given */
	/*width:300px; */
	background: #EBEBEB; /* was EBEBEB F5F5F5 -- the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 23px 10px 23px;
	border-right:solid #999999 1px;	
}

.twoColFixLtHdr #mainContent {
	text-align:left;
	/*width:510px; */
	margin: 20px 35px 20px 35px; /* 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 */

}

.twoColFixLtHdr #headers_noflash {
	width:559px;
	
	padding:20px 0px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 

.twoColFixLtHdr #footer {
	width:820px;
	float:left;
	padding: 5px 15px 5px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0F235E;   /*#1D4CBE */
} 
.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 */
}

.twoColFixLtHdr #quotes {
	text-align:center;
	margin: 68px 0px 0px 0px; /* 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 */
} 

.call_boxes {
	background-color:#FDECFF;
	border: 1px solid #cccccc;
	padding:12px;
}


.titles_12 {
	font-size: 12px;
	color:#254078;
	font-weight: bold;
}

.titles_lessons {
	font-size: 14px;
	color:#254078;
	font-weight: bold;
}


.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;
}

a.leftnavlink:link {
	
	background-color:#E9E6D6;
	border: solid #cccccc 1px;
	text-decoration:none;
	letter-spacing: 1px;
	color:#660000;
	padding: 5px;
	margin: -7px;
	margin-bottom:10px;
	width:155px;
	display: block;
					}

a.leftnavlink:visited {

	background-color:#E9E6D6;
	border: solid #cccccc 1px;
	text-decoration:none;
	letter-spacing: 1px;
	color:#660000;
	padding: 5px;
	margin: -7px;	
	margin-bottom:10px;
	width:155px;
	display: block;
				}

a.leftnavlink:hover {
	
	background-color:#FCFED8;
	border: solid #666666 1px;
	/*text-decoration:underline; */
	letter-spacing: 1px;
	color:#333333;
	padding: 5px;
	margin: -7px;
	margin-bottom:10px;
	width:155px;
	display: block;
				}

.small_text_1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

.small_text_2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.on_page {
background-color:#66FFCC;}
