html{height: 100%;}

body
{ 
  color: #5A6370;
}

blockquote
{
	background: #FFFFFF;
	color: #333333;
	border-color: #767676;
}

#main
{
	color: #4F5662;
	border: 1px none #000000;
	background-image: url(../img/backround-content.png);
	background-repeat: repeat-y;
}

#links, #footer, #menu, #menu li a
{
	background: #FFFFFF url(menu.png);
	color: #FFFFFF;
	border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

#logo
{
	color: #5A6370;
	background-color: #FFFFFF;
	background-image: url(../img/Brooklyn_Bridge16.jpg);
	background-repeat: no-repeat;
}

#logo h1
{ background: transparent;
  color: #FFFFFF;
}

h1, #column2 h1
{
	background: transparent;
	color: #000000;
	border-color: #89A9C7;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
	color: #E9E9E9;
	background-color: #FFFFFF;
	background-image: url(menu_hover6_flat.png);
} 

#content, #column2 a, #column2 a:hover
{
	background: transparent;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #D1D3D7;
}

.sbihead
{
	color: #484E56;
	background-color: #FFFFFF;
	background-image: url(../img/sbi_header8.png);
}

.sbihead h1
{ background: transparent;
  color: #484E56;
}

.sbilinks li a
{
	background: #FFFFFF url(link.png);
	color: #FFFFFF;
} 

.sbilinks li a:hover
{
	color: #E9E9E9;
	background-color: #000;
} 

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}

Links

.class1 A:link {text-decoration: none; color: #5E86B7;}
.class1 A:visited {text-decoration: none; color: #5E86B7;}
.class1 A:active {text-decoration: none }
.class1 A:hover {text-decoration: underline; color: #7B9DC5;}

.class2 A:link {text-decoration: none; font-weight: bold; color: #5E86B7;}
.class2 A:visited {text-decoration: none; color: #5E86B7;}
.class2 A:active {text-decoration: none }
.class2 A:hover {text-decoration: underline; color: #7B9DC5;}

.class3 A:link {text-decoration: none; color: #A9D0F4;}
.class3 A:visited {text-decoration: none ; color: #A9D0F4;}
.class3 A:active {text-decoration: none }
.class3 A:hover {
	text-decoration: none;
	color: #ffffff;
}

.class4 A:link {text-decoration: none; color: #5E86B7;}
.class4 A:visited {text-decoration: none; color: #5E86B7;}
.class4 A:active {text-decoration: none }
.class4 A:hover {text-decoration: underline; color: #7B9DC5;}

.class5 A:link {text-decoration: none;}
.class5 A:visited {text-decoration: none;}
.class5 A:active {text-decoration: none }
.class5 A:hover {text-decoration: none}


body,th {
	font-size: .7em;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #4391CD;
	text-decoration: none;
}
a:visited {
	color: #4391CD;
}


#tooltip  {
	position:absolute;
	border:1px solid #333;
	color:#FFFFFF;
	display:none;
	background-image: url(../img/tooltip.png);
	max-width:150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}	

#news {
	margin:1em auto;
	padding:0;
	width:180px;
	list-style:none;
	}
#news li {
	display:block;
	background-image: url(../img/box.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 180px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	}
#news li p {
	padding:1px 4px 0 7px;
	margin:0;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #939393;
	}
#news li.arr p {
	padding-left:21px;
	border:0;
	background-image: url(../img/edge.png);
	background-repeat: repeat-y;
	background-position: 0 50%;
	}
#news h4 {
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	background: url("../img/box.png") 0 0 no-repeat;
	margin:0;
	padding:6px 4px 3px 21px;
	color: #FFFFB9;
	}
#news li:hover {
	background-position:-180px 100%;
	}
#news li:hover p {
	border-top-color: #93B0D1;
	border-right-color: #93B0D1;
	border-bottom-color: #93B0D1;
	border-left-color: #93B0D1;
	}
#news li.arr:hover p {
	background-image: url("../img/edge-h.png");
	}
#news li:hover h4 {
	background-position:-180px 0;
	}
#news a:link {
	text-decoration:none;
	color: #9CF;
	}
#news a:visited {
	text-decoration:none;
	color: #9CF;
	}
#news a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	}
#news .more {
	line-height:1em;
	display:block;
	text-align:right;
	margin-top:4px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 21px;
	background-image: url(../img/arrow1_small.png);
	background-repeat: no-repeat;
	background-position: 155px 60%;
	}
