html, body, #lftcol {
height: 100%;
}

body {
	margin: auto;
	padding: 0;
	text-align: center;
	height: 100%;
	overflow: visible;
	width: 100%;
	background-attachment: fixed;
	font-size: 101%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}


/* Below:  All these are global styles applied to everything.  However, they can be overwritten later in the CSS */
* {margin: 0; padding: 0; border: 0; text-align: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 18px; color: #0A356A;}


/* main nav */


/* Layout */

#container { /* the container contains all the divs and makes sure they are centrally aligned.  Note that IE uses the text-align: center; in the body to align everything centrally */
	min-height: 100%;
	height: auto !important; /* footer code */
	margin: 0 auto -85px; /* footer code the bottom margin is the negative value of the footer's height */
	width: 950px;
	background-attachment:inherit;
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
		bottom: 0px;
	}


#hdr {  /* header/banner area */
	width: 950px;
	height: 200px;
	background:  transparent;
	position: relative;
	background-position: 0% 13%;
	background-repeat: no-repeat;
	background-image: url(../images/HAM%20logo4.png);
	float: right;
	}
#headercolor {
	height: 125px;
	width: 700px;
	float: right;
	position: relative;
}

#sitetitle { /* Styles for the main site title */
	position: relative;
	top: 15px;  /* shifts text into exact position */
	left: 0px;  /* shifts text into exact position */
	font-family: "Times New Roman", Times, serif;
	font-size: 44px;
	line-height: 40px;
	font-weight: 100;  /* 100 is the thinnest font weight */
	color: #0A356A; 
	letter-spacing: normal;
	margin-left: 310px;
	background-image: url(../images/boeheader1.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	z-index: 5;
	height: 140px;
	}
	
	#maintitle{
	position: relative;
	top: 15px;  /* shifts text into exact position */
	left: 0px;  /* shifts text into exact position */
	font-family: "Times New Roman", Times, serif;
	font-size: 44px;
	line-height: 44px;
	font-weight: 100;  /* 100 is the thinnest font weight */
	color: #0A356A; 
	letter-spacing: normal;
	margin-left: 0px;
	height: 50px;
	margin-top: 30px;
	float: left;



}
	
#subtitle {  /* Styles for the sites subtitle */
	position: relative;
	top: 15px;  /* shifts text into exact position */
	left: 0px;  /* shifts text into exact position */
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #0A356A;
	letter-spacing: normal;
	text-align: left;
	float: left;
	padding-left: 3px;
	clear: left;
	width: 400px;
	}


#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	position: relative;
	padding-top: 3px;
	padding-bottom: 0px;
	height: auto;
	margin-bottom: 25px;
	clear: right;
	z-index: 1;
	border-top-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: none;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	background-color: #0A356A;
	top: 60px;
	color: #CCCCCC;
	width: 100%;
}

#breadcrumb a:link, #breadcrumb a:visited {   /* These are the styles for the breadcrumb links */
	padding-left: 0px;
	color: #CCCCCC;
	text-decoration: underline;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}


#breadcrumb a:hover, #breadcrumb a:active {   /* These are the styles for the breadcrumb links */
	padding-left: 0px;
	color: #00FFFF;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 100%;
	}
	
#lftcol {
	padding-bottom: 32767px; /* forces full length column */
	margin-bottom: -32767px; /* forces full length column */
	min-height: 100%; /* forces full length column */
	float: left;
	width: 125px;
	position: relative;
	text-align: left;
	padding-top: 0px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/menubackground.png);
	background-position:top left;
	background-repeat: repeat-y;
	margin-top: 50px;
	height: 100%;
	font-weight: bold;
	color: #0A356A;
	}
* html #lftcol { /* forces full length column */
height: 100%;
}

#lftcol p {
	color: #0A356A; /* paragraph text in the left column */
	
	
	} 

#rightcol {
	float: right;
	width: 125px;
	position: relative;
	text-align: left;
	padding-top: 0px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	height: 100%;
	font-weight: normal;
	color: #0A356A;
	background-color: #FFFFFF;
	clear: left;
	font-style: normal;
	}
* html #rightcol { /* forces full length column */
height: 100%;
}

#rightcol p {
	color: #FF6699; /* paragraph text in the left column */
	
	
	} 
