body {
	background-color:#e7e7e7;
	margin: 0px;
	padding: 0px 70px 0px 0px;
	text-align: center;
	z-index: 1;
}
.EktronAjaxLoading, .hiddenIupLogo
{
    display: none;
}
h2 {
	display: block;
	margin: 12px 0 0 0;
	padding: 0px;
	font-family: Tahoma, sans-serif;	
	font-size: 1.10em;
	font-weight: bold;
	color: #9e1b32;	
}

h2 + p {
	display: block;
	margin: 0 0 12px 0;
	padding: 0px;
}
h3 
{
	font-size: 1em;
	margin: 6px 0 0 0;
	padding: 0px;
}
h3 + p {
	margin: 0 0 12px 0;
	padding: 0px;
}
img {
	border: none;
}

* html p {
	margin: 0 0 12px 0;
}

div#container {
	position: relative;
	width: 692px;
	min-width: 692px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	min-height: 10px;	
	z-index: 1;	
}

div#home_container {
	position: relative;
	width: 692px;
	min-width: 692px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	min-height: 10px;
	padding: 0px 70px 0px 0px;
	z-index: 1;	
}

div#home_tools 
{
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	height: 18px;
	font-family: Tahoma, sans-serif;	
	font-size: 0.70em;
	font-weight: normal;
	color: #626262;	
	text-align: center;
	margin: 12px 0 0 0;
}

div#home_tools form#gs {
	display: inline;
	margin: 0;
	padding: 0;
}

div#home_tools form#gs input {
	padding: 2px 5px;
	font-family: Tahoma, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	color: #626262;	
}

div#home_tools form#gs label input, div#home_tools form#gs input#btnG {
	padding: 1px 5px;
}

form#form1 
{
	margin:0;
	padding:0;
}

div#container_bg {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 10px;	
	background: url(../images/container_bg.jpg) repeat-y;
	z-index: 2;	
}

div#left_flare {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 248px;
	padding: 0;
	margin: 0;	
	background: url(../images/left_flare.jpg) no-repeat;
	background-position: 0 0;
	z-index: 2;	
}

div#right_flare {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 164px;
	padding: 0;
	margin: 0;	
	background: url(../images/right_flare.jpg) no-repeat;
	background-position: 100% 100%;
	z-index: 2;	
}

div#bottom_flare {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 28px;	
	padding: 0;
	margin: 0;
	background: url(../images/bottom_flare.jpg) no-repeat;
	background-position: 100% 100%;
	z-index: 1;
}

* html div#bottom_flare {
	height: 28px;
}

div#top_container {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 87px;
	margin: 0;
	padding: 0 0 0 13px;
	background: url(../images/logo_bg.jpg) no-repeat;
	background-position: 13px 0;
	z-index: 2;
}

div#top_container_wide {
	float: left;
	position: relative;
	width: 679px;
	min-width: 679px;
	min-height: 87px;
	margin: 0;
	padding: 0;
	background: url(../images/logo_bg_wide.jpg) no-repeat;
	background-position: 0 0;
	z-index: 2;
}

div#logo {
	float: left;
	position: relative;
	width: 195px;
	min-width: 195px;
	min-height: 87px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

div#logo a {
	display: block;
	width: 195px;
	height: 87px;
}

div#breadcrumbs {
	float: left;
	position: relative;
	width: 450px;
	min-height: 87px;
	z-index: 10;
}

div#breadcrumbs ul, div#breadcrumbs p {
	width: 356px;
	margin: 0;
	padding: 58px 84px 10px 10px;
	list-style-type: none;
	font-family: Tahoma, sans-serif;	
	font-size: 0.70em;
	line-height: 1.50em;
	font-weight: normal;
	color: #626262;	
}

div#breadcrumbs li {
	display: inline;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	z-index:101;
	padding:0 0 0 2px;

}

div#breadcrumbs li.first_cell {
	background: none;
	padding: 0;
}

div#breadcrumbs a {
	/* background: url(../images/breadcrumb_bdr.jpg) no-repeat;
	background-position: 100% 1px;
	padding:0 10px 0 0; */
	text-decoration:underline;	 /* removes the underlining of the link */
	color: #626262;	/* sets the type color */
	z-index:100;	
}

