/***********************************************************
 *
 * Style sheet for FHP website.
 *
 * Miscellaneous styles
 *
 ***********************************************************/

html { 
	overflow: -moz-scrollbars-vertical; 
	height: 100% 
}

body {
	font-family: verdana, arial, sans-serif;
/*	background: white; - makes the left sidebar white: no good */	text-align: center;
	margin: 0px;
}


	
.mailto {
	text-decoration:none;
	color:#005EB7;
}

.mailto:hover {
	text-decoration:underline;
	color:#A42C2A;
}

/***********************************************************
 *
 * Formatting styles for the newsletters.
 *
 ***********************************************************/

div.title {
	margin: 3px;
	padding: 3px;
	background-color: #D7E3FF;
	border: 1px solid black;
	text-align: center;
}

span.FHPtext {
	color: #A42C2A;
}

div.center {
	text-align: center;
}

h1 {
	text-align: center;
}

h1.red {
	color: #A42C2A;
	}
	
h2 {
	text-align: center;
	color: #A42C2A;
}

h3 {
	text-align: center;
	color: #A42C2A;
}

div.column1 {
	position: relative;
	float: left;
	width: 48%;
	padding: 5px;
	border-right: 1px black solid;
}

div.column2 {
	position: relative;
	float: left;
	width: 48%;
	padding: 5px;
}

div.smalltext {
	font-size: 10px;
}


/***********************************************************
 *
 * Left hand side navigational menu
 *
 ***********************************************************/
 
#leftmenu{
	margin-top: 10px;
	float: left;
	margin-right: auto;
	width: 110px;
	text-align: left;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #ffffe0;
	color:#002F84;
}
	
#leftmenu a {
	text-decoration:underline;
	color:#002F84;
}
	
#leftmenu a:hover{
	text-decoration:underline;
	color:#A42922;
}



/***********************************************************
 *
 * Main content of page
 *
 ***********************************************************/

#main{
	text-align:left;
	font-size:12px;
	color:#002F84;
	text-align: left;
}

#main h2 {
	color:#A42922;
	text-align: center;
}

#main li {
	margin-top: 5px;
	margin-bottom: 5px;
}

a.menu:link { color: #006146; font-weight: bold; text-decoration: underline; }

a.menu:visited { color: #006146; font-weight: bold;  text-decoration: underline; }

a.menu:hover { color: #000000; font-weight: bold; background: #A2EFDA; }

a.menu:active { color: #000000; font-weight: bold;}


a.leftMenu:link { 
	color: #FFFFFF; 
	size: 14pt;
	font-weight: bold; 
	text-decoration: none; }

a.leftMenu:visited { 
	color: #FFFFFF; 
	size: 14pt;
	font-weight: bold; 
	text-decoration: none; }

a.leftMenu:hover { 
	color: #A42C2A; 
	size: 14pt;
	font-weight: bold; 
	text-decoration: none; }

a.leftMenu:active { 
	color: #FFFFFF; 
	size: 14pt;
	font-weight: bold; 
	text-decoration: none; }
	
.blueBack {
	background: #006400;
	margin: 20px;
	padding: 5px;

}
	
.important1 {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 12pt;
	}
	
.important2 {
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 10pt;
	}