body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ddf;
        font-family:Verdana, Arial;
	font-size:75%;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#fff;
	background:#449;
	text-decoration:none;
}

h1, h2, h3 {
	padding:0 2px 2px 6px;
	text-indent:0;
}

h2, h3 {
	margin:.4em 0 0 0;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	text-align:left;
	background:#ddf;
}

h1 {
	margin:0;
	text-align:center;
}

h3 {
	background-image: url(blue_grad.png);
	background-repeat: repeat-x;
}

p {
	margin:.0 0 .4em 0;
	padding:0;
}

img {
	margin:5px;
}

dl {
	margin:0;
	text-indent:0;
	font-weight:bold;
}

dd {
	margin:0 0 0 1em;
	font-weight:normal;
}

/* Header image float */
.floatleft {
	float:left;
	width:170px;
}

.textfloat {
	float:right;
}

/* Drop Caps */
.dropcap {
	float: left;
	font-weight:bold;
	width: .7em;
	font-size: 3em;
	line-height: 85%
}

/* column container */
.header,
.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 */
}

.colmask {
	border-top:4px solid #000;
}

/* common column settings */
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	background:#eee;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#ccc;		/* right column background colour */
}

.leftmenu .colleft {
	right:52%;			/* right column width */
	background:#ccc;		/* left column background colour */
}

.leftmenu .col1 {
	width:51%;			/* right column content width */
	left:100%;			/* 100% plus left column left padding */
	background:#eee;		/* right column background colour */
	text-indent:1em;
	text-align:left;
}

.leftmenu .col2 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:2%;			/* (right column left and right padding) plus (left column left padding) */
	text-indent:1em;
	text-align:left;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}

#footer p {
	padding:10px;
	margin:0;
}
