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

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#666666;
	line-height:normal;
	background:#f1f5f9 url(../images/bg.gif) repeat-y center top;
}

#doc {
	margin:auto;
	width:800px;
	padding:0 0 0 0;
	background:#ffffff;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,form,table {
	padding:0;
	margin:0;
}

.hidden {
	display:none;
}

img {
	border:0px;
}

h1 {
	font-size:180%;
	padding:0 0 14px 0;
}

h2 {
	font-size:120%;
	padding:0 0 4px 0;
	color:#509cca;
}

p {
	padding:0 0 15px 0;
	line-height:160%;
}

a {
	color:#509cca;
}

ul, ol {
	line-height:160%;
	padding:0 0 14px 20px;
}

table {
	width:100%;
}

td {
	vertical-align:top;
}

#header {
	height:148px;
	/*background:url(../images/header/bg.gif) repeat-x bottom left;*/
	border-bottom:10px solid #509cca;
}

#header h6 {
	padding:33px 0 0 67px;
	float:left;
}

.headerImage {
	float:left;
	padding:0 0 0 77px;
}

.headerLogo {
	float:right;
	padding:11px 20px 0 0;
}

#leftNav {
	clear:both;
	width:220px;
	padding:10px 0 10px 0;
	float:left;
	background:#e9f4fb;
}

#leftNav ul {
	list-style:none;
	padding:0 0 10px 0;
	font-size:110%;
	line-height:normal;
}

#leftNav li {
	
	/*background:url(../images/leftNav/menu-single.gif) no-repeat top left;*/
	background:#509cca;
	border-bottom:1px solid #ffffff;
}

#leftNav li.double {
	/*height:38px;*/
	/*background:url(../images/leftNav/menu-double.gif) no-repeat top left;*/
}

#leftNav li:hover {
	background:#8bc5e8;
}

#leftNav li a {
	width:180px;
	padding:9px 20px 9px 20px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

#leftNav li a:hover {
	color:#FFFFFF;
}

.bgLight {
	padding:10px;
	background:#e9f4fb;
}

.navAd {
	padding:10px;
	background:#8bc5e8;
}

#mainContent {
	float:left;
	padding:20px;
	width:530px;
}

.meeting_details {
	margin-bottom:20px;
}

.meeting_details td {
	padding-bottom:10px;
	line-height:150%;
}

.qa h2 {
	font-size:120%;
}

#footer {
	clear:both;
	padding:10px;
	border-top:5px solid #509cca;
}

#footer ul.footerLinks {
	float:right;
}

#footer ul.footerLinks li {
	display:inline;
}

h2.highlightSubTitle {
	color:#FFFFFF;
	padding:4px;
	background:#509cca;
	margin-bottom:10px;
}

.highlight {
	font-size:180%;
	color:#990000;
}

.centre {
	text-align:center;
}

.bold {
	font-weight:bold;
}
