/* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;				/* This removes the border around the viewport in old versions of IE */
	background: #fff;
	font-size: 12pt;
}
    
#wrapper {

}
    
a {
	color: #369;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
	font-size: 12pt;
}

img {
	margin: 10px 0 5px;
}

.calendar {
	width: auto;
}

.calendar_header {
	font-weight: bold;
	font-size: 12pt;
}

.calendar_body td p {
	font-size: 12pt;
}

.calendar_td1 {
	width: 50px;
	font-size: 12pt;
}

.calendar_td2 {
	width: 80px;
	font-size: 12pt;
}

.calendar_td3 {
	width: auto;
	font-size: 12pt;
}

.calendar_td4 {
	width: 80px;
	font-size: 12pt;
}

.printbutton {
	display: none;
}

/* Header styles */

#header_container {
	display: none;
}

#header {
	display: none;
}

/* Navigation styles */

#leftnavbuttons {
	display: none;
}

/* List styles */

.col2 ul.adress {
	display: none;
}

/* 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%;			/* width of page */
	position: relative;
}

.col1 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead. Only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

.col2, .col3 {
	display: none;
}

/* 3 Column settings */
.threecol {
	background: #fff;	/* right column background colour */
	border: none;
	border: none;
}

.threecol .colmid {
	right: 0%;				/* width of the right column */
	background: #fff;		/* center column background colour */
	border: none;
}

.threecol .colleft {
	right: 96%;				/* width of the middle column */
	background: #fff;		/* left column background colour */
	border: none;
}

.threecol .col1 {
	width: 92%;				/* width of center column content (column width minus padding on either side) */
	left: 102%;				/* 100% plus left padding of center column */
}

.threecol .col2 {
	width: 0%;				/* Width of left column content (column width minus padding on either side) */
	left: 4%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width: 0%;				/* Width of right column content (column width minus padding on either side) */
	left: 104%;				/* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */
#footer {
	display: none;
}

#footer p {
	display: none;
}