/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.jpg); 
	background-position: top;
	background-repeat: no-repeat;
}


p { 
	
	margin:0;
	
}	
	
td {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
	
ul { 
	 
	line-height: 20px;
	
}	

.lineTitles {
	border: 1px dashed #c4c9d2;
	margin:0px;	
		
	
}

.lineSub {
	border: 1px dashed #c4c9d2;
	align: left;
	width: 400px;
	
	
	
}

a:link {
	text-decoration: underline;
	color: #3c568d;
}

a:visited {
	text-decoration: underline;
	color: #3c568d;
}

a:hover {
	text-decoration: none; 
	color: #3c568d;
}

a:active {
	text-decoration: underline;
	color: #3c568d;
}


.titles {
	font-size: 30px; 
	font-weight: bold;
	color:#993732;
	
}	
	
.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: #FFFFFF;
}

.whiteText {
	font-size:11px;
	color:#FFFFFF;
}

.blueText {
	color:#28367c;
}

.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;

}

.pTrailNonLink {
	font-size: 10px;
	color: #28367c;
}

/* Bottom NavLinks */

.BottomNav:link {
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;
	color: #28367c;
}

.BottomNav:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;
	color: #28367c;
}

.BottomNav:hover {
	text-decoration: underline; 
	font-size: 10px;
	font-weight:normal;
	color: #28367c;
}

.BottomNav:active {
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;
	color: #28367c;
}
.top-tile {
	background-image: url(images/top-tile.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
