div#header {
    position: absolute;
    width:1050px;
    height:200px;
    left:0px;
    top: 0px;
}
div#header_left{
    position:absolute;
    width:300px;
    top: 0px;
    left:0px;
    	text-align: center;
}
div#header_right {
    position: absolute;
    width: 300px;
    top: 0px;
    left: 780px;
    	text-align: center;
}
div#header_center {
    position: relative;
    width: 450px;
    top: 0px;
    left: 320px;
    text-align: center;
}


div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 20px; 
	width:1050px;  

}
div#columns {
    position: relative;
    width: 1050px;
    top: 250px;

}
div#menu{
    position:absolute;
    width:300px;
    top: 0px;
    left:0px;
}
div#content {
    position: relative;
    width: 700px;
    top: 0px;
    left: 350px;
}
.clear {
	clear:both;
}

.text {
 font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.text p { 
	text-indent: 1.5em;
}

.title h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: italic;
	padding: 15px 10px 0px;
	color: #505050 ;
	text-align: center;
}

.title h2 {
	font-size: 22px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: normal;
	padding: 15px 10px 0px;
	color: #505050 ;
		text-align: center;
}

.title h3 {
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: normal;
	color: #505050 ;
		text-align: center;
}

.title h4 {
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: normal;
	 color: #505050 ;
		text-align: center;
}

.title_left h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: italic;
	padding: 15px 10px 0px;
	color: #505050 ;
	text-align: left;
}

.title_left h2 {
	font-size: 22px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: normal;
	padding: 15px 10px 0px;
	color: #505050 ;
		text-align: left;
}

.title_left h3 {
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: normal;
	padding: 15px 10px 0px;
	color: #505050 ;
		text-align: left;
}

.title_left h4 {
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: normal;
	padding: 15px 10px 0px;
	color: #505050 ;
		text-align: left;
}

.text_right {
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: normal;
	padding: 15px 10px 0px;
	color: #0000A0 ;
	text-align: right;
}

.tooltip {
        border: none;
}

a span.tt-container
{
   display:none;
}

a:hover {
        position: relative;
        text-decoration: none;
        border-style: none;
}

a:hover span.tt-container {
    background: #FFC8CE;
    border: 1px solid #CC0000;
    display:block;
    height: 15em;
    position: absolute;
    top: -10em;
    left: 1em;
    z-index: 50;
    width: 20em;
    padding: 0px;
}

a:hover span.tt-text {
        padding: 10px;
        text-decoration: none;
        font-weight: normal;
} 