/********************************************

P.heading1 --> Main title on pages centered
P.heading2 --> Paragraph header
P.normal   --> Normal body text
UL.normal   --> Regular lists

Default styles on all pages

*********************************************/

P.heading1 {
	margin-top: 20px;
	background: rgba(208, 172, 16, .0);
	color:	 white;
	font-family: Arvo, verdana;
	font-size: 48px;
	font-weight: bold;
	font-style: normal;
	text-align: left;	
	/*line-height: 50px; */
	/*text-shadow: 2px 2px white; */	
}
P.heading2 {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* background: rgba(255, 255, 255, .5); */
	color:	white;
	font-family: Arvo, verdana;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	/*line-height: 24px;*/
	/*text-shadow: 2px 2px white;*/
}
P.slogan {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: rgba(255, 255, 255, .5);
	color:	black;
	font-family: DM Sans, verdana;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	/*line-height: 24px;*/
	/*text-shadow: 2px 2px white;*/
}P.normal1  {
	margin-left: 10px;
	margin-top: 0px;
	color: black;
	font-family: Roboto;
	font-size:   25px;
	font-weight: normal;
	font-style:  normal;
	line-height: 30px;	
}
P.normal  {
	margin-left: 10px;
	margin-top: 0px;
	color: black;
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;	
}

P.photonormal  {
	margin-left: 10px;
	margin-top: 0px;
	color: black;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	text-align: left
}
/********************************************

Menu on left hand side

*********************************************/
Div.heading2 {
	margin-left: 10px;
	margin-top: 0px;
	color:	black;
	font-family: arial, helvetica, verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
}
Div.menutext1 {
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	color:	#FFFF99;
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;	
	text-align: left;
}
Div.menutext2 {	
	margin-left: 10px;
	margin-bottom: 12px;
	color:	#FFFF99;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	text-decoration: none;	
	text-align: left;
}
Div.menutext3 {	
	margin-left: 20px;
	margin-bottom: 6px;
	color:	#FFFF99;
	font-family: arial, helvetica, verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	text-decoration: none;	
	text-align: left;
}
Div.photoheader{	
	color:	#FFFF99;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;	
	text-align: center;
}
/********************************************

Links

*********************************************/
A.mainmenu:link {
	color: #FF9900;	
	font-weight: bold;
	text-decoration: none; 
}
A.mainmenu:active {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none; 
}
A.mainmenu:visited {	
	color:  #FF9900;
	font-weight: bold;
	text-decoration: none;
}
A.mainmenu:hover {
	color: #000000;	
	font-weight: bold;	
	text-decoration: underline; 
}
A.menu:link {
	color: #FF9900;	
	font-weight: normal;
	text-decoration: none; 
}
A.menu:active {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none; 
}
A.menu:visited {	
	color:  #FF9900;
	font-weight: normal;
	text-decoration: none;
}
A.menu:hover {
	color: #000000;	
	font-weight: normal;	
	text-decoration: underline; 
}
A.text:link {
	color: #FF9900;	
	font-weight: normal;
	text-decoration: none; 
}
A.text:active {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none; 
}
A.text:visited {	
	color:  #FF9900;
	font-weight: normal;
	text-decoration: none;
}
A.text:hover {
	color: #000000;	
	font-weight: normal;	
	text-decoration: underline; 
}
/********************************************

Images

*********************************************/
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

