a:link {color: #ffffff}
a:visited {color: #ffffff}
a:hover {color: #6881A9}
a:active {color: #0000aa}


div.dateline
{
    color: #6881A9;
	border-bottom: 1px solid #6881A9;
	font-size: .75em;
	margin-bottom: 10px;
}

#logo
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000077;
    width: 150px;
    height: 100px;
}

#banner
{
    position: absolute;
    top: 0px;
    left: 150px;
    width: 600px;
    height: 100px;
}

#titlebar
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;   
    height: 25px;
    background-color: #6881A9;
}

#title
{
    position: relative;
    top: 3px;
    left: 1cm;
    color: #ffffff;
    background-color: #6881A9;
    font-size: 14px; 
    width: 50%;
}

#sidebar-left
{
    position: absolute;
    top: 125px;
    left: 0px;
    width: 150px;
    height: 643px;
}


body
{
    background-color: #000000;
    margin: 0 0 0 0;   
    color: #ffffff;
	font-size:16px;
	font-family: Arial;
}

hr
{
    height: 3px;   
    color: #6881A9;
    background-color: #6881A9;
}


p a:link {color: #6881A9}
p a:visited {color: #6881A9}
p a:hover {color: #6881A9}
p a:active {color: #0000aa}

.cat-item a:link {color: #6881A9}
.cat-item a:visited {color: #6881A9}
.cat-item a:hover {color: #6881A9}
.cat-item a:active {color: #0000aa}

div a:link {color: #6881A9}
div a:visited {color: #6881A9}
div a:hover {color: #6881A9}
div a:active {color: #0000aa}








