/*

#BC5E9E - 1a AAAAAA
#80406B - 1b DDDDDD
#E6CFDE - 1c 666666
#BF3092 - 1d

#AAB8F2 - 3a
#414E80 - 3b
#CFD4E6 - 3c
#839DFF - 3d

#AFE673 - 2a
#618040 - 2b
#DBE6CF - 2c
#7BBF30 - 2d

#EDCF9E - 4a
#806740 - 4b
#E6DDCF - 4c
#BF8930 - 4d

#C7A7EB - 5a
#5E4080 - 5b
#D9CFE6 - 5c
#A87BDA - 5d

#E6DC73 - 6a
#807A40 - 6b
#E6E4CF - 6c
#BFB330 - 6d

#82D9BA - 7a
#408069 - 7b
#CFE6DD - 7c
#30BF8D - 7d

#E68E73 - 8a
#804F40 - 8b
#E6D4CF - 8c
#BF5230 - 8d

*/

BODY
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:  lightgrey;
	margin: 0px 0px 50px 0px;
}

H1
{
	font-size: 110%;
}

H2
{
	font-size: 100%;
}

H3
{
	font-size: 90%;
}

H4
{
	font-size: 80%;
}

H1, H2, H3
{
	margin: 15px 0px 5px 0px;
}

H3
{
	Color: #A30E46;
}
H4
{
	margin: 0px 0px 5px 0px;
}

FIELDSET
{
	border: 2px solid #A30E46;
}

LEGEND
{
	color: Black;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

P
{
	margin: 0px 0px 10px 0px;
}

IMG
{
	border: 0px;
}

HR
{
	height: 1px;
	background-color: darkgray;
	border-width: 0px;
}

A:link, A:hover, A:active, A:visited
{
	text-decoration: underline;
	color: Black;
	font-weight: bold;
}

A:hover
{
	color: #A30E46;
}

.wrapper
{
	width: 800px;	
	margin: 10px auto 50px auto;
	background-color: white;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	position: relative;
}

.shadow
{
	width: 800px;	
	background-color: darkgray;
	position: absolute;
	top: 15px;
}

.header
{
	border-bottom: solid 1px darkgray;
	background-color: white;
	width: 100%;
}

.logoImg
{
	float: left;
	border: solid 5px black;
	margin: 5px;
}

.headerImg
{
	margin: 25px 0px 10px 15px;
}

.contactDetails
{
	font-size: 80%;
	text-align: right;
	line-height: 20px;
	margin: 20px 20px 0px 0px;
}

.contactDetailsContent
{
	float: right;
	margin: 0px 0px 0px 20px;
}

/* menu items */
.menu
{
	border-bottom: solid 1px darkgray;
	background-color: White;
	width: 100%;
}

.menuItem, .menuItemActive
{
	padding: 3px 0px;
	margin: 3px;
	border: solid 1px black;
	font-size: 80%;
	font-weight: bold;
	width: 105px;
	float: left;
	background-color: #BCD6EF;
	color: Black;
	text-align: center;
}

.menuItem, .menuItem:link, .menuItem:hover, .menuItem:visited, .menuItem:active
{
	text-decoration: none;
}

.menuItem:hover, .menuItemActive
{
	background-color: #A30E46;
	color: White;
}

.whatsOnItemFirst, .whatsOnItem
{
	font-size: 70%;
	padding: 3px
}

.whatsOnItem
{
	border-left: solid 1px darkgray;
}

/* end of menu classes */

/* style for the main content, contentEdit is for when embedded in IFRAME */
.content
{
	font-size: 90%;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-bottom: solid 1px darkgray;
}

.contentTable TD
{
	font-size: 90%;
	padding: 4px;
}

.altTr1
{
	background-color: #BCD6EF;
}

.altTr2 TD
{
	background-color: #DBF5FF;
	border-bottom: solid 5px white;
}

.contentImg
{
	margin: 5px;
	padding: 2px;
	border: solid 1px darkgray;
}

.homeNewsItem, .homeWhatsOnItem
{
	font-size: 80%;
	margin: 0px 0px 5px 0px;
}

.newsletterSidebar
{
	float: left;
	width: 150px;
}

.newsletterSidebar P
{
	margin-top: 10px;
}

.newsletterSidebar DIV
{
	margin-top: 5px;
}

.newsletter
{
	float: left;
	border-left: solid 1px darkgray;
	margin-left: 10px;
	padding-left: 10px;
}

/* end of content classes */

.footer
{
	margin: 10px;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
}

.center
{
	text-align: center;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearFloat
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* IE correction */
* html .visualIEFloatFix
{
	height: 0.01%;
}
