


body{
text-align:center;/*centres the body for IE6*/
margin:0;/*Despite the margin setting in 'wrap', this allows body to move to the top of the browser window.*/
padding:0;
font:0.75em Arial, Verdana,sans-serif;
margin:0 auto;/* centres the body for all browsers other than IE6. Must be part of the element that has the width.*/
width:751px;
background: repeat-y top center;
background-image:url(../navimages/bg.gif);
background-color:#D6D6D6;
}

div#search {
}

div#search .submit {
	background-image: url(../navimages/button_search.gif);
	width: 60px;
	height: 20px;
	border: none;
	margin-bottom:-7px;
}


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	letter-spacing: normal;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../navimages/bullet_txt.gif);
	font-variant: normal;
	text-transform: none;
	padding-right:15px;
	}


.body a:link, .body a:visited {
	color: #164178;
	text-decoration: none;
/*	border-bottom: 1px dotted #B6A356;*/
	}

.body a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;/*B6A356*/
	}
	
.body ul a:link{
	color: #164178;
	text-decoration:none;
	}
	
.body ul a:visited {
	color: #265B9E;
	text-decoration:none;
	}
	

	
/*.body ul a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;/*B6A356
	}*/
	
/* The following is a hack that forces IE to display a 1px dotted line beneath the linked items, insted of a dashed one. 
The GIF file is color-matched to the hex value used in the standard a:link, a:visited, and a: hover items above (which work fine in Firefox)
Details at http://christineibbitson.blogs.com/*/

/*.body a:link, .body a:visited { 
	background: url(../navimages/css-dotted-line.gif) repeat-x bottom;
	padding: 1px;
	border-bottom: none;
	}
	*/
/* End of the IE hack. */

.cellunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	letter-spacing: normal
	list-style-position: outside;
	list-style-image: url(../navimages/bullet_txt.gif);
	font-variant: normal;
	text-transform: none;
	border-bottom: 1px solid #474747;
	}

.cellunderline a:link,.cellunderline a:visited{
	text-decoration: none;
	color: #164178;
	}

.cellunderline a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;/*B6A356*/
	}
	

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	font-variant: normal;
	color: #005596;
	letter-spacing: 1px;
	text-transform: none;
	padding: 20px 0px 0px 20px;
	}
	
	
	
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #005596;
	letter-spacing: normal;
	text-indent: 0pt;
	text-transform: none;
	}
	

.subhead a:link, .subhead a:visited {
	text-decoration: none;
	color: #005596;
	}

.subhead a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;
	}



	
.smallsanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	}
	
.smallsanserif a:link, .smallsanserif a:visited {
	color: #05244C;
	text-decoration: none;
	}

.smallsanserif a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;/*B6A356*/
	}



	
.bodyboldgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1FB25A;/* Menu yellow #E9AE30  */
	}
	
.bodyboldgold a:link, .bodyboldgold a:visited {
	color: #265B9E;
	text-decoration: none;

	}

.bodyboldgold a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;/*B6A356*/
	}


	
.bodylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: decimal;
	}

.bodylist a:link, .bodylist a:visited {
	color: #05244C;
	}

.bodylist a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;
	}

.pagebottom{

	background-image: url(../navimages/pagebottom.gif);
	background-repeat: repeat;
}


/* This next line takes any CSS link attributes off an image. No more strange blue outlines. */
a img {border: none; }
