.mainPicture {
	background-image: url(../pics/JuliehomeLLC.jpg);
	height: 534px;
	width: 801px;
	border: 1px solid black;
	/* border: 2px solid green; */
}

img {
  border: 1px solid #000033;
}

/* Same as .mainPicture minus the picture */
.mainPage {

	height: 534px;
	width: 801px;
}

a.menuLink {
    text-decoration: none;
    color: #660000;
}

a:visited.menuLink {
  color: #660000;
}


/* This is for everything except the front page */
.sectionPage {
    border: 1px solid #660000;
	padding-left: 7px;
	text-align: left;
	background: #CCCCCC;
}



.mainFonts 
{
   color: #000033;
   font-size: 11pt;   
   font-family: Arial, Helvetica, sans-serif;
   color: #000033;    
}

a.shamLinks {
  color: #660000;
  font-size: 10pt;
  text-decoration: underline;
}

a:visited.shamLinks {
 color: #660000;
}

.menuFonts
{
    font-family: Arial, Helvetica, sans-serif;
    color: #660000;
    font-size: 10pt;
}

.about {
  font-family: Arial, sans-serif, serif;
  font-size: 12pt;
}

.RHSColumn {
	padding-right: 1%; 
	height: 100%;
}
.middleColumn {
    padding-left: 2px;
    border: 1px solid red;
}

.aboutTitle {
	text-align: left;
	font-size: 16px;
	line-height: 25pt;
	font-family: Arial;
	font-weight: bold;
	color: #000033;

}

.aboutText {
    font-size: 13px;

}

.sectionTitle {
	font-size: 12pt;
	color: #660000;
	
}

.sectionSubtitle {
    color: #660000;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;

}

.sectionTitle {
   font-size: 18px;
   font-weight: bold;
   font-family: Arial;
}

.mainLink {
	color: #CCCCCC;
	font-family: Arial;
	text-decoration: none;
	font-size: 10pt;
}