a:link {
color: #9AB5CB;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #9AB5CB;
font-weight: bold;
text-decoration: none;
}

a:active {
color: #9AB5CB;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #C7D7E4;
font-weight: bold;
text-decoration: underline;
}

body {
margin: 0px 0px 0px 0px;
background: url('layoutbg.html') repeat-y #DCE4E4;
}

#content {
position: absolute;
top: 293px;
left: 63px;
width: 238px;
color: #BDCCD7;
font-family: tahoma, sans-serif;
font-size: 8pt;
line-height: 120%;
text-align: justify;
padding-bottom: 25px;
}

.title {
color: #00355B;
font-family: georgia, times, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: lowercase;
text-align: left;
letter-spacing: 4px;
padding: 1px;
padding-bottom: 3px;
border-bottom: 1px solid #00355B;
}

#side {
position: absolute;
top: 350px;
left: 315px;
width: 190px;
color: #D9ACAD;
font-family: tahoma, sans-serif;
font-size: 8pt;
line-height: 120%;
text-align: justify;
}

.sidetitle {
color: #859CB0;
font-family: arial, sans-serif;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
text-align: right;
letter-spacing: 4px;
padding: 1px;
background-color: #E3EEF1;
}

.sidecontent {
color: #899FB1;
font-family: tahoma, sans-serif;
font-size: 8pt;
line-height: 125%;
text-align: justify;
padding: 2px;
background-color: #EDF4F6;
}