body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:1024px;
	font-family: Calibri, Verdana, sans-serif;
	font-size:small;
}

a {
	color:#369;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: maroon;
}

a:hover {
	text-decoration: underline;
	color: red;
	list-style-position: inside;
}

h1 {
	margin:.8em 0 .2em 0;
	padding:0;
}
h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-size: 120%;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
	background:#000;
}
#header p {
	padding:.5em 0px	.8em 250px;
}
#header h1  {
	display: none;
}
#header h2  {
	padding:0.9em 15px 0.9em 15px;

}
#header img  {


}
#header a:link {
	color: white;
	text-decoration: none;
}

#header a:visited {
	color: white;
	text-decoration: none;
}

#header a:hover {
	color: red;
	text-decoration: none;
}
.headertext {
	position:absolute; 
	width:271px; 
	height:109px; 
	left: 232px; 
	top: 12px;
}
#headernav {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #000;
	background-color: #FFCC66;
	text-indent: 15px;
	padding:10px 0 10px 0;

}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;	/*	Left column background colour */
	
			
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
	border-left:1px solid #000;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#fff;    	/* Right column background colour */
	border-left:1px solid #000;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;

}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
	border:1px solid #FFF;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
	border:1px solid #FFF;
	text-align: center;
	font-size: smaller;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
	background:#000;

}
#footer p {
	padding:.5em 15px;
}

.pictright {
	text-align: right;
	background-color: white;
	border-left:1px solid #000;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 2em;
	float: right;
	
	width: 300px;

}

.pictright a:link {
	color: white;
	text-decoration: none;
}

.pictright a:visited {
	color: white;
	text-decoration: none;
}

.pictright a:hover {
	color: red;
	text-decoration: none;
}