	body {
		background-color: #ffffff; 
	}
	

	/* one-time ids to separate areas of the page */

	#container {
		width: 750px;
		border-left: 1px solid #cccccc; 
		border-top: 1px solid #cccccc; 
		border-bottom: 1px solid #cccccc; 
		padding: 0 0; 

	}
	
	#quotes {
		width: 175px; 
		border-left: 1px solid #cccccc; 
		border-right: 3px solid #cccccc; 
		border-top: 1px solid #cccccc; 
		border-bottom: 3px solid #cccccc; 
		margin: 0px 15px 15px 0px; 
		padding: 5 5; ; 
		height: 300px; 
		background-image: url(/images/blue-light.gif);
	}

	#LearnMore { 
		width: 175px; 
		border-left: 1px solid #cccccc; 
		border-right: 3px solid #cccccc; 
		border-top: 1px solid #cccccc; 
		border-bottom: 3px solid #cccccc; 
		margin: 0px 15px 15px 0px; 
		padding: 5 5; ; 
	}

	#Resource { 
		width: 100%; 
		height: 25px;
		border-left: 1px solid #cccccc; 
		border-right: 1px solid #cccccc; 
		border-top: 1px solid #cccccc; 
		border-bottom: 3px solid #cccccc; 
		background-color: #cccccc;
		margin: 0px 15px 15px 0px; 
		padding: 5 5; ; 
	}

	#window {
		width: 250px; 
		border-left: 1px solid #cccccc; 
		border-right: 1px solid #cccccc; 
		border-top: 1px solid #cccccc; 
		border-bottom: 1px solid #cccccc; 
		padding: 5 5; ; 
		background-image: url(/images/blue-light.gif);
	}
	}

	.thumbnail { 
		margin-left: 15px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 15px; 
	}

	#content { 
		width: 100%; 
		margin: 10px 10px 10px 10px; 
		padding: 5 5; ; 
	}


	/* content styles for the page */
	a {
		color: #006699;
	}
	
	a:hover{
		color: #000000;
	}
	
	a:visited{
		color: #999999;
		
	}
	
	p, td, body, .content {
		font-size: 12px;
		line-height: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
	}

	.focus {
		font-weight: bold;
		color: #666666;		
	}

	.quotesContent{
		font-size: 10px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	.questionsAnswers{
		font-size: 12px;
		font-weight: bold;
		color: #006699;
		line-height: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	.learnMoreContent, .LearnMoreSubContent, .learnMoreContent p{
		line-height: 14px;
		font-size: 10px;
      		margin-top:5px;
      		margin-bottom:5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	.LearnMoreSubContent, .LearnMoreSubContent p{ 
		line-height: 12px;
		padding-left: 15px;
        	margin-top:5px;
        	margin-bottom:5px;
	}

	
	h4{
		font-size: 14px;
		font-weight: bold;
		color: #006699;
		padding-top: 15px;
		padding-bottom: 2px;
		letter-spacing: 0px;
		Font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}

	h3{
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
		color: #006699;
		padding-top: 15px;
		padding-bottom: 2px;
		letter-spacing: 0px;
		Font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}
		
	.totop{
		display:block;
		background-color: #fff;
		padding: 5px;
		margin-top: 25px;
		width:25px;
		font-size:10px;
		border-left: 1px #CCC solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	.footer{
		margin:25px 0px 0px;
		display:block;
		padding:4px 0px;
		width:741px;
 		/*background-image: url(/images/blue-light.gif); */
		border-style: thin #CCC; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px; 

		
	}
	
	.footer p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color:#000;
		text-align: center;
		line-height: 12px;
		
	}
	
	.footer a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color:#006699;
		line-height: 12px;
		
	}
	
	.footer a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color:#006699;
		line-height: 12px;
		
	}
	/* END */


