body {
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
		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 */
	}

body, dl, td, th {
	color: #330033;
}

h1 {
	color: #990000;
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
	vertical-align: middle;
	line-height: 150%;

	
}

h2	{
	color:  #990000;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	text-indent: 3em;
	vertical-align: middle;
	line-height: 150%;
	}

h3 {
	color: #990000;
	font-size: small;
	font-weight: bold;
	text-align: left;
	text-indent: 4em;
	}
	
p, dd {
	color: #990000;
	font-size: small;
	text-align: justify;
	margin-right: 10%;
	margin-left: 10%;	
}
a {   color:  #000000;
  
  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 */
#header {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #000;
		background-image: url(../images/header.gif);
	background-position: right center;
	background-color: #dddddd;
	background-repeat: no-repeat;


	}

	#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	font-size: small;
	background-color: #dddddd;

	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#dddddd; /* define as required*/
		color: #660033;/* define as required*/
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	border: thin solid #cc9966;
	}
	#header ul li a:hover {
	background:#a1a1a1; /* define as required*/
		color:#990000; /* define as required*/
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#FF0066; /* define as required*/
		background:#a1a1a1;  /* define as required*/
		font-weight:bold; /* define as required*/
	}
	#header ul li a span {
		display:block;
	}
	/* '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:#eeeeee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#eeeeee;		/* 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;


}
