/* CSS Document */
/* layout */
#topmenu {
	position: absolute;
	width: 788px;
	height: 60px;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	background: #ffffff url('/images/bg_top.gif');
}

#leftmenu {
	position: absolute;
	width: 125px;
	top: 60px;
	left: 0;
	overflow: hidden;
	display: block;
	background: #cccccc url('/images/bg.gif');
}

#main {
	position: absolute;
	width: 651px;
	top: 60px;
	left: 125px;
	overflow-x: hidden;
	display: block;
	background: #ffffff;
	padding-left: 10px;
	border: solid 1px #aaaaaa;
}
#right {
	position: absolute;
	top: 0px;
	left: 798px;
	overflow: hidden;
	display: block;
	background: #cccccc url('/images/bg.gif');
}

body
{
	scrollbar-face-color: #8C8C8C;
	scrollbar-highlight-color: #B4B5B5;
	scrollbar-3dlight-color: #8C8C8C;
	scrollbar-darkshadow-color: #8C8C8C;
	scrollbar-shadow-color: #494C4E;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #DEDEDE;
}

a
{
    COLOR: #000099;
    TEXT-DECORATION: none
}
a:hover
{	COLOR: red;
	TEXT-DECORATION: none

}

.small
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}
.smallhref
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #550099;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}
.smallbold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}
.normal
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}
.normalbold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: none
}

.smallbyline
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}

.articleheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}

.articletext
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}

.nav
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}

.smallboldheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #000000;
    TEXT-DECORATION: none
}


.redsmallbold { font-family:Verdana, Arial, sans-serif; font-size:10px; color:#CC0000; text-decoration:none; font-weight:bold }
.linkgreen { font-family:Arial, sans-serif; font-size:14px; color:#333300; text-decoration:none; font-weight:bold }
.normalboldgreen {  font-family:Verdana, Arial, Helvetica; font-size:11px; color:#666600; text-decoration:none; font-weight:bold}

.greenbg { background-color: #339933}
.bluebg { background-color: #000066}
.redbg { background-color: #D95E1A}
.yellowbg { background-color: #E7CE21}
.greybg { background-color: #C5C5C5}
.lightbg { background-color: #F6F6F6}
.darkbg { background-color: #6699CC}

.menu
{
color: black;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}
a.menu:link{text-decoration: none;}
a.menu:visited{text-decoration: none;}
a.menu:active{text-decoration: none;}
a.menu:hover{color: #FFFFFF;text-decoration: none;}