#rightcol a:link, #lftcol a:visited {   /* These are the styles for the left column links */
	color: #0A356A;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
		
}	
	#rightcol a:hover, #lftcol a:active {   /* These are the styles for the left column links */
	padding-left: 0px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	}

	


/* menu */
.menublock{
	width: 100%;
	height: auto;
	padding-left: 12px;
	color: #0A356A;
}

.lftcol a:link, .lftcol  a:visited {   /* These are the styles for the left column links */
	color: #0A356A;
	text-decoration: underline;
	font-weight: bold;
		
}	
.lftcol  a:hover, .lftcol  a:active {   /* These are the styles for the left column links */
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	
	}
	
.menublock a:link, .menublock a:visited {   /* These are the styles for the left column links */
	color: #0A356A;
	text-decoration: underline;
	font-weight: bold;
		
}	
.menublock a:hover, .menublock a:active {   /* These are the styles for the left column links */
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	
	}

	
	/* submenus */

.leftcolbox2 {
width: 100%;
float:right;
	height: auto;
	padding-left: 11px;
	color: #0A356A !important;
	margin-bottom:2px	
}

.leftcolbox2  a:link, .leftcolbox2  a:visited {   /* These are the styles for the offset links */
	padding-left: 11px;
	color: #0A356A !important;
	font-weight: bold;
	font-size: 100%;
	font-style: normal;
}
	
.leftcolbox2  a:hover, .leftcolbox2  a:active {    /* These are the styles for the left column links */
	padding-left:11px;
	color: #0A356A !important;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

.redarrow {
	background-image: url(../images/redline.gif);
	background-repeat: no-repeat;
	left: -12px;
	position: relative;
	float: left;
	width: 113px;
	background-position: left 50%;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1em;	
}

.redarrowsub {
	background-image: url(../images/redline.gif);
	background-repeat: no-repeat;
	left: -12px;
	position: relative;
	float: left;
	width: 100px;
	background-position: left 50%;
	padding-left: 20px;
	margin-bottom: 2px;
	font-size: 1em;	
}
                     

	/* Main column items*/

#maincol {  /* main column where the main text etc is located */
	float: right;
	width: 800px;
	padding-top: 50px;
	height: 100%;
	position: relative;
	clear: right;
	background-repeat: no-repeat;
	top: 0px;
	color: #0A356A;
	margin-top: 0px;
	margin-bottom: 75px;
	
}

#maincolblack {  /* main column where the main text etc is located */
	float: right;
	width: 800px;
	padding-top: 50px;
	height: 100%;
	position: relative;
	clear: right;
	background-repeat: no-repeat;
	top: 0px;
	color: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 75px;
	background-color: #0A356A;
	border-left-style: outset;
	border-left-width: medium;
	border-left-color: #FF9900;
}

#maincolexhib {  /* main column where the main text etc is located */
	float: right;
	width: 625px;
	padding-top: 50px;
	height: 100%;
	position: relative;
	clear: right;
	background-repeat: no-repeat;
	top: 0px;
	color: #0A356A;
	margin-top: 0px;
	margin-bottom: 75px;
	
}

#maincolcfp {  /* main column call for papers temp */
	float: right;
	width: 800px;
	padding-top: 50px;
	height: 100%;
	position: relative;
	clear: right;
	background-repeat: no-repeat;
	top: 0px;
	color: #0A356A;
	margin-top: 0px;
	margin-bottom: 75px;
	background-image: url(../images/call%20for%20papers4.jpg);
	background-position: 50px 50px;
}
#maincol p {
	color: #0A356A;
	letter-spacing: normal;
	font-size: 12px;
}
#maincol h1 {    /* Styles for the main column headers */
	margin: 0px 10px 20px 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 150%; 
	font-weight: 100; 
	line-height: 19px; 
	color: #0A356A; 
	letter-spacing: 1.3px
	 }  /* headings in the main column */
	 
#maincol h2 {    /* Styles for the main column headers */
	margin: 0px 10px 5px 0px; 
	font-family: arial; 
	font-size: 150%; 
	font-weight: bold; 
	line-height: 19px; 
	color: #0A356A; 
	letter-spacing: 2px
	}  /* headings in the main column */
	
