@charset "UTF-8";
/* 
	Background-Styles 
*/

#mainSub {
	padding-bottom:30px;
	background-image: url(images/backgroundSubpage.jpg);
	background-repeat: repeat-x;
}
#mainSub .container {
	background-repeat:no-repeat;
	background-image: url(images/backgroundLogo.jpg);
}



/* 
	Header
*/

#header {
	height:148px;
}



/* 
	Left Column
*/

#leftBox {
	float:left;
	width: 202px;
}
#leftBoxContent {
	margin-top: 30px;
}
#leftBoxContent p{
	margin-top: 0px;
}
#leftBoxContent a {
	color: #215591;
}


/* 
	Right Column 
*/

#rightBox {
	float:right;
	width: 745px;
}
#main {
	float:left;
	width: 510px;
}
#quote{
	float:right;
	width: 180px;
}

/* 
	Main Content 
*/
#mainContent {
	margin-top: 30px;
	padding-left: 50px;
	border-left: 1px solid #d5cbb1;
}
#mainContent h1 {
	font-size: 18px;
	color: #215591;
	margin-top: 0px;
	margin-bottom: 20px;
}
#mainContent h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
#mainContent table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent table td img {
	margin-bottom: 5px;
}



/* 
	Quote Content 
*/

#quoteContent {
	margin-top: 60px;
}
#quoteContent p {
	margin-top: 0px;
	color: #1F5593;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	padding-top: 0px;
}