div#breadcrumbs span {
	color: #9e1b32;
	font-weight: bold;
}

div#breadcrumbs li.first_cell a {
	padding: 0 10px 0 0;
}

div#breadcrumbs li.first_cell img {
	display: none;
}

div#breadcrumbs li img {
	padding: 0 5px 0 0;
	margin: 0 0 -2px 0;
}

* html div#breadcrumbs li img {
	margin: 0 5px -2px 0;
}

div#breadcrumbs a:hover {
	color: #626262;
	text-decoration: underline;
}

div#content_container {
	float: left;
	position: relative;
	width: 565px;
	min-width: 565px;
	min-height: 175px;
	padding: 0;
	margin: 0 0 0 40px;
	/*background-color: #fcf8f8;*/
}

* html div#content_container {
	margin: 0 0 0 20px;

}

div#page_title {
	float: left;
	position: relative;
	width: 535px;
	min-width: 535px;
	min-height: 30px;
	margin: 0;
	padding: 0;	
}

div#page_title h1 {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Arial Black", "Arial Bold", Tahoma, sans-serif;	
	font-size: 2.25em;
	font-weight: bold;
	color: #a3a3a3;	
}

div#page_title_third_tier {
	float: left;
	position: relative;
	width: 535px;
	min-width: 535px;
	min-height: 30px;
	margin: 0;
	padding: 0;		
}

div#page_title_third_tier h1 {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Arial Black", "Arial Bold", Tahoma, sans-serif;	
	font-size: 1.50em;
	font-weight: bold;
	color: #a3a3a3;
}

/*-------------------------------------*/
/* Content Styles */

abbr, acronym 
{
	border: none;
	cursor: help;
}
abbr:hover, acronym:hover 
{
	border-bottom: dotted 1px;
}
div#content {
	float: left;
	position: relative;
	width: 550px;
	min-width: 550px;
	min-height: 175px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-family: Tahoma, sans-serif;
	/*font-size: 0.70em;*/
	font-size: 12px;
	line-height: 1.40em;
	font-weight: normal;
	color: #333;
}

div#content a {
	color: #384265;
}

div#content a:hover {
	color: #c41745;
}

div#content blockquote 
{
	clear:both;
}

.sub_head {
	margin-bottom: -2px;
	padding-bottom: 0px;
	font-family: Tahoma, sans-serif;	
	/* font-size: 1.10em;*/
	font-weight: bold;
	color: #9e1b32;	
}

* html .sub_head {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	font-family: Tahoma, sans-serif;	
	font-size: 1.10em;
	font-weight: bold;
	color: #9e1b32;	
}

div#content p.introduction 
{
	color: #9e1b32;
	font-weight: bold;
}

/* images */

div#content img.left-aligned-image 
{
	display:block;
	float:left;
	margin: 0 10px 10px 0;
}

div#content img.right-aligned-image 
{
	display:block;
	float:right;
	margin: 0 0 10px 10px;
}


/* Table handling */

div#content table {
	padding: 0;
	margin: 6px 0 0 0;
	border-collapse: collapse;
}

div#content table caption 
{
	margin: 12px 0 0 0;
	padding: 0px;
	font-family: Tahoma, sans-serif;	
	font-size: 1.10em;
	font-weight: bold;
	color: #9e1b32;
	text-align: left;
}

div#content td, div#content th {
	font-size: 11px;
	border-bottom: solid 1px #a2a5a4;
	padding: 3px 12px;
}

div#content thead th {
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
}

div#content tbody th {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

div#content table.layout td, div#content table.layout th 
{
	border-bottom: none;
}


/* Handling block quotations, Stamats way and right way */

div#content ul.show_quote, div#content blockquote {
	width: 500px;
	margin: 0px;
	padding: 0 0 0 50px;
	background: url(../images/open_quote.jpg) no-repeat;
	list-style-type: none;
	font-family: Times New Roman, serif;	
	color: #5d5d5d;
	clear:both;	
}

* html div#content ul.show_quote, * html div#content blockquote {
	width: 550px;		
}

