body {
	background-color: #DBDB97;
	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: #666633;
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
	vertical-align: middle;
	line-height: 150%;

	
}

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

h3 {
	color: #330000;
	font-size: small;
	font-weight: bold;
	text-align: left;
	text-indent: 4em;
	}
	
p, dd {
	color: #330000;
	font-size: small;
	text-align: justify;
	margin-right: 10%;
	margin-left: 10%;





	
}
a {   color: #006633;
  
  text-decoration:none;
}
a:active {font-weight:bold;}
a:hover{
text-decoration:underline;
font-weight:bold;
}

a:visited{font-weight:normal;}



	/* */
	
	/* 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: #DBDB97;
	background-repeat: no-repeat;
	padding: 10;
	
	margin-right: 40px;
	
}

#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: #DBDB97;

	}
	#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:#DBDB97; /* define as required*/
		color: #666633;/* define as required*/
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	border: thin solid #cc9966;
	}
	#header ul li a:hover {
	background:#666633; /* define as required*/
		color:#DBDB97; /* define as required*/
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#DBDB97; /* define as required*/
		background:#666633; /* 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:#FFFFCC;		/* right column background colour */
	}
	.rightmenu .colleft {
	right:25%;
	background:#FFFFCC;

	}
	.rightmenu .col1 {
	width:57%;
	left:27%;

	}
	.rightmenu .col2 {
	width:35%;
	left:31%;

	}
	
	.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: #DBDB97;
		/* 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;
}
table {
	text-align: center;
}
