html, body {
	background-color: white;
	color: black;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
a {
	color: #15af15;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	/* blue... color: #02028f; */
	/*color: #0d2126 !important;*/ /* navy; */
	color: #017caa; 
}
a:hover {
	color: gray !important;
}
a:active {
	/* previous, dark blue: color: #003399;*/
/* light green	color: #80c045;0 */
	color: #FFFFFF !important; /*white; */
}
h1 {
	font-size: 0;
	text-indent: -4000px;
	width: 860px;
	height: 200px;
	background-image: url(/meetings/gsics/images/banner.jpg);
	background-repeat: no-repeat;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #15af15;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #15af15;
}
p {
	margin-left: 2em;
}
div.seperateElement {
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow:hidden;
}
div.imgLeft > img {
	float: left;
	padding: 5px, 5px;
	margin-left:3em;
	max-width: 400px;
	margin-right: 1em;
}
div.imgRight > img {
	float: right;
	padding: 5px, 5px;
	margin-right:3em;
	max-width: 400px;/*margin-left:4em;*/
}
div.imgRight > p {
	padding-right: 50px;
}
ul.list > li {
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.list > li > ul {
	margin-top: 4px;
}
div.imgLeft > .listBox {
	float: right;
	padding: 5px, 5px;
	margin-right: 6em;
}
div.imgRight > .listBox {
	/*float: right;*/
	float: left;
	padding: 5px, 5px;
	margin-right :3em;
}
/* end sketchy*/



h3.warning {
	font-weight:bold;
	color: red;
	font-size:18px;
}
/*** LEGACY/OLD CSS ******/
/* was style5 */
.large {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-size: 18px;
	font-weight: bold;
}
/* little larger */
.littleLarger {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-size: 24px;
	font-weight: bold;
}
.footerImg {
	margin-top: 8px;
	border: none;
}
.leftSide {
	align:left;
	padding-right:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float:left;
}
.rightSide {
	align:right;
	padding-left:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
}
#footer {
	clear: both;
}
/*** horizontal bar (top navigation bar and bottom footer bar) background color and border ****/

#footer_border {
	margin-top: 1em;
	height: 5px;
	/* previous background-color:#e17100;*/
	background-color:#e17100;/* lettering color="#a7a7a7" */
	clear: both;
}
.centerAgenda {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.centerAgenda > table {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#update_date_webmaster_link {
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin-top: 1em;
}
#page_container {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	display: table;
	margin-bottom: 1.5em;
}
#logo {
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#logo img {
	height: 65px;
	padding: 0px;
	width: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo img.tall {
	height: 150px;
}
#logo td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
#logo tr > td:first-child {
	text-align: left;
}
#logo tr > td:last-child {
	text-align: right;
}
/**** NAVBARS ********/
.horiz_bars {
	border: double 3px #ccc;
	border-left: none;
	border-right: none;
	background-color:#15af15;
}
.navbar {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
	white-space: nowrap;
	font-size: 0; /* collapse white space */
}
.navbar li {
	font-size: 15px;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 20%;
	height: 100%;
	text-align: center;
}
.navbar li a {
	text-decoration: none;
	line-height: 30px;
	color: white !important;
}

.navbar li:hover a {
	color: #02028f !important;
}
