@charset "utf-8";
/* CSS Document */

body{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: none;
    background: url('body-bg.jpg') repeat-y left;
}

#body-bg {
    background: url('body-bg.jpg') repeat-x top;
}

#framecontent{
    width:200px;
    float: left;   
}

#maincontent{
    margin-top: 22px;
    margin-left: 25px;
    margin-bottom: 0;
    float: left;
}

.innertube{
    margin:0;
    padding:0;
	
}

a{ text-decoration:none;}

a:visited { color:#99CCFF;}
a:link{color:#99CCFF;}
a:active{color:#99CCFF;}
a:hover{ color:#FFFFFF;}

.header{}

#logo{
    height: 69px;
    width: 550px;
    background-image: url(DATAK_LOGO.gif);
    background-repeat: no-repeat;
    background-position: right;
    margin-top:20px;
}

#content{ font-size:10pt; font-family:Trebuchet MS; width:550px; padding-bottom:50px; }

#content A:visited
{
    COLOR: #306EB1;
    TEXT-DECORATION: none;
}

#content A:link
{
    COLOR: #306EB1;
    TEXT-DECORATION: none;
}

#content A:active
{
    COLOR: #306EB1;
    TEXT-DECORATION: none;
}

#content A:hover
{
    COLOR: #900000;
    TEXT-DECORATION: none;
}

#content A
{
    FONT-FAMILY: Trebuchet MS;
}

#top{
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /*Height of frame div*/


}
.top2{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}


#underlinemenu{
    padding: 0;
    FONT-FAMILY: Trebuchet MS;
}

#underlinemenu ul{
    margin: 0;
    margin-bottom: 1em;
    padding-left: 0;
    float: left;
    font-size:12px;
    font-weight:bold;

}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
    margin-bottom: 0;
}

#underlinemenu ul li{
    display: inline;
}


#underlinemenu ul li a{
    color:#7F7F7F;

}

#underlinemenu ul li a:hover{
    color:#306EB1;
    text-decoration:underline;

}


#sidebar-font a b {
    FONT-SIZE: 13px;
    FONT-FAMILY: Trebuchet MS ;
}

