.box { width: 590px; height:auto; background: #ffdead; margin-left:200px; }
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:150%; color:#191970; text-align:center; }
.box .top, .box .bottom{display:block;background: #d0e0e6;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #ffdead;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}

.box_start {float:left; width: 590px; height:auto; background: #ffdead;  }
.box_start h1, .box_start p {margin: 0 10px;}
.box_start h1 {font-size:150%; color:#191970; text-align:center; }
.box_start .top, .box_start .bottom{display:block;background: #d0e0e6;}
.box_start .top b, .box_start .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #ffdead;
}
.box_start .r1{margin: 0 5px;}
.box_start .r2{margin: 0 3px;}
.box_start .r3{margin: 0 2px;}
.box_start .top .r4, .box_start .bottom .r4{margin: 0 1px;height: 2px;}

#main {margin-left: 200px;}

#ttcp {margin-left: 200px;}

#header {margin-left: 200px;}

#nav {margin-left:200px;}

.box font {color:#191970;}
.box_start font {color:#191970;}

a {text-decoration:none; color:#191970;}

#links
{
  float:left;
  margin-left:25px;
  	 
}

img {border:0;}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #ffdead;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}