/* CSS Document */

body{
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2C2C2C; 
	background:url(/images/phsiBG.jpg);
	background-repeat:repeat-x;
	background-color:#ACACAC;
	font-weight: bold;
	
}

h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	border-bottom: 2px solid #000000;
	color:#000000;
	margin-top:0px;
}
h2 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-top:0px;
}
h3{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}	

.galleryHeading {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;
	color:#FFFFFF;
	text-align:center;
	/*background-color:#366C41;*/
	padding-top: 11px;
	padding-bottom:11px;
	background: url(/images/marble_tile.jpg) repeat-x;
}

a {
	font-weight:bold;
	color: #A2242E ; /* #4C9359*/
	text-decoration:none; 
}

a:visited {
	font-weight:bold;
	color: #67171D;  /*#366C41*/
	text-decoration:none;
}	
	
a:hover, a:active {
	color: #EE3032;/*#B34C54*/
	text-decoration: underline;
}

a.nav {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none; 
}

a.nav:visited {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}	
	
a.nav:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.gallery {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #000000;
	text-decoration:none;
	line-height: 140%
}

a.gallery:visited {
	color: #333333;
	text-decoration:none;
}	
	
a.gallery:hover, a.gallery:active {
	color: #000000;
	text-decoration: underline;
}

a.page {
	font-weight:bold;
	color: #ACACAC;
	text-decoration:none; 
}

a.page:visited {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}	
	
a.page:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.contentArea {
	background-color:#FFFFFF;
	color:#000000;
	border: 1px solid #808080;
}

.menuBG {
	background: url(/images/galleryBG.jpg) repeat;
	background-color:#DADADA; 
	color:#000000;
	text-align:center;
	border: 1px solid #808080;
}	

.headerText{
	font-size:16px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
}

.logoText{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #4A945A;
	font-weight:bold;
	font-style:italic;
	padding:5px;
    margin:0;	
}

.logoText2{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight:bold;
	font-style:italic;
    margin:0;	
}

.small{
	font-size: 9px;
}

.border {
	border: 1px solid #808080;
}