body, td, div
{
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
}
h1
{
    margin-left: 35px;
    color: #334B97;
    font-size: 14pt;
}
h2
{
    margin-left: 35px;
    font-style: italic;
    font-size: 12pt;
    border-bottom: 1px #000000 dotted;
}
h3
{
    margin-left: 35px;
    background-image: url("images/bullet2.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    color: #334B97;
    font-size: 10pt;
}
input, select, textarea
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}
input.buttons
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
ul li
{
    margin-left: 15px;
    list-style-image: url("images/bullet.png");
}
a
{
    color: #999CCA;
}
a:hover
{
	text-decoration: none;
}
a.moreLink
{
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}
a.moreLink:hover
{
    font-size: 10px;
    text-decoration: underline;
}
span.lhtekLink
{
    color: #BBBDDC;
}
span.lhtekLink a
{
    color: #BBBDDC;
}
h4
{
    font-size: 10pt;
    color: #ffffff;
    margin-top: -5px
}
p
{
    margin-left: 27px;
}
table.body
{
    width: 770px;
}
td
{
    vertical-align: top;
}

div.centered
{   
    position: absolute;
    width: 877px;
    left: 50%;
    margin-left: -425px;
}
div.bodyBG
{
    background-image: url("images/bg_body-y2.jpg");
    background-repeat: repeat-y;
}
div.header
{
    margin-left: 1px;
}
div.body
{
    width: 770px;
    min-height: 450px;
    margin-left: 58px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url("images/bg_body-x.jpg");
    background-repeat: repeat-x;
}
div.bodytext
{
    width: 490px;
}
div.projects
{
    margin-top: 15px;
    width: 230px;
    margin-right: 15px;
    float: right;
    background-image: url("images/projects_y.png");
    background-repeat: repeat-y;
}
div.footer
{
    clear: both;
    width: 877px;
    height: 150px;
    background-image: url("images/bg_body-bot.jpg");
    background-repeat: no-repeat;
    text-align: center;
}

div.projects-float
{
    color: #ffffff;
    padding: 6px 18px 6px 6px;
}
div.projects-float td
{
    color: #ffffff;
}
div.dhtmlxTree
{
	padding: 0 20px 0 35px;
}
div.bodyfloat
{
    background-color: #999CCA;
    color: #ffffff;
    padding: 8px;
    width: 500px;
    margin-left: 115px;
}
.projects-pic
{
	padding: 4px;
	border: 1px solid #aeaeae;
	background-color: #ffffff;
}
