/* CSS Document */

/* Specify blanket rules for all elements */ 
  body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
    }
	 
.photo img {
	margin-right: auto;
	margin-left: auto;
}

.photoCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.photo p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

/* Rules for headings */
 
  h1 { 
    font-size:150%; 
    } 

h2 { 
  font-size:140%; 
  } 

h3 { 
  font-size:110%; 
  }
   
/* Default paragraph styles */ 
  p { 
    font-size:100%; 
    line-height:150%; 
     } 

ul {
	line-height: 150%;
}
/* Masthead */ 
 
  #masthead {
	padding:10px;
	
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
    }
	
	/* Content */ 
	  #content {
	margin-bottom: 10px;
	float: left;
	width: 60%;
	margin-left: 5%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	    } 

	/* Sidebar */ 
	
	  #sidebar {
	float:left;
	padding:10px;
	
	width: 10%;
	margin-bottom: 10px;
	margin-left: 7%;
	    }  

#content img {
	border: 3px solid #0E60E1;
}

#legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.quote {
	font-family: "Lucida Calligraphy", "Comic Sans MS", serif;
	font-size: 120%;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	color: #0000CC;
}

#textNav p {
	text-align: center;
	font-size: 90%;
	color: #0000FF;
}

.maincontentquote {
	font-family: "Lucida Calligraphy", "Comic Sans MS", serif;
	font-size: 120%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	color: #0000D3;
}

#textNav a {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

#textNav a:hover {
	color: #FF3300;
}

.attachments {
	list-style-type: none;
}


.contactName {
	text-align: center;
}


.clevermouseRef a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}

.clevermouseRef a:hover {
	color: #FF3300;
	text-decoration: none;
}

#footer {
	clear: both;
}

.clevermouseRef {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0000FF;
	text-align: right;
}