div#content ul.show_quote li.quote, div#content blockquote p.quote {
	padding: 0 40px 0 0;
	background: url(../images/close_quote.jpg) no-repeat;
	background-position: 100% 0;
	font-family: Times New Roman, serif;	
	font-weight: bold;
	font-size: 1.45em;
	font-style: italic;
	color: #5d5d5d;	
}	

div#content ul.show_quote li.author, div#content blockquote p.person_quoted {
	padding: 5px 40px 0 0;
	text-align: right;
	font-family: Times New Roman, serif;	
	font-size: 1.25em;
	color: #5d5d5d;	
}

div#content div.right_content_area {
	float: right;
	width: 48%;
	padding: 0;
	margin: 5px 0 0 0;
	
}

/* Learn More */

div#content div.learn_more {
	margin: 0 0 0 2px;
	padding: 0;
	width: 285px;
	background: url(../images/learn_more_bg.jpg) 0 20px repeat-y;
	float:right;
	width:285px;
}

div#content div.learn_more ul {
	background: url(/images/learn_more_bottom.jpg) no-repeat;
	background-position: 100% 100%;
	list-style-type: none;
	margin: 0;
	padding: 0 6px 26px 6px;
}

div#content div.learn_more li {
	margin: 0;
	padding: 4px 6px 0 6px;
}

div#content div.learn_more li.learn_more_top {	
	background: url(/images/learn_more_top.jpg) no-repeat;
	margin: 0 0 0 -6px;
	padding: 30px 11px 0 12px;
	width:266px;
}

* html div#content div.learn_more li.learn_more_top {	
	width:277px;
}

div#content ul.learn_more a {
	color: #333;
	text-decoration: none;
}

div#content dl {
	margin: 10px 0 0 5px;
	padding: 0;
	list-style-type: none;
}

div#content dt {
	font-size: 1.20em;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 0 0;
}

div#content dt:first-child {
	padding: 0;
}

div#content dd {
	padding: 0;
	margin-left: 10px;
}

div#content dt a {
	color: #c72750;
}	

/*div#content div {
	float: left;
	width: 49%;
	margin: 5px 0 0 0;
}*/

div#footer {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 50px;
	font-family: Tahoma, sans-serif;	
	font-size: 0.70em;
	line-height: 1.50em;
	font-weight: normal;
	color: #626262;	
	text-align: center;	
}

div#footer a {	
	text-decoration:none;	 /* removes the underlining of the link */
	color: #626262;	/* sets the type color */
	z-index:100;
}

div#footer a:hover {
	color: #626262;
	text-decoration: underline;	
}

/*-------------------------------------*/
/* Home Page Styles */

div#home_tools {
	float: left;
	position: relative;
	width: 813px;
	min-width: 813px;
	height: 21px;	
}

div#home_tools ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	font-family: Tahoma, sans-serif;	
	font-size: 0.70em;
	font-weight: normal;
	color: #626262;	
	text-align: center;
}

div#home_tools li {
	display: inline;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	z-index:101;
	border-left: 1px solid #626262;
	padding:0px 2px 0 6px; /*creates space each side of menu item's text */
}

div#home_tools li.first_cell {
	border-left: none;
}

div#home_tools li.search {
	border-left: none;
	padding: 0;
}

div#home_tools li.search form {
	display: inline;
	margin: 0;
	padding: 0;
}

div#home_tools li.search input {
	padding: 2px 5px;
	font-family: Tahoma, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	color: #626262;	
}

div#home_tools li.search label input {
	padding: 1px 5px;
}

div#home_tools a {	
	text-decoration:underline;	 /* sets the underlining of the link */
	color: #384265;	/* sets the type color */
	z-index:100;
}

div#home_tools a:hover {
	color: #9E1B32;
}

div#home_footer {
	float: left;
	position: relative;
	width: 813px;
	min-width: 813px;
	min-height: 50px;
	font-family: Tahoma, sans-serif;	
	font-size: 0.70em;
	line-height: 1.50em;	
	font-weight: normal;
	color: #626262;	
	text-align: center;	
}

div#home_footer a {	
	text-decoration:underline;	 /* removes the underlining of the link */
	color: #384265;	/* sets the type color */
	z-index:100;
}

div#home_footer a:hover {
	color: #9E1B32;
}

/*-------------------------------------*/
/* Wide Content Styles */

