@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, div, p, span, a {padding:0; margin:0;}

/* Site */
body {background:#FFFFFF url(images-orange/bg.jpg) repeat top center fixed; padding-top:0;}
#site {width:799px; background:#FFFFFF; margin-left:auto; margin-right:auto;}
#header {width:799px; height:150px; margin-left:auto; margin-right:auto;}
#body {width:760px; margin-left:auto; margin-right:auto; margin-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; line-height:19px;}
.span-orange{color:#FF6600; font-size:16px; font-weight:bold;}
#body h1 {font-size:24px; color:#000033; font-weight:bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
#body h2 {font-size:18px; color:#000033; font-weight:bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
#body h3 {font-size:15px; color:#000033; font-weight:bold; font-family: Geneva, Arial, Helvetica, sans-serif;}

.clr {width:100%; clear:both;}
#rss-green {clear:both; width:238px; height:500px; float:left; background:url(images-orange/bg-rss-green.jpg) top left; border:1px solid #003300;}
#rss-blue {width:238px; height:500px; float:left; background:url(images-orange/bg-rss-blue.jpg) top left; margin-left:20px; border:1px solid #000033}
#rss-orange {width:238px; height:500px; float:left; background:url(images-orange/bg-rss-orange.jpg) top left; margin-left:20px; border:1px solid #CC3300;}
.rss-body {width:190px; height:410px; margin-left:13px; margin-top:25px; background:#FFFFFF; border:1px solid #666666; padding:10px; font:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; line-height:19px;}

#footer {clear:both; width:799px; margin-left:auto; margin-right:auto; padding-left:10px; padding-top:10px; padding-bottom:30px; font-size:10px; line-height:15px; font-family:Arial, Helvetica, sans-serif; color:#666666;}

/* Menu */
#menu {width:799px; height:37px; background:url(images-orange/menu-bg.jpg) repeat-x; margin-left:auto; margin-right:auto;}

/* RSS */

.rssTitle {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.rssList ul, .rssList li {
	list-style: none;
	list-style-type:none;
	list-style-image:none;
	margin: 0px;
	line-height: normal;
	text-align: left;
}
.rssList li {
	list-style: none;
	list-style-type:none;
	padding: 1em 0 1em 0;
}
.rssdescript {
	display: block;
	padding-left: 1em;
}
.rssdate {
	display: block;
	text-align: center;
	color: #eeeeee;
	font-size: 9px;
}

/* *** Menu Classes *** */
.dmx {
    font: 11px tahoma;
}
.dmx .item1,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 6px 10px 3px 10px;
    font: 13px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.dmx .item1:hover {
	text-decoration:underline;
}

.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 6px 100px 7px 15px;
    font: 12px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #f8e2ad;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffff;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #f2c785;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */

/* *** End Menu Classes *** */