html {
-ms-overflow-x : auto; 
overflow-y:scroll;overflow-x:auto;

} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 margin:0;
	 background-image:url(../imgs/bigback.gif);
	}

#mainTable {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	}


/* ------ Begin Header ------ */
#header {
	border-bottom: 1px solid #465E6E;
	}
/* ------ End Header ------ */


/* ------ Begin Navigation ------ */
#navigation {
	width: 169px;
	border-right: 1px solid #465e6e;
	border-left:1px solid gray;
	vertical-align: top;
	background-color: #9BB7CD;
	/*background-image: url('../imgs/navBg.jpg');
	background-repeat: no-repeat;*/
	background-position: bottom;
	
	
	
	/*padding-left:32px;*/
	
	
	}
#navigation ul, #navigation ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	
	}
	
#navigation a {
	display: block;
	font-weight:bold;
	padding: 3px 3px 3px 6px;
	width: 169px;
	/*background-color: #465e6e;*/
	background-image: url('http://slbieiis2010.org/pages/_design/imgs/navLinkBg.jpg');
	background-repeat: repeat-x;
	/*border-bottom: 1px solid #AFCBC9;*/
	font-size: 16px;
	}
#navigation a:link, #navlist a:visited {
	color: #433B6C;
	text-decoration: none;
	}
#navigation a:hover {

	background-color: #6F93B4;
	background-image: none;
	color: #433B6C;
	}
/* ------ End Navigation ------ */

/* ------ Begin Second Level Navigation  ------ */
#navigation ul ul#subnavlist { display: none; }
#navigation ul ul#subnavlist li { 
float: none; 
}

#navigation ul ul#subnavlist li a {
	/*padding: 0px;*/
	padding: 6px 3px 6px 6px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	}
#navigation ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	/*font-size: 8pt;*/
	margin-top: -22px;
	margin-left:159px; 
	padding-top: 0;
	border-left: 1px solid #eee;
	
	}
#navigation ul#navlist li:hover ul#subnavlist li a {
	display: block;
	width: 10em;
	padding: 0px 0px 0px 2px;
	}

#navigation ul#navlist li:hover ul#subnavlist li a:before { content: " "; }
/* ------ End Second Level Navigation  ------ */


/* ------ Begin Second Level Navigation - JS - IE6  ------ */
#dropmenudiv {
	position: absolute;
	background-color: #B6CCE1;
	border: 1px solid #fff;
	border-bottom-width: 0;
	border-left-width: 0;
	line-height: 16px;
	z-index: 100;
	font-weight:bold;
	}

#dropmenudiv a {
font-weight:bold;
	width: 175;
	color: #433B6C;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #6F93B4;
	color: #433B6C;
	}
/* ------ End Second Level Navigation - JS - IE6  ------ */


/* ------ Begin Banners ------ */
#topBanner, #navBanner, #content11Banner, #footerBanner {
	display: NONE; /* remove NONE to enable */ 
	}


#banner {
	background-color: #fff;
	border: 1px dotted red;
	font-size: 300%;
	}
#banner img {
	border: 0;
	}
/* ------ End Banners ------ */


/* ------ Begin Content ------ */
/* ============================================================================ */
#content11 {
 width: 731px; 
	
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align: top;
	border-right:solid 1px gray;
	}

#content11 p {
/*margin: 5px 0 10px 0;*/
	margin: 0px;
	}
#content11 a:link, #content11 a:visited {
	color: #395e7f;
	text-decoration: underline;
	}
#content11 a:hover, #footer a:hover {
	text-decoration: none;
	}
/* ============================================================================ */
/* ------ End Content ------ */

	
/* ------ Begin Footer ------ */
#footer {
	border-top: 1px solid #ffffff;
	background-color: #597792;
	height: 22px;
	padding: 0 0 0 5px;
	color: #ffffff;
	}
#footer a{
	color: #fff;
	text-decoration: underline;
	margin:0px 5px 0px 5px;
	}
/* ------ End Footer ------ */




/*  BEGIN CONTENT STYLESHEET */
A:link {
color: #4161A3;
font-weight : normal;  
text-decoration:none;


}

A:visited {
color: #623742;
font-weight : normal; 
text-decoration:none;
}

A:hover {
color: #243BB2;
font-weight : normal; 
text-decoration:underline;

}

A:active {
color: #578E3F;
font-weight : normal; 
text-decoration:underline;
}

h1 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 22px; line-height : 26px; color : #36367C;}
h2 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 20px; line-height : 24px; color : #36367C;}
h3 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 16px; line-height : 20px; color : #36367C;}
h4 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 14px; line-height : 16px; color : #36367C;}
h5 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 12px; line-height : 14px; color : #36367C;}
h6 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 11px; line-height : 13px; color : #36367C;}

#content11 h1 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 22px; line-height : 26px; color : #36367C;}
#content11 h2 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 20px; line-height : 24px; color : #36367C;}
#content11 h3 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 16px; line-height : 20px; color : #36367C;}
#content11 h4 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 14px; line-height : 16px; color : #36367C;}
#content11 h5 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 12px; line-height : 14px; color : #36367C;}
#content11 h6 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 11px; line-height : 13px; color : #36367C;}

.h1 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 22px; line-height : 26px; color : #36367C;}
.h2 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 20px; line-height : 24px; color : #36367C;}
.h3 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 16px; line-height : 20px; color : #36367C;}
.h3itals {font-family : Times, serif;  font-weight : bold;  font-size : 18px; line-height : 22px; font-style: italic; color : #36367C;}
.h4 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 14px; line-height : 16px; color : #36367C;}
.h5 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 12px; line-height : 14px; color : #36367C;}
.h6 {font-family : helvetica, verdana, arial, sans-serif;  font-weight : bold;  font-size : 11px; line-height : 13px; color : #36367C;}
