﻿/*===== basic elements =====*/

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, helvetica, sans-serif;	
	font-size: 10pt;
	line-height: 1.2em;
	color: #222222; 
	background-color: #EAEAEA; 
	margin: 0; 
	padding: 0;
}

h1 {
	font-family: verdana, helvetica, sans-serif;	
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1em;
	font-style: italic;
	color: #0066CC;
	text-align: left;
	border-bottom: solid 2px #0389BC;
}
h2 {
	margin: 10px 0 10px 0;
	padding: 2px 5px;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.2em;
	color: #0977ce;
}

h3 {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 3px 0;
	font-size: 1em;
	line-height: 1.2em;
	color: #0977ce;
	text-decoration: underline;
}

h4 {
	width: 98%;
	margin: 0 0 1em 0;
	padding: 3px 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #0977ce;
	border-bottom: solid 1px #0977ce;
}

p {
	font-size: 1em;
	line-height: 1.2em;
	padding: 0 5px 0 5px;
	margin: 0;
}
ul li {
	display: list-item;
	list-style: disc;
	font-size: 1em;
	line-height:130%;
	text-indent: 0;
}

ol li {
	display: list-item;
	font-size: 1em;
	line-height:130%;
	text-indent: 0;
}

ol ul li {
	list-style-type: none;
	margin-left: 0;
	font-style: italic;
}

/*===== meeting styles =====*/
.horizontalbar {
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	width: 1040px;
	min-height: 30px;
	background: #0099CC;
	font-weight: bold;
	border-top: solid 2px #7BB5D7;
	border-bottom: solid 2px #005680;

}

.horizontalbar a {
	line-height: 200%;
	display: inline;
	margin: 2px 0 2px 0;
	padding: 5px 62px 8px 61px; 
	border-left: solid 1px #7BB5D7;
	border-right: solid 1px #005680;
}

.horizontalbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.horizontalbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.horizontalbar a:hover {
	color: #FFFFFF; 
	background-color: #0066CC;
	text-decoration: none;
}

.horizontalbar a:active {
	color: #FFFFFF; 
	background-color: #0066CC;
	text-decoration: none;
}

.leftbox101 {
	float: left;
	clear: left;
	width: 205px;
	height: auto;
	margin-left:0; 
	margin-right: 0; 
	margin-top: 10px; 
	margin-bottom: 1em;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	display: block;
	color: #0066CC;
	background: #CAF3FF; 
}

.leftbox101 a {
	line-height: 200%;
	display: block;
	padding: 0.3em 0 0.3em 0.2em; 
}
.leftbox101 a:link {
	color: #0066CC;
	text-decoration: none;
}

.leftbox101 a:visited {
	color: #0066CC;
	text-decoration: none;
}

.leftbox101 a:hover {
	color: #FFFFFF; 
	background-color: #0066CC;
	text-decoration: none;
}

.leftbox101 a:active {
	color: #FFFFFF; 
	background-color: #0066CC;
	text-decoration: none;
}

.heading {
	color:#06185c;
	font-size: 1.3em;
	text-decoration: underline;
}

.registcomplete {
	color:#06185c;
	font-size: 1.5em;
}

.mainbox {
	width: auto;
	min-height: 400px;
	margin-left: 220px;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 1em;
	padding: 0 0 0 10px;
	display: block;
	color: #222222; 
	border-left: solid 1px #0977ce;
}

.mainbox p {
	margin: 0 0 1em 0;
	width: auto;
	padding: 0 10px 0 15px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.mainbox a:link {
	text-decoration: none;
	color: #0066CC;
}

.mainbox a:visited {
	text-decoration: none;
	color: #0066CC;
}
.mainbox a:hover {
	text-decoration: underline;
	color: #0066CC; 
}
.mainbox a:active {
	text-decoration: underline;
	color: #0066CC; 
}
.column1 {
	width: 50%;
	display: block;
	float: left;
}
.column2 {
	width: 48%;
	display: block;
	float: right;
}

.column2 p {
	font-size:0.9em;
	margin-bottom: 1.5em;
	padding: 0 10px 0 10px;
}

.column3 {
	padding-top: 20px;
	width: 100%;
}

.AgendaTitle {
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	
}/*===== main elements =====*/

.contents{
	margin: 0 auto auto auto;
	padding: 0 0 0 0;
	background: #FFFFFF; 
	width: 1040px;
	min-height: 730px;
}

.main{
	margin: 5px 10px 10px 10px;
	padding: 0 0 0 0;
	width: 1020px;
	min-height: 400px;
	font-size: 1em;
	display: block;
	float:left;
	clear: left;
	border-bottom: solid 1px #0977ce;
}
.header {
    padding: 0;
    width: 1040px;
/*	background-color: #698701;*/
	background-image: url(Background3-200.jpg);
	background-repeat: repeat-x;
	min-height: 200px; 
	margin-left:0; 
	margin-right:0; 
	margin-top:5px; 
	margin-bottom:0
}
.headerimage {
	float: left;
	clear: left;
	width: 340px;
	height: auto;
	margin-left:0; 
	margin-right: 0; 
	margin-top: 30px; 
	margin-bottom: 0;
	padding: 0 0 0 5px;
}

.headertitle {
	margin: 0 0 0 0;
	padding: 30px 20px 10px 20px;
	width: 740px;
	height: auto;
	color: #000080;
}
.header a:link {
	text-decoration: none;
	color: #003399;
}

.header a:visited {
	text-decoration: none;
	color: #003399;
}
.header a:hover {
	text-decoration: underline;
	color: #0066CC; 
}
.header a:active {
	text-decoration: underline;
	color: #0066CC; 
}


.headertitle p {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	
}
.headertitle2 {
	margin: 0 0 0 0;
	padding: 10px 20px 0 20px;
	width: 740px;
	height: auto;
	color: #000080; 
}

.headertitle2 p {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	
}

.headerdate {	
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	width: 740px;
	height: auto;
	color: #000080; 
}

.headerdate p {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

/* ===== Text styles ====*/

.foottext {
	font-size:0.8em;
 	line-height: 140%;
 	text-align: center; 
 	margin: 0 15px 10px 15px;
 	padding: 0 15px 10px 15px;
}

.smaller {
	font-size: 0.9em;
}
	
.introheading1 {
	font-weight: normal;
	font-style: italic;
}

/* ===== Tables ===== */

table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin: 0 0 0 0;
}
thead {
	border-bottom: 2px solid #44A6CD;
}
th {
	border-bottom: 1px solid #44A6CD;
	padding: 0.5em 0.3em 0.5em 0.3em;
	font-size: 0.9em;
	line-height: 130%;
	text-align: left;
}	
td {
	padding: 0.6em 0.3em 0.5em 0.3em; 
	line-height: 130%;
	font-size: 0.9em;
	vertical-align: top;
}	

/*  -- Image styles --  */
.imgst1 {
	border-width: 0; 
	float: right;
	clear: right;
	margin-bottom: 1em;
}