/*
  Adapted from 
  Morpheus Theme for phpBB version 2.0.x
  Created by Vjacheslav Trushkin
  http://www.phpbbstyles.com
*/

/* main tags */
html, body { 
	height: 100%; 
}
body { 
	margin: 0;
	padding: 0;
}

body, font, th, td, p{ 
	font-family: Garamond, Verdana, Arial, Helvetica; 
	
}

font, th, td, p{
	font-size: 12pt;
}

img { 
	border: 0;
}

form { 
	display: inline; 
	padding: 0;
	margin: 0;
}

h1{
	font-size: 18pt;
	font-weight: bold;
	
}

h2{
	font-size: 14pt;
	font-weight: bold;
	
}

h3{
	font-size: 12pt;
	font-weight: bold;
	margin-left: 20px;
	color: #78BDE8;
	
}

h4{
	font-size: 12pt;
	font-weight: bold;
	
}

h5{
	font-size: 8pt;
	font-style: italic;
	
}

/* links */
a, a:visited { 
	text-decoration: none;
	color: #3F74B8;
}
a:hover, a:active{
	text-decoration: underline;
	color: #3F74B8;
}
a:active{
	color: #EBAB00;
}

/* header navigation */
#navigation { 
	text-align: center; 
	vertical-align: top;
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: bold; 
	padding-top: 5px; 
	border-top: 3px solid #50A0D9;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 28px; 
	font-family:Verdana 
}
#navigation a, #navigation a:visited { 
	color: #FAFAFA; 
	text-decoration: none; 
}
#navigation a:hover, #navigation a:active { 
	color: #FFF; 
	text-decoration: underline; 
}

/* members page */
#mem_header {
	height: 25px;
	background-image: url(images/hdr_bg.jpg);
	font-weight: bold;
	color: #FFFFFF;
}
#mem_header2 {
	height: 25px;
	background-image: url(images/hdr_bg.gif);
	color: #3F74B8;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 25px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;

}