/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Lucida Sans", Verdana, Helvetica, Aria, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	font-size: small;
}

a:link, a:visited  {
	color: #000099;
	text-decoration: underline;
}

a:hover, a:active{
	color:#990000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 150%;
 color: #000099;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
font-size: 140%;
 color: #000000;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 130%;
 color: #000099;
}

h4{
 font-size: 120%;
 font-weight: bold;
 color: #666666;
}

h5{
 font-size: 110%;
 color: #990000;
}

img{
	display:inline;
}

form {
}

th {
	background-color:#CCCCCC;
	color:#000099;
	vertical-align:top;
	text-align:left;
}
form table {
	border:1px solid #000099;
	width:50%;
}

form td {
	border:1px solid #999999;
	width:100%;
}


ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px none #cccccc;
	width: 100%;
	white-space: nowrap;
	background-color: #FFFFFF;
}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #000099;
	width: 120px;
	float: left;
	color: #CCCCCC;
	overflow: hidden;
	border-right: 0px solid #000099;
}

#wrapper{
	width: 900px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/IBC-WEB_19.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000099;
	margin-left: auto;
}


#content{
	margin: 0px;
	padding: 0 0 0 0px;
	float: left;
	width: 779px;
	overflow: hidden;
	margin-left: 0px;
	margin-right:auto;
	border-left: 1px solid #000099;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #000099;
}


/************* #globalNav styles **************/

#globalNav{
	color: #CCCCCC;
	padding: 0px 20px 0px 10px;
	white-space: nowrap;
	background-image: url(../images/blue-slice.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 90%;
	text-align: right;
	line-height: 20px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 4px 4px 0px 0px; 
}

#globalNav  a:link, #globalNav  a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#globalNav  a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 20px 0px 20px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	border: 1px solid  #000099;
	margin: 10px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 90%;
	color: #cccccc;
	margin-top: 0px;
	background-image: url(../images/blue-slice.gif);
	text-align: right;
	padding: 2px 20px 0px 0px;
	height: 18px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo  a:link, #siteInfo  a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#siteInfo  a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/


#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks{
	color:#FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks ul{
	list-style:none;
}
#sectionLinks li{
	color:#FFFFFF;
	display: block;
}
#sectionLinks ul a:link, #sectionLinks ul a:visited {
	color:#FFFFFF;
	padding: 4px 0px 0px 10px;
	background-image: url(../images/IBC-WEB_07.jpg);
	display: block;
	font-weight:bold;
	height: 20px;
	text-decoration:none;

}
#sectionLinks ul a:hover {
	padding: 4px 0px 0px 10px;
	background-image: url(../images/IBC-WEB_13.jpg);
	color: #000099;
	height:20px;
	display: block;

}


/*********** #relatedLinks styles ***********/

#relatedLinks{
	margin: 20px 0px 0px 0px;
	padding: 12px 0px 10px 0px;
	border:1px none #000099;
	font-size: 90%;
	overflow: hidden;
	background-color: #CCCCCC;
}

#relatedLinks h3{
	color:#000099;
	padding: 0px 0px 6px 5px;
	font-size: 110%;
}
#relatedLinks ul{
	display: block;
	list-style-type: disc;
	list-style-position: outside;
}
#relatedLinks li{
	list-style-type: disc;
	list-style-position: outside;
	color: #000099;
	display: block;
	padding-bottom:0px;
	margin-bottom:0px;
	line-height:inherit;
	border-bottom:dashed 1px #000099
}
#relatedLinks ul a:link, #relatedLinks ul a:visited {
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	line-height: 14px;
	color: #000099;
	background-image:none;
	display: block;
}
#relatedLinks ul a:hover {
	color: #CCCCCC;
	text-decoration:none;
	background-image:none;
	background-color:#000099;
}



/************** #advert styles **************/

#advert{
	padding: 24px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px none #cccccc;
	text-align: center;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content h1 {
	margin-left: 0px;
}
#content h2 {
	padding-left: 10px;
	padding-bottom: 10px;
}
#content h3 {
	margin-left: 10px;
	padding-bottom: 10px;
}
#content ul {
	margin-left: 20px;
	padding-left: 10px;
}
#content p {
	margin-left: 10px;
	margin-right: 10px;
}
#content strong {
	color: #000099;
}
#content h4 {
	margin-left: 10px;
}
