/* Hi. */
/* Standard CSS Values */
* html {
	overflow:hidden;
	}
body {
	background-color:#8099b3;
	font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 12pt;
 color:#ffffff;
 line-height: normal;
	height:100%;
 overflow:auto;
	}

.abc {
	margin-left:1em;
	margin-top: 0em;
	margin-bottom:0.4em;
	list-style:lower-alpha;
	}

.box {
	border: thin solid #FFFFFF;
	background: #336699;
	text-align:center;
	padding: 0.5em;
	width: 250px;
	margin-left: 6em;

	}
a:link {
	color:#FFFFFF;
 text-decoration: none;
}

a:visited {
	color:#FFFFFF;
 text-decoration: none;
}


a:link img {
	border-color:#FFFFFF;
 text-decoration: none;
}

a:visited img {
	border-color:#dddddd;
 text-decoration: none;
}


h1 {
	font-family:"Gill Sans MT", "Gill Sans", GillSans, Arial, sans-serif;
	font-size: 24pt
 font-weight: normal;
}

h2 {
	font-family:"Gill Sans MT", "Gill Sans", GillSans, Arial, sans-serif;
	font-size: 20pt;
 font-weight: normal;
}

h3 {
	font-family:"Gill Sans MT", "Gill Sans", GillSans, Arial, sans-serif;
	font-weight:normal;
}

h6 {
	color: black
  font-family: Verdana,Arial,san-serif;
	font-size: 10pt;
	font-style: normal;
 font-wieght: 100;
  line-height: normal;
}

#alignsched {
	margin-right: 5em;
	}

/* Top Logo */

div#topmenu
	{
  height: 110px;
	margin-left: 8.9em;
	margin-right: 0.2em;
	background:url(../images/head-bg.gif) repeat-x;
	}

div#topmenu div#toplogo
	{
	background-image: url(../images/head.gif);
	background-position: center;
 	background-repeat: no-repeat;
	height:100%;
  width:100%;
	}
		
/* Floating Left Menu */

#leftmenu {
	position: fixed;
	text-align:left;
	width: 9.0em;
	height: auto;
	left: 0.5em;
	background:#003366 url(../images/top_menu.gif) top left no-repeat;
	
	}
	
* html #leftmenu {
	position:absolute;
	display:block;
	}
#leftmenu span {
	display:block;
	background: url(../images/left_corner.gif) bottom left no-repeat;
	}

#leftmenu a {
	display:block;
  width: 7em;
	padding-top:0em;
	padding-bottom: 0em;
	margin: 1em 0 1em 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#ff0000;
	text-decoration:none;
 background:none;
	}

#leftmenu a:hover {
	background: #336699;
	text-decoration:none;
	}

	
/* Content */

#content {
	margin-left: 8.9em;
	margin-right: 0.2em;
	padding: 0.2em 1.0em 1.4em 1.0em;
	min-height: 500px;
 	height:auto !important;
  	height:500px;
	background:#003366 url(../images/leftcorner.png) bottom left no-repeat;
	}
/* Electronic Form CSS */
#elecform td {
	padding: 1.0em 0.2em 1.0em 0.2em;
	}
#elecform {
	margin-left:4em;
	text-align:left;
	}
#elecform ul {
	list-style:none;
	}
	
/* News Page CSS */

.newscontent {
	padding: 5px 5px 5px 5px;
	text-align: left;
	}
.newstitle {
	background: #006666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	text-align:center;
	
	}

.newsbottom {
	text-align:center;
	padding: 5px 5px 5px 5px;
	}
.newsbottomalt {
	text-align:left;
	padding: 5px 5px 5px 5px;
	}
	
.newstitle a:hover {
	background: #006666;
	color:#FFFFFF;
	}




/* Formatting for Annual Regional Meeting Information */

#meetformat {
	margin-right: 365px;
	text-align:center;
	}