body {
	margin-top : 0px;
	margin-left : 0px;
	background-image : url('template_images/background_squares.jpg');
}

/* This section of the css deals with the shadows around the web site */
.shadow_topleft {
	background-image : url('template_images/shadow_topleft.jpg');
	background-repeat : no-repeat;
	background-position : top right;
}
.shadow_topmiddle {
	background-image : url('template_images/shadow_topmiddle.jpg');
	background-repeat : repeat-x;
}
.shadow_middleleft {
	background-image : url('template_images/shadowleftmiddle_repeat.jpg');
	background-repeat : repeat-y;
	background-position : top right;
}
.shadow_bottomleft {
	background-image : url('template_images/shadow_bottomleft.jpg');
	background-repeat : no-repeat;
	background-position : top right;
}
.shadow_bottommiddle {
	background-image : url('template_images/shadow_bottommiddle.jpg');
	background-repeat : repeat-x;
}
.shadow_topright {
	background-image : url('template_images/shadow_topright.jpg');
	background-repeat : no-repeat;
	background-position : top left;
}
.shadow_rightmiddle {
	background-image : url('template_images/shadow_rightmiddle_repeat.jpg');
	background-repeat : repeat-y;
	background-position : top left;
}
.shadow_bottomright {
	background-image : url('template_images/shadow_bottomright.jpg');
	background-repeat : no-repeat;
	background-position : top left;
}

/* This section deals with the navigation accordion structure */
.menu_list {
	width: 186px;
}
.menu_head {
	padding: 2px 20px;
	color:#ffffff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	margin:0px;
	margin-left:20px;
    background: #341161 url(template_images/bullet.jpg) top left no-repeat;
}
.menu_headlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_body {
	display:none;
}
.menu_body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;	
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-color:#341161;
	padding-left:40px;
}
.menu_body a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

/* This section deals with the top right navigation ie. home | site map | accessibility */
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #9D8DB4;
	text-decoration: none;
}
.subnav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #9D8DB4;
	text-decoration: none;	
}
.subnav A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #9D8DB4;
	text-decoration: none;
}
.subnav A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #9D8DB4;
	text-decoration: none;
}
.subnav A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #9D8DB4;
	text-decoration: none;
}

/* The copyright message / telephone and fax, along with email link control*/
.copyrightmessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #351162;	
	padding-left:207px;
}
.copyrightmessagelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #351162;	
	text-decoration:none;
}

/* This section is the style controls for the scrolling news items */
.latestnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #331060;
	padding-left:20px;
}
.latestnewsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #331060;
	padding-left:18px;
	padding-right:10px;
}
.latestnewsitemlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

/* General controls for the css */
td, div, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height:20px;
}

.bodypadding TD {
	padding-left : 30px;
	padding-right : 30px;
	margin-left : 20px;
	margin-right :20px;
}

/* Heading CSS & General Text */
.mainheading {
	font-family: "Times New Roman", "TimesNewRoman", Times, serif;
	font-size: 34px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #331060;
	line-height:36px;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #331060;
	font-weight: normal;
}
.youareherelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.writingheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #000000;	
	padding-left:20px;
}
.bodyheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #64AC82;
	text-transform: none;	
	line-height:25px;
}
.addresscharity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #351162;	
	padding-left:20px;

}
/* Style sheet for text size, and print page */
.textsizeprintpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;	
}
.textsize1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;		
}
.textsize2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;		
}
.textsize3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;		
}

/* Style Sheet for search results */
hr
{
	color: #331060;
	background-color: #331060;
	height: 1px;
	border: none;
}

.field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 0;
	color : #FFFFFF;
	background-color : #341161;
	border : 0px;
	width : 25px;
}
.searchlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	color: #331060;
	text-decoration: none;
}
