body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:750px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}

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;
	}
/* Holly Hack for Mac IE \*/
/*h2:first-letter {
	margin-right: 0.1em;
	background-color:#ffbd9b;
	font-size: 1.3em;
	padding-top: 0em;
	padding-right: 0.3em;
	padding-bottom: 0em;
	padding-left: 0.3em;
}*/
/* Holly Hack end */
h3 {
	border-bottom:1px solid #E8BD65;
	font-size:1.1em;
}
h4 {
	margin:.4em 0 .2em 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 {
	width:750px;
	height:200px;
	margin:0;
	padding:0;
	background:url(../img/title.gif) no-repeat top left;
	text-indent:-9999px;
}
#header a {
	color:#000000;
	text-decoration:underline;
}
/* #header h1 a {
	display:block;
	width:750px;
	height:100px;
	margin:0;
	padding:0;
	border:0;
	text-decoration:none; 
}*/
.title {
	height:200px;
	margin:0;
	padding:0;
	background-color:#ffe7da; 
	background-image:url(../img/header.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.title_area {
	width:100%;
	height:200px;
	margin: 10;
	padding: 0;
	background: rgba(255, 231, 218, 0.3);
}
.header_info {
	margin-top:30px;
	padding:.4em 15px .4em 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
}
/*.header_info {
	margin-top:0;
	padding:.4em 15px .4em 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000;
	background-color: #E8BD65;
	border-left:5px solid #731616;
}*/

/*-------------------------------------------------
Sidemenu
-------------------------------------------------*/
/* 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 */
	background-image:url(../img/background.jpg) no-repeat right bottom;
}

/* 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 {
	float:left;
	position:relative;
	padding:0;
	overflow:hidden;
}
/* 2 Column (left menu) settings
-------------------------------------------------*/
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:100%;			/* right column width */
	background:#E8E395;	/* left column background colour */
}
.leftmenu .col1 {
	width:96%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
/*.leftmenu .col2 { */
/*	width:25%;	*/		/* left column content width (column width minus left and right padding) */
/*	left:4%;	*/		/* (right column left and right padding) plus (left column left padding) */
/*}*/

/* sidemenu */
/*#col2 .sidemenu {
	width:100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#col2 .sidemenu li {
	display:inline;
}
#col2 .sidemenu li a {
	margin-bottom:1px;
	padding: .5em 0 .5em 1em;
	display:block;
	width:100%;
	text-decoration:none;
	border-left:5px solid #717332;
	background-color:#9DBF93;
	color:#000;
}
#col2 .sidemenu li a:hover {
	background-color:rgba(157, 191, 147, 0.5);;
	color:#333;
	border-left:5px solid #731616;
} */

/*-------------------------------------------------
Main Contents
-------------------------------------------------*/
/* Text decoration
-------------------------------------------------*/
.font-red {
	color:#F00;
}
.font-back_cherry {
	background-color:#ffbd9b;
}

/* Program Session
-------------------------------------------------*/
.session {
	margin:0.5em 0;
	background: #f5f5ea;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #68552d;
}
#session H4 {
	padding:.8em .4em .8em .4em;
	border-bottom:2px solid #68552d;
}
#session a {
	color:#685f4d;
}
#session a:hover {
	color:#685f4d;
	background:#d1c0a5;
	text-decoration:none;
}
#session dl {
	margin:.5em;
}
#session dt {
	padding:.3em .5em .2em .5em;
}
#session dd {
	padding:.2em .5em .3em .5em;
}
#session dt.list1 {
	background:transparent url(../img/listmark.gif) no-repeat left center;
	padding-left:15px;
}
#session dt.list2 {
	background:transparent url(../img/listmark.gif) no-repeat left center;
	padding-left:15px;
	border-top:1px solid #e8bd65;
}
#session .program {
	padding:.8em .4em .8em .4em;
	font-weight:bold;
}

/*-------------------------------------------------
Footer styles
-------------------------------------------------*/
#footer {
	clear:both;
	float:left;
	width:100%;
	height:3px;
	background-color:#E8BD65;
	border-top:1px solid #731616;
}
#footer p {
	padding:10px;
	margin:0;
}
