body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:99%;
	background:#D3D3D3;
	color:#000000;
	 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%;
}
ul
{
list-style-type:square;
}
a {
	color:#0000ff;
}
a:hover {
	color:#990033;
	background:#D3D3D3;
	text-decoration:none;
}
a.active{
	color:#000000;
	background:#D3D3D3;
	
}
h1, h2, h3 {
	margin:.2em 0 .2em .2em;
	padding:0px 0px 0px 5px;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;  /*Verdana, Geneva, sans-serif;*/
}
img {
	display:inline;
	margin-right:1px;
	margin-left:10px;	
}

img.imgright{
	float:right;
	border:1px solid #0000ff;
}
	
img.top {
	vertical-align:text-top;
	z-index:1;
}

/*Mouse over style*/
div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:left;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }

div.desc
  {
  text-align:center;
  font-weight:normal;
  width:250px;
  margin:2px;
  }
.center
{
margin-left:auto;
margin-right:auto;
width:78%;
}


/* Header styles */
#header {
	clear:both;
	float:center;
	width:100%;
}
#header p{
	font-size:15px;
	font-weight:bold;
}

#header  h1{
	padding:.1em 5px 5px 5px;
	margin:6px;
	text-align:left;
	font-size:45px;
	font-family:Ariel, sans-serif;
}

h1.center{
	margin-left:auto;
	margin-right:auto;
	width:98%;
	border:6px ridge #0000ff;
	vertical-align:text-top;
	
}

#header h2 {
	padding:.1em 1px 0 1px;
	margin:1px;
	text-align:center;
	font-size:15px;	
}
h2.pos_right
{
position:relative;
left:125px;
}

h3 ul li
{
list-style:none;
}

#header ul {
	clear:left;
	float:left;
	width:98%;
	list-style:none;
	margin:1px 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:#D3D3D3;
	color:#000000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}


#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eeeeee;
	border-top:4px solid #000000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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 */
}
/* common column settings */
.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 (left menu) settings */
.leftmenu {
	background:#ffffff;		/* right column background colour */
	list-style:circle;
	
}

.leftmenu .colleft {
	right:84%;			/* right column width */
	background:#D3D3D3;	/* left column background colour */
	color:#000000;
	border-top:ridge;
	border-right:ridge;
}
.leftmenu .col1 {
	width:78%;			/* right column content width */
	left:104%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:17%;			/* left column content width (column width minus left and right padding) */
	left:5%;			/* (right column left and right padding) plus (left column left padding) */
	border-bottom:none;
	padding-left:1px;
	padding-right:5px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:10px ridge #C0C0C0;
}
#footer p {
	padding:2px;
	margin:0;
	text-align:center;
	font-size:15px;
}