body {
	font-family: Times;
	font-size: 13pt;
	color: #000;
	background: none;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}


h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #000;
}


/* Page width */
#header {
}
#headerwrap {
	display:none;
}

#headerlinks{
	display:none;
}

#menuwraptop {
	display:none;
}
#menuwrapbottom {
	display:none;
}
#menu {
	display:none;
}


/* Layout */
#layoutdims {
	clear:both;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
/*.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:910px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
}
.leftmenu .colright {
        float:left;
        width:200%;
	position:relative;
	left:185px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:185px;
	padding-bottom:1em;
}
.leftmenu .col1 {
        margin:0 15px 0 205px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:185px;
	position:relative;
	right:185px;
}*/