@charset "utf-8";
/* IMSL CSS */
* {
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background:#C8C8C8; 
	height: 100%;
	color: black;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/bargrad120.png);
	background-repeat:repeat-x;
	background-position:top;
	scrollbar-track-color: #D0D0D0;;
	scrollbar-base-color: #C8C8C8;
	scrollbar-arrow-color: #5B29A7;
	scrollbar-DarkShadow-Color: #E0E0E0; 
}
h1 {
	font-size:20pt;
}
h2
{
	font-size:16pt;
	padding-bottom:6px;
}
h3 {
	font-size:12pt;
	padding-bottom:3px;
}
#MainPanel
{
	padding: 0;
	width: 1028px;
	margin: 0px auto;
}
#container {
	padding: inherit;
	width: inherit;
	margin: 0px 0px 0px 0px;
	height: 600px;
}
#masthead {
	position:relative;
	top: 0px;
	width: inherit;
	margin: 0px auto;
	padding: inherit;
	overflow:visible;
	height: 120px;
	background-image:url('../images/IMSLlogo3a.png');
	background-repeat:no-repeat;
}
#navigation {
	width: inherit; 
	margin: 0px auto;
	padding: 0;
	border: 0;
	clear: both;
	position:relative;
	top:0px;
	left: 0px;
	z-index:120;
	text-align: right;
}
#page_content
{
	
}
#column_l {
	float: left;
	width: 450px;
	margin: 0;
	padding: 28px 15px 15px 40px;
	clear:left;
}
#column_r {
	width: auto; 
	margin: 0px 0px 0px 0px;
	float: right;
	padding: 0px;
	position: relative;
	height:auto;
}
#footer, .push {
	width: 100%; 
	clear: both;
	overflow: auto;
	background-color:#828282;
	z-index:1;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
}
#body_band {
	padding: 0;
	height: 120px;
	background-image:url('../images/bargrad120.png');
	background-repeat:repeat-x;
	position: relative;
	z-index: 9;
	width: 100%;
	margin: 0px auto;
	border-top: 0;
	border-bottom: 0;
	top:0px;

}

.float_right {
	float: right;
}
.imsl {
	position: relative;
	top: -6px;
	left: 0px;
	height: 35px;
	z-index: 90;
	color: #515586;
	font-size: 32pt;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.25em;
}
.imsl_strap {
	position: absolute;
	top: 16px;
	left: -21px;
	width: 1028px;
	color: #ECF5FF ;
	z-index: 100;
	font-size: 14pt;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight:100;
}
.imsl_tel {
	color: #ECF5FF;
	padding: 20px 28px 0px 0px;
	font-size:8pt;
}


/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#container li
{
	line-height: 1.8em;
}
#container ul
{	
	padding-left:40px;
}

/*General text formatting site-wide*/
#container .ultxt li {
	line-height:1.4em;
	padding-bottom:16px;
}



