@import url(global.css);
h1 {
	font-size: 17px;
	color: #087647;
	margin: 0 0 16px;
	line-height: 1.1;
}
/*=header
---------*/
#header {
	height: 186px;
	background: url(../images/inside_bg.jpg) 0 76px no-repeat;
}
#header #commitment {
	position: absolute;
	top: 61px;
	left: 530px;
	z-index: 100;
}

/*=navigation
--------------*/
#navigation { background: url(../images/nav_bg.gif) left top no-repeat; }

/*=important dates
-------------------*/
#navigation ul#importantNav { background: url(../images/important_nav_bg.jpg) left top no-repeat; }
#importantNav li#newsletter { display: none; }
#importantNav li#navDates { width: 83px; left: 155px; }
#importantNav li#navDates { width: 83px; background: url(../images/nav_important.gif) 0 0 no-repeat; }
#importantNav li#navReg { width: 87px; left: 283px; }
#importantNav li#navReg a { width: 87px; background: url(../images/nav_registration.gif) 0 0 no-repeat; }

/*=main
--------*/
#main {
	margin: 31px 0 0;
	display: inline-block; /* for IE/win */
	background: url(../images/grey_line.gif) 14px 0 repeat-y;
	padding-bottom: 20px;
}
html>body #main {
	display: block;
	overflow: hidden;
}

/*=sub navigation
------------------*/
#main #subNav {
	background: url(../images/green_arrow.gif) 0 0 no-repeat;
	width: 230px;
	float: left;
}
#subNav ul {
	margin: 0 0 0 45px;
	list-style: square;
}
#subNav li { margin-bottom: 8px; }
#subNav a.current { font-weight: bold; text-decoration: none; }

/*=content
-----------*/
#main #content {
	width: 520px;
	float: left;
	margin-left: 12px;
	display: inline;
	background: url(../images/green_arrow.gif) 0 0 no-repeat;
	padding-left: 30px;
	w\idth: 490px;
}
#content * { margin-top: 0; }