#maincol h3 {    /* Styles for the main column headers */
	margin: 0px 10px 5px 0px; 
	font-family: arial; 
	font-size: 150%; 
	font-weight: bold; 
	line-height: 19px; 
	color: #FF0000; 
	letter-spacing: 2px
	}  /* headings in the main column */
	
	#maincol h4 {    /* Styles for the main column headers */
	margin: 0px 10px 5px 0px; 
	font-family: arial; 
	font-size: 125%; 
	font-weight: bold; 
	line-height: 19px; 
	color: #999999; 
	letter-spacing: 2px
	}  /* headings in the main column */

#maincol a:link, #maincol a:visited {   /* These are the styles for the Main column links */
	padding-left: 0px;
	color: #0A356A;
	text-decoration: underline;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 100%;
}


#maincol a:hover, #maincol a:active {   /* These are the styles for the Main column links */
	padding-left: 0px;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	}
	
#maincol ul {   /* styles main area unordered(bulleted) lists */
	margin-top: 15px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-left: 150px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	list-style: square /* This controls the bullet point style. */;
	font-size: 100%;
}

#maincol li {  /* List items in the main column */
	color: #0A356A;
	margin-left: 10px;  /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
	font-size: 100%;
	line-height: 18px;
	
}

#maincol ol {   /* styles main area ordered(numbered) lists */
  margin-top: 15px; 
  margin-bottom: 15px; 
  line-height: 18px;
  list-style-type:  decimal;
  font-size: 100%;
 } 
 
 /* odds and sods */
 
 /* 1st page signatures */
#sig1 {
	float: left;
	position: relative;
	margin-top: 25px;
	font-size: 12px;
	height: auto;
	width: auto;
	font-weight: bold;
	}
	#sig1a {
	float: left;
	position: relative;
	margin-top: 15px;
	font-size: 12px;
	height: auto;
	width: auto;
	font-weight: bold;
	margin-left: 30px;
	}
#sig1 p{
font-size: 12px;
}

#sig2 {
	float: left;
	position: relative;
	height: auto;
	font-size: 10px;
	margin-bottom: 25px;
	width: auto;
	clear: left;
}

#sig2 p{
	font-size: 10px;
	color: #0A356A;
}

 /* lines for main*/
.linemain {
	width: 90%;
	background: #336699;
	border: 0;
	color: #FFFFFF;
	height: 1px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1px;
	margin-left: 0px;
}

 /* lines for right column*/
.lineright{
	width: 90%;
	background: #336699;
	border: 0;
	color: #FFFFFF;
	height: 1px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1px;
	margin-left: 5%;
}
.center{
	padding-left: 2.5px;

}

.swineflu{
	border: medium double rgb(255,0,0);
	padding-left: 25px;
}

 /* lines for menu */
.line95 {
	width: 125px;
	border: 0;
	height: 1px;
	position: relative;
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 1px;
	margin-left: -10px;
}
 /* common or garden div */
.common {
	width: 100%;
	height: auto;
}
#footer
{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:85px;
	padding:0;
	font-style:normal;
	text-align:center;
	margin-top: 85px;
	background-color: #FFFFFF;
	z-index: 1;
      }
	  
	  #footer a:link, #footer a:visited {   /* These are the styles for the footer links */
	padding-left: 11px;
	color: #EA6059;
	text-decoration: underline;
	text-align: left;
	margin: 5px 40px 5px 0px;
}

#footer a:hover, #footer a:active {   /* These are the styles for the footer links */
	padding-left: 0px;
	color: #00FFFF;
	text-decoration: none;
	font-style: italic;
	text-align: left;
	}

#dal {
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	margin-left: -15px;
	width: 125px;
	line-height: 1;
	}
	
#dal a:link, #dal a:visited {   /* These are the styles for the dal links */
	padding-left: 0px;
	color: #0000FF;
	text-decoration: underline;
	text-align: left;
	margin: 0px 10px 15px 0px;
	font-weight: bold;
	font-size: 125%;
}
#dal  a:hover, #dal  a:active {   /* These are the styles for the dal links */
	padding-left: 0px;
	color: #00FFFF;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 125%;
	}
