/* Enter your CSS3 Styles Here */

#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:15px;
	margin-right:15px;
}

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:40px; 
	font-family: Shadows Into Light,sans-serif;  
        color:#000000;
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
}

H2 { 
	font-weight:normal; 
	font-size:70px; 
} 

H3 { 
	font-weight:normal; 
	font-size:50px; 
} 

#PageBodyDiv p {line-height:24px;}

#PageBodyDiv ul li {line-height:24px;}


#TopMenuDiv .TopMenuOn {
	background:#000000; 
} 

#TopMenuDiv .TopMenuOver {
	background:#000000; 
}

.img-circle {
    border-radius: 50%;
}

.shadow {
     box-shadow: -7px -5px 10px #000000;
 }


a.thisGroupOfLinks {color:#000000 !important;}

a.thisGroupOfLinks:hover {color:#ffffff !important;}

H2.blogArticleTitle {
      font-weight:normal;
}

#blogMoreButton p {
      font-weight: normal;
}

#blogMoreButtonOver p {
      font-weight :normal;
}
