body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin:.8em 0 0 0;
	border-bottom:2px solid #731616;
	font-size: 1.2em;
	}
h3 {
	border-bottom:1px solid #E8BD65;
	font-size:1.1em;
}
h4 {
	margin:.3em 0 .1em 0;
	font-size:1em;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}


/* Header styles
----------------------------------------*/
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #731616;
}
#header h1 {		
	margin:0;
	padding:0;
	border-top:5px solid #731616;
	border-bottom:1px solid #731616;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
}
#header a {
	color:#000000;
	text-decoration:none;
}
#header .min {
	font-size:0.9em;
}
.header_info {
	margin:0;
	padding:0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000;
	border-top:1px solid #731616;
	border-left:5px solid #731616;
}
 
/* 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,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.col2 {
	display:none;
}
/* 2 Column (left menu) settings
----------------------------------------*/
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:100%;			/* right column width */
	background:#ffffff;	/* left column background colour */
}
.leftmenu .col1 {
	width:100%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}

/* Main Contents
----------------------------------------*/
/* Text decoration
----------------------------------------*/
.font-red {
	color:#F00;
}
.font-back_cherry {
	background-color:#ffbd9b;
}

/* Program Session
-------------------------------------------------*/
#session dl {
	margin:.3em 0 .1em 0;
}
dt.list1 {
	background:transparent url(../img/listmark.gif) no-repeat left center;
	padding-left:15px;
}
dt.list2 {
	background:transparent url(../img/listmark.gif) no-repeat left center;
	padding-left:15px;
}
#session .program {
	padding:.3em 0em .1em 0em;
	font-weight:bold;
}

/* Footer styles
----------------------------------------*/
#footer {
	clear:both;
	float:left;
	width:100%;
	height:3px;
	border-top:1px solid #731616;
}
#footer p {
	padding:10px;
	margin:0;
}
