@charset "UTF-8";
/* CSS Document */

body{
	text-align:center;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#wrapper{
	background-color:#9966FF;
	padding-bottom: 30px;
	background-image:url(images/background.gif);
	background-repeat:repeat;
}
#container{
	width:677px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
.lineBreak{
	font-size: 4px;
}
#header{
	background-color:#6633CC;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:260px;
	height:94px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 108px 31px 0px 386px;
}
#header a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#left, #right{
	background-color:#FFFFFF;
}
#left{
	background-color:#FFFFFF;
	width:419px;
	background-image:url(images/dot_line_separation.gif);
	background-repeat:repeat-y;
	background-position: right 4px;
	float:left;
	padding-top: 8px;
	padding-bottom: 32px;
}
.content{
	background-color:#FFFFFF;
	width: 397px;
}
.contentTitle, .contentImg, .contentImgSmall{
	display:inline;
}
.contentTitle img{
	padding-left: 6px;
}	
.contentImg{
	position: relative;
	top: 16px;
	left: 6px;
}
.contentImgSmall{
	position: relative;
	top: 10px;
	left: 6px;
}
.contentTitleNoImg{
	padding-left: 57px;
	padding-top: 0px;
}
.contentText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left: 57px;
	line-height: 140%;
} 
.contentText ul{
	margin-left: 10px;
	padding-left: 0px;
}
.frstCol{
	float: left;
	width: 150px;
	line-height: 160%; 
}
.scndCol{
	float: left;
	margin: 0 0 0 0px;
	padding: 10px 0px 0px 0px;
	width: 166px; 
	line-height: 160%;
}
.contentTitleNoImg .contentText{
	padding-left: 0px;
}
.contentSubTitle{
	color: #4498cd;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 160%;
	padding-top: 10px;
}
#right{
	float:left;
	margin:0 0 0 0px;
	padding: 0px 23px 8px 23px;
	width: 206px; 
}
.rightContent{
	width: 210px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.rightBlueBox{
	background-color: #d6e9f4;
	background-image: url('images/quote_line_star_top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px;
	color: #0073bb;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 160%;
	width: 188px;
	padding: 36px 8px 8px 8px;
	text-align: center;
	border-left: 1px solid #ecf4fa;
	border-right: 1px solid #ecf4fa;
}
.rightBlueBoxFooter{
	background-color: #d6e9f4;
	background-image: url('images/quote_line_bottom.jpg');
	background-repeat: no-repeat;
	width: 206px;
	height: 23px;
	margin-bottom: 12px;
}
.rightQuote01, .rightQuote02, .rightQuote03{
	padding: 10px 0px 10px 0px;
}	
.rightQuote01{
	background-image: url('images/quotes.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
}
.rightQuote01, .rightQuote03{
	color: #1e235a;
}
.rightQuote02{
	color: #0073bb;
}
.rightQuoteSig{
	font-weight: bold;
	padding-top: 8px;
}
#footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height: 40px;
	margin: 0px;
	padding: 20px 0px 0px 333px;
	clear: both;
}
