#about p {
font-family:Georgia, "Times New Roman", Times, serif;
padding:15px;
line-height:18px;
font-size:12px;
text-align:justify;
}

#logo p {
text-align:right;
}

#intro p {
text-align:left;
}

#center_logo {
background:url(/images/etc_logo.gif) center no-repeat;
text-align:center;
width:800px;
height:100px;
}



#privacy p {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:5px 45px;
line-height:16px;
font-size:12px;
text-align:justify;
}

#list {
margin-bottom:30px;
}


/* separate the list from surrounding elements */
#list ol {
margin: 2em 0 2em 5em;
padding: 0;
}

#list ol li {
  /* Stipulate the height of each item so that 
  vertical return = items * height */

line-height: 1.2em;

  /* Clear the default margins & padding 
  so we can style the list from scratch */

margin: 0;
padding: 0;
}

/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there’s a level above HTML: */

* html #list ol li {
position: relative;
}

/* horizontal position of each column */

#list ol li.def, #list ol li.inf, #list ol li.pro, #list ol li.coo, #list ol li.thi, #list ol li.log, #list ol li.com, #list ol li.tra, #list ol li.t1,#list ol li.t2, #list ol li.t3, #list ol li.t4, #list ol li.t5, #list ol li.t6, #list ol li.t7, #list ol li.t8
{ margin-left: 45px; }

#list ol li.cho, #list ol li.lin, #list ol li.sur, #list ol li.sec, #list ol li.enh, #list ol li.per, #list ol li.not, #list ol li.con, #list ol li.t9, #list ol li.t10, #list ol li.t11, #list ol li.t12, #list ol li.t13, #list ol li.t14, #list ol li.t15
{ margin-left: 350px; }



/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 5 items * 1.2em line-height = 6em */

#list li.cho, #list li.t9 {
margin-top: -9.6em;
}

/* anchor styling */
#list ol li a {
display: block;
width: 250px;
text-decoration: none;
}

#list ol li a:hover {
background-color: #B9D4EF;
color:#FFFFFF;
}

.title {
margin:30px 0 0 45px;
display:block;
}

#sitemap {
list-style-type:none;
}

#sitemap ul li {
padding:5px 0;
}

















#list_right {
float:left;
width:425px;
clear:right;
}