div#wide_container {
	position: relative;
	min-width: 692px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	min-height: 10px;	
	z-index: 1;
}

div#top_container_wide_bg {
	float: left;
	position: relative;
	min-width: 692px;
	min-height: 87px;
	margin: 0 0 0 12px;
	padding: 0;
	background: url(../images/top_wide_logo_bg.jpg) repeat-x;
	background-position: 0 0;
	z-index: 2;
}

* html div#top_container_wide_bg {
	float: left;
	position: relative;
	min-width: 692px;
	min-height: 87px;
	margin: 0 0 0 6px;
	background: url(../images/top_wide_logo_bg.jpg) repeat-x;
	background-position: 0 0;
	z-index: 2;
}

div#top_container_wide_corner {
	float: left;
	position: relative;
	min-width: 692px;
	min-height: 87px;
	margin: 0;
	background: url(../images/top_wide_logo_corner.jpg) no-repeat;
	background-position: 100% 100%;
	z-index: 3;
}

div#wide_left_container_bg {
	float: left;
	position: relative;
	min-width: 692px;
	min-height: 10px;
	margin: 0;
	padding: 0;
	background: #fcf8f8 url(../images/wide_left_container_bg.jpg) repeat-y;
	background-position: 0 0;
	z-index: 2;	
}

div#wide_right_container_bg {
	float: left;
	position: relative;
	min-width: 692px;
	min-height: 10px;
	margin: 0;
	padding: 0;	
	background: url(../images/wide_right_container_bg.jpg) repeat-y;
	background-position: 100% 100%;
	z-index: 2;	
}

div#wide_left_flare {
	float: left;
	position: relative;
	min-width: 692px;
	min-height: 248px;
	padding: 0;
	margin: 0;	
	background: url(../images/left_flare.jpg) no-repeat;
	background-position: 0 0;
	z-index: 2;	
}

div#wide_right_flare {
	float: left;
	position: relative;
	min-width: 692px;
	min-height: 164px;
	padding: 0;
	margin: 0;	
	background: url(../images/right_flare.jpg) no-repeat;
	background-position: 100% 100%;
	z-index: 2;	
}

div#wide_content_container {
	float: left;
	position: relative;
	min-width: 545px;
	min-height: 175px;
	padding: 0;
	margin: 0 0 0 40px;
	background: #fcf8f8;
}

* html div#wide_content_container {
	margin: 0 0 0 20px;

}

div#wide_content {
	float: left;
	position: relative;
	min-width: 565px;
	min-height: 175px;
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-family: Tahoma, sans-serif;	
	font-size: 0.70em;
	line-height: 1.40em;
	font-weight: normal;
	color: #333;		
}

div#wide_bottom_repeat {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 28px;	
	padding: 0;
	margin: 0;
	background: url(../images/wide_bottom_repeat.jpg) repeat-x;
	background-position: 0 0;
	z-index: 2;
}

div#wide_bottom_flare {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 28px;	
	padding: 0;
	margin: 0;
	background: url(../images/wide_bottom_flare.jpg) no-repeat;
	background-position: 0 0;
	z-index: 2;
}

* html div#wide_bottom_flare {
	height: 28px;
}

div#wide_bottom_corner {
	float: left;
	position: relative;
	width: 692px;
	min-width: 692px;
	min-height: 28px;	
	padding: 0;
	margin: 0;
	background: url(../images/wide_bottom_corner.jpg) no-repeat;
	background-position: 100% 0;
	z-index: 2;
}

/*-------------------------------------*/
/* Navigation Styles */

div#nav_top_home {
	position: absolute;
	left: 615px;
	top: 95px;
	width: 157px;
	min-height: 10px;
        padding: 0;
        margin: 0;
        z-index: 15;
}
div#nav_top {
	position: absolute;
	left: 595px;
	top: 15px;
	width: 177px;
	min-height: 10px;
        padding: 0;
        margin: 0;
        z-index: 10;
}

div#nav_top_bg {
	width: 177px;
	min-height: 10px;
	background: url(../images/nav_item_top.png) no-repeat;
	background-position: 0 0;
        padding: 4px 0 0 0;
        margin: 0;
        z-index: 10;
}

