a{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color:#034288;
	text-decoration:underline;
	font-weight: bold;
}

html, body{
	margin:0;
	padding:0 10px 0 10px;
	color:#333333;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	padding:0 10px 0 10px;
	text-align:center;
	background-color: #034288;
	background-image: url(../images/splash_bg.png);
	background-repeat: repeat;
} 
 
#pagewidth{ 
 width:653px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{
	height:97px;
	width:100%;
	background-image: url(../images/friary_body_banner.png);
	background-repeat: no-repeat;
 } 
 
#outer{ 
 border:solid white 0px;
 width: auto; 
 } 
 
#footer{
	height:65px;
	width:100%;
	background-image: url(../images/friary_body_footer.png);
	background-repeat: no-repeat;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -11px 0 -0px;
	background-image: url(../images/friary_body.png);
	background-repeat: repeat-y;
 }
 
 h1{
	color: #034288;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
 }
 
h5 span{
display:none
}
 
#outer>#inner {  }
 
.clr{clear:both;}
 
.content{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
} /*padding for content */ 

.text{
	border:1px solid #034288;
	margin-left:150px;
	padding:0 10px 10px 10px;
}
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
.floatleft{
float:left;
margin-right:10px;
margin-top:5px
}

.floatright{
float:right;
margin-left:10px;
margin-top:5px
}

blockquote{
background-color:#F7F7F7;
border-bottom:#D3D3D3 1px dashed;
border-top:#D3D3D3 1px dashed;
color:#626262;
font-size:11px;
line-height:15px;
margin-left:15px;
margin-right:10px;
padding:8px;
text-align:justify
}

#links{
	float:left;
	margin-bottom:0;
	text-align:left;
	width:130px;
}
#links ul{
	font-family:Geneva,Arial,Helvetica,sans-serif;
	margin:0;
	margin-bottom:10px;
	padding:0;
	list-style-type: none;
}
#links ul a{
font-weight: normal;
display:block;
height:110%;
line-height:110%;
padding:5px 5px 0
}
#links ul a:hover{
font-weight: normal;
background-color:#B3D9FF;
display:block;
height:110%;
line-height:110%;
padding:5px 5px 0
}

