/* Start of CMSMS style sheet 'Bishop-Style' */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(bishimg/mainbg.jpg) center top no-repeat scroll;
font-family: Geneva, Verdana,  Arial, Helvetica, sans-serif;
text-align:justify;
font-size:0.7em;
color: #737373;
padding-top: 20px
}

h1{
font-size: 1.6em;
color:#005550;
font-weight:normal;
}

h2{
font-size: 1.4em;
color:#005550;
font-weight:normal;
}

h3{
font-size: 1.2em;
color:#005550;
font-weight:normal;
}

h4{
font-size: 1em;
color:#005550;
font-weight:normal;
}

a {text-decoration:none;
color: #3a9087;
border-bottom: dotted 1px #3a9087;}

a:hover {text-decoration:none;
color: #166159;
border:0;}

a img {
border:0;
margin:0;
padding:0;}

#outercontainer {

}


/* container */

#maincontainer {
width: 914px;
 margin: 0 auto;
 padding:0;
 line-height: 1.8em;
background: #fff;		
}


/* header */

#header {
 height: 200px;

}




/* content */



#content {
padding: 0 ;
margin:0;

}

.rightarticle{
	width: 460px;
	padding: 20px;
	float: left;
	background-color:#FFFFFF;
}



/* menu */

.leftmenu {
float: left;

}

.vert_top {
background: url(bishimg/menu-top.gif) no-repeat;
height: 13px;
width: 220px;	
}

.vert_bottom {
	background: url(bishimg/menu-bottom.gif);
height: 64px;
width: 220px;	
}

.vert {
background: url(bishimg/menu-bg.gif);
	width: 220px;
}

.vert ul li {

list-style:none;
}

.vert a {
   width: 170px;
	display: block;
	height: auto;
	line-height: normal ;
	padding: 10px 20px 10px 30px;
	text-decoration: none;
	color:#FFFFFF;	
	font-size: 1.2em;
border:0;
}

.vert a:hover {
	background: url(bishimg/menu-over.gif);
	color: #fff;
}

.currentpage {

      
}

.currentpage h3 {
width: 170px;
	display: block;
	height: auto;
	line-height: normal ;
	padding: 10px 20px 10px 30px;
text-decoration: none;
color:#FFFFFF;
 font-size: 1.2em;
background: url(bishimg/menu-over.gif);
font-weight:normal;
}

/* picture column */

#rightpics {
width:180px;
float:right;
padding-right:10px;}


.outlink {
margin:0;
padding:0;
line-height:0;}

.outlink a{
border:0;
}

#clearer{
clear:both;}



/* footer */

.footer {
background:url(bishimg/footer.png);
height: 46px;
margin: 0 auto 10px auto;
width: 914px;
	
}

.footer p {
text-align:center;
padding:14px;
color:#FFFFFF;}



/* form */

.contactform textarea {
 width:  350px;
}


/* End of 'Bishop-Style' */

