/* CSS Document */

body {
	/*font: 1em Arial, Helvetica, sans-serif;*/
	background-color:#FFF;
	margin: 0;
	padding: 0;
	color: #003300;
	font: 1em "Trebuchet MS", Arial, sans-serif;
}

#wrapper {
	margin: 0px auto;
	padding: 0;
	
}
/*Header*/

#header {
	margin: 0px;
	background: url(../images/maiden_castle2.jpg) no-repeat left;
	height: 162px;
	border-bottom: 1px solid #003300;
	padding: 0px;
}


#header h1 {
	padding:20px 0px 0px 10px;
	margin: 0;
	color: #060;
	font-size: 160%;
	text-align: left;
}

#header h2 {
	font-style: italic;
	text-align: right;
	color: #FFFFFF;
	margin-right: 10px;
	padding:0;
}

#logo {
	float: right;
	margin:10px 10px 0px 0px;
	padding-bottom: 0px;
}
.smallitalic {
	font-size: 80%;
	font-style: italic;
}

.white{
	
	color: #FFF;
	}

/*End of Header*/


/*Homepage 3_col*/
/*Left column*/

#left {
	width: 30%;
	float: left;
	padding:5px;
	background: repeat-y left;
}

#left h2 {
	font-weight: bold;
	color: #000;
	background-color:inherit;
	margin-top: 0.5em;
	padding-bottom: 1px;
	font-size: 90%;
}

#left p, #right p {
	text-align: center;
	margin-top: 15px;
}

/*End of Left column*/

/*Right column*/
#right {
	float: right;
	margin: 5px 0px 0px;
	width: 30%;
	padding: 0px 2px 5px 0px;
}

#right h2 {
	font-weight: bold;
	color: #000;
	background-color:inherit;
	margin-top: 0.5em;
	padding-bottom: 1px;
	font-size: 90%;
}

/*End of Right column*/

#centre-box {
	padding: 5px;
	margin: 0px 31%;
}

#centre-box h1 {
	font-size: 120%;
	text-align: center;
	color: #006600;
}

#centre-box h2 {
	font-weight: bold;
	color: #060;
	background-color:inherit;
	margin-top: 1em;
	padding-bottom: 0.5em;
	font-size: 90%;
	border-bottom: 1px solid #006600;}
	
#centre-box h3 {
	font-size: 90%;
	text-align: center;
	color: #666666;
}	

/*End of centre column*/
/*End of Homepage 3_col*/


/* Main Content*/
#content {
	margin: 0px;
	padding: 10px;
	/*width: 98%;*/
}

/*footer*/

#footer {
	width:100%;
	margin:0;
	padding: 0;
	border-top: 1px solid #003300;
	clear: both;
}

#footer p {
	font-size: 80%;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*defines the link styles*/
a 	{font-size:100%;
	 color:#369;
	 background-color:inherit;
	 text-decoration:underline;
		}

			
a:link 	{
		color:#369;
		background-color:inherit;
			}
			
a:visited {
		color:#999999;
		background-color:inherit;
			}
			
a:hover {
		color:#FFCC00;
		background-color:inherit;
		text-decoration: none;
			}
			
a:active 	{
			color:#369;
			background-color:inherit;
			}
/*End of link styles*/

div.logo img {
	display: block;
	position: relative;
	background-color: transparent;
	color: inherit;
	margin: 0px 5px;
	padding: 0px 5px 0px 2px;
	float: left;
}

/* Rounded box style*/

.t {background:#EBEBEB url(../images/dot.gif) repeat-x 0 0; width: 98%;
	}	
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 


h1 {
	font-size: 150%;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-size: 130%;
	font-weight: normal;
}

p {
	font-size: 90%;
	margin-top: 10px;

}

.boldtext {
	font-weight: bold;
}

.indent {
	margin-left: 150px;	
}

.imgright {
	padding: 2px;
	float: right;
	}

.imgleft {
	padding: 2px;
	float: left;
	
}
/*Calendar style*/

.centretable {
	margin: 0px auto;
	padding: 5px;	

}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 10px auto 5px auto;
}

table th {
	padding: 2px 8px;
	background-color: #E2E2E2;
	color: #333333;
	font: bold 80% Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: none;
	border-left: 1px solid #CCC;
}
table td {
	border: 1px solid #CCCCCC;
	font: 70%  Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	vertical-align: top;
	margin: 0px;
}


.clear {clear:both}

.centre {
	text-align: center;
}