.imageright {
	clear: right;
	float: right;
	width: auto;
	position: relative;
	visibility: visible;
	height: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 30px;
	padding-bottom: 20px;
}
.imageleft {
	background-repeat: no-repeat;
	background-position: left;
	clear: none;
	float: left;
	width: auto;
	position: relative;
	height: auto;
	padding-right: 30px;
	padding-bottom: 20px;
}
#boe {
	background-repeat: no-repeat;
	width: 125px;
	clip: auto;
	position: relative;
	background-position: bottom;
	margin-left: -5px;
}

/* These are the styles for the scroller */

.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}

#qscroller1 {
	height:85px;
	border:0;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-right: auto;
	width: 950px;
	margin-left: auto;
	background-image: url(../images/boeheader2grey.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-color: #25334E;
	border-top-style: solid;
	border-top-width: thin;
	z-index: 50;
}
#flash {
	padding-left: 125px;
}

#qscroller1  a:link, #qscroller1 a:visited {   /* These are the styles for the scroller links */
	padding-left: 0px;
	color: #0000FF;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	
}

#qscroller1   a:hover, #qscroller1  a:active {   /* These are the styles for the scroller links */
	padding-left: 0px;
	color: #00FFFF;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
	}


#sponsorleft {
	float: left;
	position: relative;
	padding-left: 18%;
	background-color: #9FAAA9;
	font-size: 18px;
	font-weight: bold;
}


.qslide {
	font-size: 18pt;
	background-color: #9FAAA9;
}

.sup {
	position: relative;
	bottom: 1.2em;
	font-size: 0.4em;
}
.sup2 {
	position: relative;
	bottom:0.6em;
	font-size: 6px;
	color: #003366;
}

.links{
	position: relative;
	float: left;
	width: 113px;
	padding-left: 12px;
	font-size: 1em;
	left: 0px;
	
}
.dropdowns{
	background-color: #FFFFCC;
	float: none;
}

.divleft{
	background-color: #FFFFCC;
	float: left;
	position: relative;
	width: auto;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.divleft2{
	float: left;
	position: relative;
	width: 33%;
	padding-right: 5px;
}
.divright{
	background-color: #FFFFCC;
	float: right;
	overflow: auto;
	position: relative;
	width: auto;
}
.divright2{
	float: left;
	overflow: auto;
	position: relative;
	width: 32%;
	padding-right: 5px;
}

.tableft{
	background-color: #FFFFCC;
	float: left;
	position: relative;
	width: 49%;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.tabright{
	background-color: #FFFFCC;
	float: right;
	overflow: auto;
	padding-left: 10px;
	position: relative;
	width: 49%;
}
.container2{
	background-color: #FFFFCC;
	float: none;
	overflow: auto;
	position: relative;
	width: 100%;
	height: auto;
}
.container3{
	background-color: #FFFFFF;
	float: none;
	overflow: auto;
	position: relative;
	width: 100%;
	height: auto;
}

.maincolinfodiv { /* table in the main column */
	overflow: visible;
	text-align: left;
	color: #0A356A;
	letter-spacing: 0px;
	float: none;
	font-size: 100%;
	height: auto;
	position: relative;
}

.limitedtext{
	width: 625px;
}

#clickout{
	background-color: #FFFFFF;
	float: right;
}

.style4 {
	color: #FF0000;
	font-size: 18px;
}
.password1 {
	color: #660066;
	font-size: 12px;
	background-color: #CCCCCC;
}
.password2 {
	color: #000000;
	font-size: 12px;
	background-color: #CCCCFF;
	border-bottom-style: outset;
	border-bottom-width: thin;
	border-bottom-color: #000000;	
		background-color: #CCCCFF;
	border-top-style: outset;
	border-top-width: thin;
	border-top-color: #000000;	
	border-left-style: outset;
	border-left-width: thin;
	border-left-color: #000000;	
	border-right-style: outset;
	border-right-width: thin;
	border-right-color: #000000;	
	
	}
	
		
.normalmenu{
	color: #0A356A;
	margin-bottom: 10px;
	

	}
	
.normalmenu A:link, .normalmenu A:visited {   /* These are the styles for the left column links */
	color: #0A356A;
	text-decoration: underline;
	font-weight: bold;
	
}	
	
.normalmenu A:hover, .normalmenu A:active {   /* These are the styles for the left column links */
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	
	}
	

