/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background-repeat.png);
	background-repeat: repeat-x;
	background-color:#5b7a95;
}


p { 
	
	margin:0;
	
}	
	
td {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
	
ul { 
	 
	line-height: 20px;
	
}	

hr.line {
	border: 1px dashed #064f90;
	margin:0px;	
	
	
	
}

a:link {
	text-decoration: underline;
	font-weight:bold;
	color: #064f90;
}

a:visited {
	text-decoration: underline;
	font-weight:bold;
	color: #064f90;
}

a:hover {
	text-decoration: none; 
	font-weight:bold;
	color: #064f90;
}

a:active {
	text-decoration: underline;
	font-weight:bold;
	color: #064f90;
}


.titles {
	font-size: 16px; 
	font-weight: bold;
	color:#690000;
	padding-left:5px
	
}	
	
.quickLinks {
	font-size: 16px; 
	font-weight: bold;
	color:#690000;
	padding-top: 5px;	
	
}

.quotesText {
	font-size: 11px; 
	font-style:italic;
	color:#064f90;	


}

.copyright {
	font-size: 11px;
	color: #414042;
}

.whiteText {
	font-size:11px;
	color:#FFFFFF;
}

.BoldText {
	font-weight: bold;
	color:#000000;
	
}

.BoldTextLarge {
	font-size: 16px;
	font-weight: bold;
	color:#690000;
	
}

.servingTagline {
	color:#690000;
	font-size:22px;
	font-weight: bold;
	padding-left:0px;
	
}

.setTextSize {
	font-size: 10px;
	font-weight:bold;
	color:#690000;
	padding-left: 5px;

}

.sitemapPadding {
	padding-left: 50px;

}


/* Bottom NavLinks */

.BottomNav:link {
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	color: #28367c;
}

.BottomNav:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	color: #28367c;
}

.BottomNav:hover {
	text-decoration: underline; 
	font-size: 11px;
	font-weight:normal;
	color: #28367c;
}

.BottomNav:active {
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	color: #28367c;
}
