@charset "utf-8";
/* CSS Document */

/*******************************************************************************/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******************************************************************************/

body {
	background:#F0F8FB url('/img/bg.jpg') top left repeat-x;
	margin:0px;
	font:9pt Verdana, Arial, Helvetica, sans-serif;
	color:#23120A;
	line-height:12pt;
}

div#centerer {
	background:#ffffff url('/img/bg-header.jpg') top left no-repeat;
	width:798px;
	margin:0px auto;
}

div#logo {
	padding:28px 0px 20px 10px;
}

div#navbar {
	padding:0px;
}
div#navbar a {
	float:left;
	/*padding:6px 7px 4px 7px;
	font:10pt Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-align:center;*/
}

div#schedule {
	clear:both;
	padding:23px 24px;
}

div#content {
	background:#ffffff url('/img/bg-header-bottom.jpg') top right no-repeat;
}

div#rightside {
	width:241px;
	float:right;
	margin-top:240px;
	font-size:7pt;
	line-height:12px;
}
div#rightside div.copy {
	background-color:#E6E6E6;
}

div#maincopy {
	width:520px;
}

h1 {
	font-size:11pt;
	border-bottom:dashed 1px #23120A;
	font-weight:bold;
	padding-bottom:6px;
	margin-bottom:4px;
}
h2 {
	font-size:10pt;
	font-weight:bold;
}
h4 {
	font-size:10pt;
	background-color:#180700;
	padding:10px 6px;
	color:#FFFEFC;
	font-weight:bold;
}
h5 {
	border-bottom:dashed 1px #23120A;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:4px;
}
p {
	margin-bottom:16px;
}
a {
	color:#B83B4B;
}

div.copy {
	padding:8px;
}

div#footer {
	clear:both;
	border-top:solid 1px #666666;
	text-align:center;
	color:#666666;
	padding:6px 0px 12px 0px;
}
div#footer a {
	color:#B73D4A;
}

ul, ul li {
	list-style-image:url('/img/bullet.jpg');
	margin: 0px 0px 0px 8px;
	padding-left:4px;
	line-height:12pt;
}
ol, ol li {
	list-style:decimal;
	margin: 0px 0px 0px 8px;
	padding-left:4px;
	line-height:12pt;
}
ul, ol {
	margin-bottom:16px;
}
ul.nobullets, ul.nobullets li {
	list-style:none;
}

form div {
	border:solid 1px #190801;
	padding:12px;
	width:420px;
	margin:0px auto 12px auto;
	background-color:#FBDEE0;
}
form table tr th {
	text-align:right;
	padding:2px 10px 4px 0px;
}