.bodytext {
	
	font-size: small;
	font-style: normal;
	color: #660000;
	font-weight: bolder;
	text-align: left;

}
img 	{margin: 5px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}

}
.dbmenu {
	
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #660000;

}
a {
	color: #990000;
	text-decoration: underline;
}


a.visited
{color: #996600;}

.centre 
{ text-align: center;
	}

.add {font-size: small;}
}

a {
	color: #6633CC;
}

body {
background-color: #FFEEFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		 
		 	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	}

h1 {
	
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
	vertical-align: middle;
	line-height: 150%;

	
}



h3 {
	
	font-size: small;
	font-weight: bold;
	text-align: left;
	text-indent: 4em;
	}
	
p, dd {
	color: #660066;
	font-size: small;
	text-align: justify;
	margin-right: 10%;
	margin-left: 10%;	
}
a {  
  
  text-decoration:none;
}
a:active {font-weight:bold;}
a:hover{
text-decoration:underline;
font-weight:bold;
}

a:visited{font-weight:normal;}



	/* structural markup follows - presentational markup to be added*/
	
	/* Header styles */

	/* 'widths' sub menu */
	
		/* column container */

.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/*  column settings common to all */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
/* 2 Column (right menu) settings */
	.rightmenu {
		background:#ffeeff;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#ffeeff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:57%;			/* left column content width (left column width minus left and right padding) */ 
		/*add or subtract content width here - must adjust rightmenu col2 same amount (opposite)*/
		
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:35%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#FFFFCC;	/* left column background colour */ /* define as required*/
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #330000; 
		background-color: #dddddd;
		/* define as required*/
	}
	#footer p {
	padding:10px;
	margin:0;
	color: #330000;
	font-size: x-small;
	text-align: center;

		}
	
.floatright {
	padding: 30px;
	float: right;
	position: static;
	display: block;


}
img {
	text-align: center;
	vertical-align: text-bottom;
	margin: 4px;
	padding: 4px;
	position: static;
}

