<!--
body {background-color: #FFF; color: #000; font-family: Arial, Helvetica, sans-serif; border-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
    background-image: url("da_graphics/bkg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

div.site_container { width: 100%; text-align: center; }

div.main {
    display: block;
    border: 0px;
    padding: 0px;
    width: 994px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    background-image: url("da_graphics/main_bkg.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #FFF;
}

div.banner {width: 876px; height: 48px; padding: 45px 59px 38px 59px;}

#nav_bar {width: 992px; height: 19px; margin: 0px 1px 0px 1px; text-align: center;
    background-image: url("da_graphics/bar_bkg.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#nav_bar ul { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; list-style: none; font-size: 70%; font-weight: bold; }
#nav_bar li { float: left; padding: 1px 8px 0px 6px; margin: 1px 0px 0px 0px; display: block; height: 19px;
	background-image: url("da_graphics/but_side.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#nav_bar li.pad {width: 46px;}

#nav_bar a:link {text-decoration: none; color: #009;}
#nav_bar a:visited {text-decoration: none; color: #009;}
#nav_bar a:hover {text-decoration: none; color: #8AF;}
#nav_bar a:active {text-decoration: none; color: #8AF;}

div.content {width: 876px; padding: 38px 59px 58px 59px;}

div.clearer {clear: both;}

img {border: 0px;}

img.logo {float: left; margin: 3px 0px 0px 0px;}
img.tag {float: right; margin: 0px 0px 0px 0px;}

img.left {float: left; margin: 0px 0px 0px 0px;}
img.right {float: right; margin: 0px 0px 0px 0px;}

p {font-size: 75%; margin: 14px 0px 14px 0px; padding: 0px; line-height: 14px;}
p.top {margin: 5px 0px 14px 0px; line-height: 14px; font-size: 80%;}
p.large {font-size: 80%;}
p.info {margin: 50px 0px 14px 0px; line-height: 14px; font-size: 80%;}

strong.large {font-size: 120%;}

ul {font-weight: bold; padding: 0px 0px 0px 8px; margin: 0px 0px 0px 8px;}
#list1 li {font-size: 80%; padding: 0px 0px 10px 0px;}
#list2 {margin: -6px 0px 0px 8px;}
#list2 li {font-size: 75%; padding: 0px 0px 0px 0px;}

a:link {text-decoration: none; color: #009;}
a:visited {text-decoration: none; color: #009;}
a:hover {text-decoration: underline; color: #8AF;}
a:active {text-decoration: underline; color: #8AF;}


div.trail {width: 876px; margin: -20px 0px 20px 0px; font-size: 110%; font-weight: bold; text-align: center; color: #777;}

-->