html {
  background-image: url('images/square.gif'); background-repeat: repeat; background-position: center}

body {
  text-align: center;
}

#container{ 
    float: center;
    width:910px;
    margin: 0 auto;
    min-height: 100%;
    _height: 100%;
    background: #ffffff;
}    
.link_black {font-family:Verdana; color:#000000; Font-Size: 10px; font-weight:none; text-decoration:none; letter-spacing: 0 }
.link_black:hover {font-family:Verdana; color:#000000; Font-Size: 10px; font-weight:none; text-decoration:underline;}
.link_white {font-family:Verdana; color:#FFFFFF; Font-Size: 9px; font-weight:none; text-decoration:none; letter-spacing: 0 }
.link_white:hover {font-family:Verdana; color:#FFFFFF; Font-Size: 9px; font-weight:none; text-decoration:underline;}
}
.bg{
    width:910px;
    height :auto;
    vertical-align:top;
    text-align:center;
    border: 10px solid #FFFFFF;
    background-color:#FFFFFF;
}
.bg_header{ 
    width:auto;
    height :75;
    border-bottom: 1px solid #FFFFFF;
    background-color:#FFFFFF;
}
.header_1{ 
    height :90px;
    text-align:left;
	vertical-align:middle;
	color: #FFFFFF;
}
.header_2{ 
    height :90;
    vertical-align:middle;
    padding-right:10px;
    text-align:right;
    font-family: Verdana;
	font-weight: none;
	font-size: 9px;
	color: #000000;
}
.index_bg{ 
    width:auto;
    height:225px;
    vertical-align:middle;
    text-align:center;
}
.index_1{ 
    vertical-align:middle;
    text-align:center;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.index_2{ 
    vertical-align:middle;
    text-align:center;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.footer{ 
    width:auto;
    height:auto;
}
.footer_1{ 
    height:22px;
    width: 450px;
    text-align:left;
    padding-left:5px;
    font-family: Verdana;
	font-weight: none;
	font-size: 9px;
	color: #FFFFFF;
	background-color:#003366;
}
.footer_2{ 
    height:22px;
    width: 450px;
    text-align:right;
    padding-right:5px;
    font-family: Verdana;
	font-weight: none;
	font-size: 9px;
	color: #FFFFFF;
	background-color:#003366;
}
.highlightit  img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.5;
}
.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 1;
}
.hideme {
	display:none;
}
