

#PageHeader{
    text-align:center;        
}

#PageHeader #Head{
    position:relative;
    width:1000px;
  /*  height: 160px;*/
    height:173px;
    margin:0px auto 0px;
    text-align:left;   
    background-color:#FFF;
	border-top: #CCC solid 2px;
	border-left: #CCC solid 2px;
	border-right: #CCC solid 2px;
}

#PageHeader #Head #Logo{
    float: left;
    padding: 0px;
    margin:0px 0px 0px 0px;
    border: 0;   
}

#PageHeader #Head #LogoLeft{
    float: left;
    height: 173px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#PageHeader #Head #LogoRight{
    float:left; 
	height:173px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

#PageHeader #LogoRight ul{  
    margin: 13px 0px 0px 10px;
    padding:0;
}

#PageHeader #LogoRight li{
    float:left;  
    color: white;
    font-weight: bold;
    list-style: none;
    padding: 0px 8px 0px 8px;
    background: url(./../images_main/separator.gif) no-repeat right;   
}

#PageHeader #LogoRight li a:link { color: white; }
#PageHeader #LogoRight li a:visited { color: white; }
#PageHeader #LogoRight li a:hover { color: white; text-decoration: none; }

#PageHeader #LogoRight .libg{ padding-right: 0px; background: none; }


.texthead14:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #790000;*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
.texthead14:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	color: #790000;*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
.texthead14:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #790000;*/
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}