
html, body, #wrapper {
	/*height:100%;*/
	margin: 16px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	border: 0;

}

p{
	padding: 0;
	margin: 0 0 17px 0;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	/*width: 807px;*/
	background: #fff;
	/*position: relative;*/
}

#main{
	/*width: 783px;*/
	height:auto;
	background: #fff;
	vertical-align: top;
	/*position: relative;*/
}
#hdr_wrap{
	position: relative;
}
#iie_srf_logo {
	/*padding: 3px 1px 1px 13px;*/
	width: 195px;
	height: 75px;
	padding-top: 10px;
	/*position: absolute;
	left: 13px;
	top: 10px;*/
}
#tagline {
	width: 295px;
	position: absolute;
	top: 43px;
	left: 468px;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #325D80;
	padding: 0;
	margin: 0 0 17px 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #325D80;
	padding: 0;
	margin: 0 0 17px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #325D80;
	padding: 0;
	margin: 0 0 17px 0;
}
h3.news_title {
	margin: 0 0 4px 0;
}
h3.news_subtitle{
	font-weight: normal;
}
h4{
	font-size: 12px;
	font-weight: bold;
	color: #325D80;
}
h4.nobreak{
	padding: 0;
	margin: 0 0 3px 0;
}
.news_headerblock {
	margin-bottom:18px;
}
.news_subject {
	text-transform: uppercase;
	border-right: solid 1px;
	padding-right: 6px;
	margin-right: 6px;
}
.content a:link, .content a:visited, .content a:active {
	color: #407DC2;
	font-size: 12px;
	
	text-decoration: none;
}
.content a:hover {
	color: #778a30;
	font-size: 12px;
	
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #5c5c5c;
	margin: 22px;
}
.news {
	margin-bottom: 22px;
}
.content .content-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #5c5c5c;
	margin: 22px 0;
	padding:0;
}



.highlight {
	background-color: #D0D0D0;
}


.clear{ /*ie doesn't like empty div, using other method below*/
	clear:both;
}
/*BOF FLOAT FIXES*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*EOF FLOAT FIXES*/
/*BOF LINES*/
hr.dotline_hrz, .dotline_hrz {
	background: url(../imgs/sys/bg_dotline_hrz.gif) repeat-x;
	width: 100%;
	height: 1px;
	margin: 0;
}

#printline.dotline_hrz {
	margin-top: 20px;
}
.dotline_padtop {
	margin-bottom: 4px;
}
.dotline_padbot {
	margin-top: 4px;
}
hr.dotline_hrz_rgt, .dotline_hrz_rgt {
	background: transparent url(../imgs/sys/bg_dotline_hrz.gif) repeat-x;
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

td.dotline_vrt {
	background: #fff bottom  url(../imgs/sys/bg_dotline_vrt.gif) repeat-y;
	width: 1px;
	margin: 4px 0;
}

.dotline_vrt_pad {
	background: url(../imgs/sys/bg_dotline_vrt.gif) repeat-y right;
	width: 1px;
	margin: 0px 0px 0px 29px;
}
.dotline_vrt_whtout {
	/*1x1 white image to blot out 
	possible black dot from bg*/
	vertical-align:bottom;
	margin: 0;
	padding: 0;
	border: none;
}
/*EOF LINES*/

