@charset "iso-8859-1";
body {
	color: #002144;
	font-size: 11pt;
	color: black;
}

#main {
	border: 1px solid #002144;
}
#header {
	border-bottom-color: #002144;
}
#addressbox {
	background-color: #bfc7d0;
	border: 1px solid #002144;
}

#addressbox a{
	font-weight: bold;
}
#addressbox a:hover{
    background-color: #8090a2;
}

#sitelinkbox {
	background-color: #bfc7d0;
	border: 1px solid #002144;
	color: #682145;
}
#sitelinkbox a:hover {
	background-color: #8090a2;
}
#sitelinkbox a {
	color: #682145;
}
#rightcolumn #leftcolumn {
	border-right-color: #002144;
}
#rightcolumnbox {
	background-color: #bfc7d0;
	border: 1px solid #002144;
}
#rightcolumnbox .headline, #rightcolumnbox h2 {
	font-size: 13pt;
	line-height: 150%;
	color: #002144;
}
#rightcolumn .headline, #rightcolumn h2 {
	font-size: 13pt;
	line-height: 150%;
	color: #682145;
}
#rightcolumn  .headlineBig, #rightcolumn h1 {
	color: #002144;
}
#rightcolumn a {
	color: #682145;
}

#rightcolumn a:hover {
	background-color: #8090a2;
}
#footer a {
	color: #002144;
}
#footer a:hover {
	background-color: #8090a2;
}

#navcontainer {
	width: 100%;
	background-color: #bfc7d0;
	margin: 0;
	border-top: 1px solid #002144;	
	text-align: center;		
}

#navcontainer tr {
border-left: 1px solid #002144;
color: #002144;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer td {
padding-top: 0.6em;
padding-bottom: 0.6em;
border-right: 1px solid #002144;
}

#navcontainer td a {
padding: 5px 12px;
font-size: 11pt;
font-weight: 600;
background-color: #bfc7d0;
color: #002144;
text-decoration: none;
}

#navcontainer td a:hover {
 background-color: #8090a2;
}

#active a:link, #active a:visited, #active a:hover {
color: white;
background-color: #8090a2;
}

#home-right {
background: url(http://cadbury.org/lewes/images/violin2.jpg) no-repeat;
overflow: hidden;
color: black;   /* #FAF8CC;  */
padding: 5px;
padding-left: 10px;  
font-size: 1.1em;
}
#home-right  h3 {font-size: 1.7em; margin-top:5px;}
#home-right a {color: black;}
#home-right a:hover {background: transparent;}


h4 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	color: #682145;
}

hr {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}

ul {
	margin: 0;
	padding: 16px;
}

/* ------------Presentation Styles ------------ */

.grey-bg { 
background-color: grey;
color: white;
padding: 6px;
}

.white-text { color: white;}

.float-left {float: left;}

.clear {clear: both;}