div#nav {
	width: 177px;
	min-height: 10px;
	background: url(../images/nav_item_bottom.png) no-repeat;
	background-position: 100% 100%;
        padding: 0 0 2px 0;
        margin: 0;
        z-index: 10;
}

div#nav ul {
	padding: 0;
	margin: 0;
	width: 177px;
	list-style-type: none;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background: url(../images/nav_bg.png) repeat-y;
	color: #666;
}

div#nav li {
	background: url(../images/nav_item_bg.png) repeat-y;
	width: 157px;
	margin: 0 0 5px 0;
	padding: 0px 0 0px 20px;
	text-transform:uppercase;
}

div#nav li.selected {
	background: url(../images/nav_item_bg_selected.png) repeat-y;
	width: 157px;
	margin: 0 0 5px 0;
	padding: 0px 0 0px 20px;	
}

div#nav ul li.sub_nav {
	padding: 0;
	margin: 0;
	background: none;
}

div#nav ul li.sub_nav ul {
	width: 172px;
	margin: 0 0 5px 5px;
	padding: 0;
	background: none;
	color: #384265;
}

div#nav ul li.sub_nav ul li {
	width: 129px;
	margin: 0;
	padding: 2px 16px 2px 16px;
	background: none;
	background-color: #fff;
	font-family: Tahoma, sans-serif;
	text-transform: none;
}

* html div#nav ul li.sub_nav ul li {
	width: 161px;
}

div#nav ul li.sub_nav ul li.current_section {
	width: 129px;
	margin: 0;
	padding: 4px 16px 4px 16px;
	background: none;
	background-color: #fff;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;	
	border-bottom: #979696  1px solid;
}

* html div#nav ul li.sub_nav ul li.current_section {
	width: 161px;
}

div#nav ul li.sub_nav ul li.current_section a {
	font-weight: bold;
	background: none;
	background-color: #fff;
	color: #666;
}

div#nav ul li.sub_nav ul li.current_section.selected {
	width: 129px;
	margin: 0;
	padding: 4px 16px 4px 16px;
	background: none;
	background-color: #979696;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;	
}

* html div#nav ul li.sub_nav ul li.current_section.selected {
	width: 161px;
}

div#nav ul li.sub_nav ul li.current_section.selected a:hover 
{
	color: #9e1b32;
}

div#nav ul li.sub_nav ul li.current_section a:hover {
	font-weight: bold;
	background-color: #979696;
}

div#nav ul li.sub_nav ul li.current_section.selected a {
	font-weight: bold !important;
	background: none;
	background-color: #979696;
	color: #fff;
}

div#nav ul li.sub_nav ul li.selected  {
	width: 129px;
	margin: 0;
	padding: 4px 16px 4px 16px;
	background: none;
	background-color: #979696;
	font-family: Tahoma, sans-serif;	
}

* html div#nav ul li.sub_nav ul li.selected {
	width: 161px;
}

div#nav ul li.sub_nav ul li.selected a {
	padding: 2px 0;
	font-weight: normal;
	color: #fff;
	background-color: #979696;
	text-decoration: none;
}

div#nav ul li.sub_nav ul li a {
	font-weight: normal;
	color: #384265;
	text-decoration: none;
}

div#nav ul li.sub_nav ul li a:hover {
	font-weight: normal;
	color: #c41745;
	text-decoration: none;	
}

div#nav li div.top_corner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 157px;
	background: url(../images/nav_item_top_bg.png) no-repeat;
	background-position: 100% 0;
}

div#nav li div.top_corner div.bottom_corner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 157px;
	background: url(../images/nav_item_bottom_bg.png) no-repeat;
	background-position: 100% 100%;
	padding: 2px 0 2px 0px;
}

div#nav li.selected a {
	position: relative;
	color: #fff;
	background-color: #b6b6b7;	
	text-decoration: none;
	z-index: 15;
}

div#nav li.selected a:hover {
	position: relative;
	color: #c41745;
	background-color: #b6b6b7;	
	text-decoration: none;
	z-index: 15;
}

div#nav li a {
	position: relative;
	color: #666;
	background-color: #fff;	
	text-decoration: none;
	z-index: 15;
}

div#nav li a:hover {
	position: relative;
	color: #c41745;
	background-color: #fff;	
	text-decoration: none;
	z-index: 15;
}


