a:link {color: #1B8AF2; font-family: Trebuchet ms, Verdana;}
a:visited {color: #1B8AF2; font-family: Trebuchet ms, Verdana;}
a:hover {color: #192D5C; font-family: Trebuchet ms, Verdana;}
a:active {color: #192D5C; font-family: Trebuchet ms, Verdana;}




/*//////////////// LAYOUT ////////////////*/



body, html { 
	background-color: #EFF7FF; 
	margin:0;
    padding:0;
    height: 100%;
    border:none
    margin-left: auto; 
	margin-right: auto;
}


#wrapper{ 
    position: relative;
	font-size: 0.70em;
	line-height: 1.2em;
	font-family: Trebuchet ms, Verdana;
	width: 900px;
	color: #405074;	
	margin-left: auto; 
	margin-right: auto;
	padding: 0px; 
	background: url(images/trim.jpg);
	background-repeat: repeat;
}



#content {
  overflow: auto;
  width: 900px;
  height: auto;
}


/*//////////////// LEFT COLUMN ////////////////*/


.col-a {
	float: left;
	/*margin-left: 25px;*/
	padding-left: 25px;
	width: 710px;
	/*height: auto;*/
	text-align: justify;
	/*padding: 0px;*/
	background: #cccccc;
}
		
		
				
/*//////////////// RIGHT COLUNM ////////////////*/		


		
.col-b1 {	
	height: 264px;
	width: 132px;
	border: 1px solid #8989A2; 
	background: #B2CBE0;
}

.col-b-top1 {
	height: 48px;
	background: #192D5C;
}

.col-b-top-text1 {
	color: #ffffff; 
	font-weight: bold;
	padding: 4px;
}


.col-b2 {	
	height: 90px;
	width: 132px;
	border: 1px solid #8989A2; 
	background: #B2CBE0;
}

.col-b-top2 {
	height: 36px;
	background: #E60F6F;
}

.col-b-top-text2 {
	color: #ffffff; 
	font-weight: bold;
	height: 34px;
	padding: 4px;
}



.col-b-text {
	width: 124px;
	padding: 4px;
	color: #262C49;	
	
}

.col-b-text2 {
	width: 124px;
	padding: 4px;
	color: #262C49;	
}

.space {height: 5px;}



/*//////////////// QUOTE ////////////////*/

#quote {
	width: 711px;
	height: 92px;
	color: #262C49;	
	/*background: #B2CBE0;*/
}

.quote-back {
	width: 628px;
	height: 92px;
	margin-left: 83px;
	margin-top: 5px;
	color: #ffffff;	
	background: #192D5C url(images/quoteback.jpg);
	background-repeat: repeat-y;
}

.quote-text {
	padding: 6px;
	margin-left: 120px;
	color: #ffffff;	
}

.quote-title {
	font-size: 1.25em;
	line-height: 1.15em;
}




/*//////////////// FOOTER ////////////////*/


.footer {
	font-size: 10px;
	height: 50px; 
	background: #EFF7FF url(images/footer.jpg);
	background-repeat: repeat-y;
	margin-left: auto; 
	margin-right: auto;
}

.footer-text { 
	margin-top: 8px;
	  
	position: absolute; 
	width: 886px; 
	text-align: right;  
	color: #8989A2;
}

a.foot:link {color: #8989A2; font-family: Trebuchet ms, Verdana; text-decoration: none;}
a.foot:visited {color: #8989A2; font-family: Trebuchet ms, Verdana; text-decoration: none;}
a.foot:hover {color: #8989A2; font-family: Trebuchet ms, Verdana; text-decoration: underline;}
a.foot:active {color: #8989A2; font-family: Trebuchet ms, Verdana; text-decoration: underline;}





/*//////////////// MISC CLASSES ////////////////*/


.title1 {
	font-size: 2.5em;
	line-height: 1.15em;
	color: #395180;
	/*font-weight: bold;*/
}

.title2 {
	font-size: 2em;
	line-height: 1.15em;
	color: #395180;
	/*font-weight: bold;*/
}

.title2b {
	font-size: 1.4em;
	line-height: 1.15em;
	color: #395180;
	font-weight: bold;
}

.title3 {
	color: #E60F6F;
	font-weight: bold;
}

.qanda {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
}

.bullets {
	line-height: 1.5em;
}

.edge {
	border:1px solid #8989A2; 
	padding: 0px;
}




/*
p {
	font-family: Verdana, Trebuchet ms, Arial;
	color: #262C49;	
}
*/


