body {
	/* height: 100%;*/
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
	
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		text-align:left;
	}
	h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
		text-align:left;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	
	#menucontainer {
		width: 75%;
		text-align:left;
	}
	#container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
	/* Header styles */
	#header {
		clear:both;
		
		width:100%;
		height:100px;
		text-align: center;
		padding-top: 0;
	
	padding-bottom: 5;
	background: #5588bb url(page-edge-blue.png) repeat-y;
	/*background-color: #5588bb;*/
	}
	#header {
		border-bottom:0px solid #000;
	}
	#header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	}
	#header h1,
	#header h2 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#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:#fffff;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fffff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#fffff;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		text-align:center;
		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
		
		
	}
	.col1,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		font-family: Verdana, Geneva, sans-serif;
	
	
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
	
	
	}
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		font-family: Verdana, Geneva, sans-serif;
	background: url("menu-background.png") no-repeat left ;
	
	/*background-color: #ccbb88;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background: #ffffff url(page-edge.png) repeat-y;
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		
	}
	.rightmenu .col1 {
		width:70%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:30%;			/* right column content width (right column width minus left and right padding) */
		left:33%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		height:50px;
		border-top:0px solid #000;
		
	background: #5588bb url(page-edge-blue.png) repeat-y;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
.menu_list {	
	width: 227px;
	background: #ccbb88   url("menu-background.png") no-repeat left ;
}
.menu_head {
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
	text-align:left;
   /* background: #ccbb88 url("menu-background.png") no-repeat no-repeat left 5px;*/
}
.menu_head a{
	 display:block;
  color:#000000;
	font-weight:bold;
  text-decoration:none;
  text-align:left;
  
}
			   
.menu_head 	a:hover {
		color:#000000;
		background: #ccbb88;
		text-decoration:underline;
		
	}		   
			   
.menu_body {
	display:none;
	background: #ffffff;
	background: #ffffff  url(divider.png) no-repeat center 0px;
}
.menu_body a{
  display:block;
  color:#000000;
  /*background-color:#EFEFEF;*/
  /*background: #ccbb88 url(divider.png) no-repeat;*/
  background: #ffffff  url(divider.png) no-repeat center 0px;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:3px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  background: #5588bb;
  text-decoration:underline;
  }