/* Style Sheet for the Screen-ICBC.Homepage*/


*, body
	{
	font-family: Verdana, Arial;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

body	{
	background-color: #fff;
	text-align: center;
	}
	
.container {
 	width: 739px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	background-color:  #fff;
 }

#header {
	background-color: #fff;
	color: white;
	clear: both;
	padding: 0
	}

.navigation
	{
	font-weight: bold;
	background-color: #CCC;
	color: #7B849C;
	margin: 0;
	border-left: solid 3px #000;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	width: 150px;
	float: left;
	}
	
.plain
	{
	font-style: italic;
	font-weight:normal;
	font: 80%;
	}
	
ul li.new a:link, ul li.new a:visited
	{
	color: #C60;
	}
	
.navigation li a:link, .navigation li a:visited 
	{
	text-decoration: none;
	display:block;									
	padding: 4px 0px 4px 5px;
	font: bold 80%; /*all font attributes can be put together*/;
	color: #000000;
	border-top:1px solid #900;
	}
	
.navigation li a:hover
	{
	color: #C60;
    }
    

#content 
	{
	font-family: Verdana;
	background-color: #FFF;
	color: #000;
	border-right: solid 3px #000;
	border-left: solid 3px #000;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	margin: 0;
	padding: 0;
	width: 580px;
	float: left;
	line-height: 130%;
	}
	
#content li
	{
	font-size: 90%;
	list-style: square;
	margin: 7px 5px 7px 25px;
	padding: 0;
	}
	
#content li a:link, #content li a:visited 
	{
	font-weight: bold; /*all font attributes can be put together*/;
	width: 100%; /*width of highlighted space*/;											
	padding: 0;
	color: #C60;
	}
	
#content li a:hover
	{
	color: #900;
    }

a.content_links:link, a.content_links:visited
	{
	color: #C60;
	font-family: Verdana, Arial;
	font-size: 95%;
	}

a.content_links:hover
	{
	color: #900;
    }
	
.footer {   
	float:left;
	width:100%;
	color:#7B849C;
	padding:0;
	margin: 0;
	font-size:9px;
	clear:both;
}
* html .footer { 
	position: relative; 
}
.footer p {
	margin: 10px 0 0 150px;
	padding:0;
	text-align:center;
}
.footer a:link, .footer a:visited {
	text-decoration: underline;
	color:#7B849C;
	font-size:9px;
	clear:both;
}
.footer a:hover {
	color:#C60;
	text-decoration:underline;
}
.new a:link, .new a:visited {
	color: #900;
}

/*
.footer {
  background: transparent;
  display:block;
  vertical-align:bottom;
  bottom:5px;
  clear:both;
  padding:5px 0 0 170px;
  margin:0;
  float:none;
  font-size: 10px;
}
.footer li {
	float: left;
	font-size: 10px;
}
.new a:link, .new a:visited {
	color: #900;
}
.footer, .footer a {
  	color: #7B849C;
	font-weight:normal;
 	font-size: 100%;
}
.footer a:hover {
	color: #C60;
}
*/
.copyright {
	color: #7B849C;
	font-size: 75%;
	font-weight:normal;
	padding: 0;
	margin:0;
	background: transparent;
  	display:block;
  	vertical-align:bottom;
 	bottom:5px;
  	clear:both;
}
.copyright p {
	padding: 5px 0 5px 150px;
	margin:0;
	text-align:center;
}
.copyright a {
  font-size:100%;
}

.copyright, .copyright a {
  color: #7B849C;
  font-weight:normal;
}

.copyright a:hover {
	color: #C60;
}

.counter {
	color: #7B849C;
	font-size: 90%;
	font-weight: normal;
	padding: 0 0 5px 400px;
	background: transparent;
  	display:block;
  	vertical-align:bottom;
 	bottom:5px;
  	clear:both;
	}


h1	{
	padding: 5px 0 0 160px;

	}
	
h2	{
	padding: 0px 0 10px 163px;
	letter-spacing: 1px;
	color: black;
	}

h3	{
	color: #900;
	padding: 5px 5px 5px 7px;
	font-family: Verdana, Arial;
	font-size: 100%;
	}

h4	{
	padding: 5px 5px 5px 7px;
	font-family: Verdana, Arial;
	font-size: 100%;
	}

#content h4 a:link, #content h4 a:visited
	{
	color: #900;
	text-decoration: none;
	}

#content h4 a:hover
	{
	color: #C60;
	}

#content h5 a:link, #content h5 a:visited
	{
	color: #C60;
  	bottom:5px;
  	clear:both;
  	padding: 7px;
  	margin:0;
 	font-size: 85%;
	}

#content h5 a:hover
	{
	color: #900;
	}
	
p	{
	padding: 5px 5px 5px 7px;
	font-family: Verdana, Arial;
	font-size: 90%;
	}

p.center
	{
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	color: #900
	}