/*-------------------------------------*/
/* No Flash/Emergency Styles */

div#no_flash_news, div#no_flash_news_emergency {
	position: absolute;
	bottom: 50px;
	right: 0px;
	min-height:125px;
	width:230px;
	background-color: #4C4C4C;
	border: 2px solid #fff;
}

* html div#no_flash_news, * html div#no_flash_news_emergency {
	height: 125px;
}

div#no_flash_news ul.title, div#no_flash_news_emergency ul.title {
	margin: 15px 10px 0px 20px;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, sans-serif;	
	font-size: 0.85em;
	font-weight: bold;
	color: #E6BD51;	
}

div#no_flash_news ul, div#no_flash_news_emergency ul {
	margin: 0px 10px 10px 20px;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, sans-serif;	
	font-size: 0.85em;
	font-weight: bold;
	color: #E6BD51;	
}

div#no_flash_news li, div#no_flash_news_emergency li {
	padding: 0 0 5px 0;
}

div#no_flash_news li a, div#no_flash_news_emergency li a {
	text-decoration: none;
	font-family: Tahoma, sans-serif;	
	font-size: 0.80em;
	font-weight: normal;
	color: #fff;
}

div#no_flash_news li a:hover, div#no_flash_news_emergency li a:hover {
	text-decoration: underline;
	color: #fff;
}

div#emergency_notices 
{
	position: absolute;
	top: 180px;
	left: 100px;
	margin-bottom:10px;
	padding-top:36px;
	width:270px;
	background: #c30632 url(/images/special_bulletins_top.gif) top left no-repeat;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}
/*div#emergency_notices div
{
	background: transparent url(/images/special_bulletins_bottom.gif) bottom left no-repeat;
	padding-bottom: 15px;
}
*/
div#emergency_notices h2 
{
	color:#fff;
	margin: 0 5px;
	display: none;
}

div#emergency_notices ul
{
	margin:0;
	padding:0;
	list-style-type: none;
}

div#emergency_notices ul li 
{
	margin: 0 5px 8px 5px;
	padding: 0;
}

div#emergency_notices a
{
	color:#fff;
}

div#content div.badge
{
	color:#fff;
}
div#content div.badge h2 
{
	display: none;
}

div#content div.badge p 


/*-------------------------------------*/
/* Image Styles */

.padding-left {
	margin: 0 0 0 10px;
}

.padding-right {
	margin: 0 10px 0 0;
}

.padding-top {
	margin: 10px 0 0 0;
}

.padding-bottom {
	margin: 0 0 10px 0;
}

.padding-top_left {
	margin: 10px 0 0 10px;
}

.padding-top_right {
	margin: 10px 10px 0 0;
}

.padding-bottom_left {
	margin:  0 0 10px 10px;
}

.padding-bottom_right {
	margin: 0 10px 10px 0;
}

.padding-top_bottom_left {
	margin: 10px 0 10px 10px;
}

.padding-top_bottom_right {
	margin: 10px 10px 10px 0;
}

/* Trial Basis */

div.left_side {
	float: left;
	position: relative;
	padding: 0 5px 0 0;
	width: 270px;	
	text-decoration: none;
	z-index: 15;
}

* html div.left_side {
	float: left;
	position: relative;
	padding: 0 5px 0 0;
	width: 265px;	
	text-decoration: none;
	z-index: 15;
}

div.right_side {
	float: left;
	position: relative;
	padding: 0 0 0 5px;	
	width: 270px;	
	text-decoration: none;
	z-index: 15;
}

* html div.right_side {
	float: left;
	position: relative;
	padding: 0 0 0 5px;	
	width: 265px;	
	text-decoration: none;
	z-index: 15;
}

.blogRecentPosts ul, ul.collection_justtitles
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.collection_justtitles div
{
	padding:0;
	margin:0;
}

.blogRecentPosts ul li, ul.collection_justtitles li
{
	margin-left: 2em;
	text-indent: -2em;
	padding: 0;
}

.EktronAjaxLoading, .hiddenIupLogo
{
    display: none;
}
    
/* temporary */

u 
{
	text-decoration: none;
	border-bottom: dashed 1px;
}
