body {
	line-height:1.2em;
	padding: 0;
	margin: 0px;
	background-color: #ffffff;
	font-size: 1em;
	font-family: helvetica, sans-serif;
	}
	
html { overflow: -moz-scrollbars-vertical !important; }

li {
	margin-top: .5em;
}

.listheading {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.sectionheading {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h3 {
	font-weight: bold;
	font-size: .9em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #cb7b29;
}

h1 {
	margin-top: 1.25em;
	font-size: 1.75em;
	color: #cb7b29;
}

h2 {
	font-size: 1.1em;
	color: #cb7b29;
}

.block {
	display: block;
	border: none;
}

.blockquote {
	margin-left: 2em;
	margin-right: 2em;
}


a {
	color: #356788;
	text-decoration: none;
}

a:hover {
	 background-color: #ebefd1;
}

a.fixiebugurl {
	color: #444f78;
	text-decoration: underline;
}

a.fixiebugurl:hover {

}

div.pictureright {
	float: right;
	margin-left: 12px;

}

div.pictureright p {
	margin-top: .5em;
	color: #54003d;	
	text-indent: 0;
	text-align: center;
}

div.pictureleft {
	float: left;
	margin-right: 12px;
}

div.pictureleft p {
	margin-top: .5em;
	color: #54003d;	
	text-indent: 0;
	text-align: center;
}

.infodiv {
	float: right;
	width: 200px;
	background-color: #ffe8b2;
	margin-left: 16px;
	padding: 6px;
	border: 1px solid black;
}

.infotopdiv {
	width: 90%;
	background-color: #f7f7f9;
	margin-left: 16px;
	padding: 6px;
	border: 1px solid black;
}

.lightbluediv {
	background-color: #f7f7f9;
	padding: 8px;
	border: 1px solid black;
}

.mediumbluediv {
	background-color: #dfe0f2;
	padding: 8px;
	border: 1px solid black;	
}

.checkbox {
	float: left;
}

.checkboxitem {
	margin-left: 20px ;
	margin-right: 20px ;
}

/* Classes used in the left navigation */

a.navlink {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.navlink:hover {
	background-color: #b3c6d2;
}


a.mastheadlink {
	font-weight: bold;
	color: #ffffff;
	margin-left:8px;
	text-decoration: none;
}

a.mastheadlink:hover {
	text-decoration: underline;
	background-color: transparent;
}

ul#navi {
	  list-style: none;
	  margin: 0px;
	  padding: 0px;
}

ul#navi li {
	 padding: 0px;
	 margin-bottom: 1.5em;
	}
	
ul#navi span {
	display: block;
	margin: .2em 0em .5em .8em;
	}


/* Classes used in the footer */

.fineprint {
	  margin-top: 0px;
	  margin-bottom: 0px;
	  color: black;
	  font-size: .8em;

}

.menu {
	  color: #000000;
	  font-weight: bold;
	  text-align: center;
}

a.menu {
	  color: #000000;
	  font-weight: bold;
	  text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}


/* Definitions for the divs that make up the page structure */

.page-div {
	background-color: #ffffff;
	width: 815px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
}

.header-div {
	background-color: #DFDDA4;
	width: 815px;
	height: 152px;
	padding: 0px;
	margin: 0px;
}

.headerprc {
 	font-weight: bold;
 	font-size: 1.1em;
 	margin-left: 12px;
  	margin-top: 12px;
  	margin-bottom: 0px;
}

.headertitle {
	font-weight: bold;
	font-size: 1.75em;
 	margin-left: 12px;
 	margin-top: 8px;
   	margin-bottom: 4px;
}

.headerpic {
	margin-left: 12px;
	margin-bottom: 0px;
	height: 106px;
}

.masthead-div {
	background-color: #366687;
	padding: 5px;
	float: left;
	width: 805px;
	display: none; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.content-div {
	width: 815px;
}

.leftcontentdiv {
	border-right: 1px solid #e0e0e0;
	width: 325px;
	padding-right: 1.5em;
}

.rightcontentdiv {
	float: right;
	width: 205px;
	margin-right: 0px;
	border: 1px solid #ffffff;
}

.nav-div {
	display: none;
	padding: 12px;
	float: left;
	width: 185px;
	font-size: .85em;
}

.main-div {
	float: left;
	width: 565px;
	padding: 12px;
}

.footer-div {
	background-color: #DFDDA4;
	padding: 10px;
	float: left;
	width: 795px;
	border-top: 8px solid #c8ca91
}

.otext {
	color: #cb7b29;
	font-weight: bold;
}

 .space {
 	margin: 4px;
 	display: block;
 	clear: both;
 	}
 
 /* ciam's additions/overrides */
 

 .main-div h1 {
 	color:#142d4a;
 	letter-spacing:2px;
 	margin:0;
 	padding:0;
	line-height:1.8em;
 	}

.rightcontentdiv p, .rightcontentdiv li {
	font-size: .9em;
	}
	
.rightcontentdiv h3 {
	font-size: .85em;
	}
	
.rightcontentdiv ul {
	padding-left: 0px;
	margin-top: .2em;
	list-style: none;
	margin-left: 0px;
	}
	
.rightcontentdiv p {
	margin-top: .2em;
	}
	
.confdetails {
	margin-top: .2em;
	margin-bottom: .2em;
	}
.conftitle {
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: .2em;
	}
.em {
	color: #cb7b29;
	font-weight: bold;
	}
		
