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;}



	/* 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: #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;
	background-color: #DBDB97;
	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;

	}
	#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;
	}
	#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;
	}
	
	/* 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 */
		border-top:1px solid #000;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#FFFFCC;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#FFFFCC;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the left column */
		background:#FFFFCC;	/* left column background colour */
	}
	.threecol .col1 {
		width:86%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:11%;			/* Width of left column content (column width minus padding on either side) */
		left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:11%;			/* Width of right column content (column width minus padding on either side) */
		left:95%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
		text-align: center;
	}
	.col1 { background-color: #FFFFCC}
	
.tabletop {
	vertical-align: top;
}

