﻿/* CSS Document */
	/* <!-- */
	/* General styles */
.img2{border-style:none;}
img {margin:10px 0 5px;}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:2px solid blue;
	}
	#Nav	{
		float:left;
		clear:both;
		width:100%;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		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;
		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: visible;
}
	/* Left Column settings */
	.col1	{
	background-color:white;
	padding:20px 20px 20px 20px;
	text-align:justify;
			}
	/* 2 Column (left menu) settings */
	.leftmenu {
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
	}
	.leftmenu .col1 {
		width:70%;			/* 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:4%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:2px solid blue;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */

