/* Start of CMSMS style sheet 'Marshbank' */
body{
	background-color: #ffffff;
	background-image: url('uploads/images/mb_bg.jpg');
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}

.header{
	position: relative;
}

.logo{
	margin: 10px 0px 10px 10px;
	float: left;
}

.phone{
	float: right;
	margin: 60px 10px 10px 0px;
	padding-left:  18px;
	padding-bottom: 2px;
	background-image: url('uploads/images/phone.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 13px;
	color: #27146e;
}

.topnav{
	text-align: center;
	color: #27146e;
}

.links{
	margin: 10px 0px 0px 10px;
}

.topnav a{
	text-decoration: none;
	margin: 0px 15px 0px 15px;
}

.content{
	min-height: 400px;	
padding: 15px;

}

.footer{
	border-top: 1px solid #29166f;
	font-size: 12px;
	text-align: center;
}

.footerlinks{
	margin: 5px 0px 5px 0px;
}

.footer a{
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.legal{
	font-size: 11px;
	color: #000000;
}

.legal a{
	text-decoration: none;
	margin: 0px;
}

img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
font-weight: normal
}

h1{
color: #27146e;
}

h2{
color: #27146e;
}

h3{
color: #27146e;
}

h4{
color: #27146e;
}

h5{
color: #27146e;
}

h6{
color: #27146e;
}

p{
font-size: 13px;
color:#000000;

}


a{
	color: #27146e;
}

a:hover{
	color: #4c4c4c;
}

#selected{
	color: #4c4c4c;
}
/* End of 'Marshbank' */

