@charset "utf-8";
/* CSS Document */
body {
            margin:0px;
            padding:0px;
            background:#FFF;
            font-size:12px;
            font-family: "century gothic", tahoma, verdana;
        }
        img {border:0px;}
		a:active{outline: none;}
		:focus{-moz-outline-style: none;}
        td {
            vertical-align:top;
        }
        #contentContainer {
            width:852px;
            margin:0px auto;
        }
		
		#ticker {
            width:850px;
			height:24px;
            margin:0px auto;
			border:1px solid #dedede;
            background:#f4f4f4;
        }
		
        #mainContent {
            padding:10px;
        }
        #topContent {
            border:1px solid #dedede;
            background:#f4f4f4;
			width:850px;
			height:600px;
        }
        .content1 {
            color: #237ecf;
            /*color:#0067c6;*/
        }
		a.content1 {
            color: #237ecf;
			text-decoration:none;
		}
        .content2 {
            color:#5b4e39;
        }
		a.content2 {
            color: #5b4e39;
			text-decoration:none;
		}
        .textSpacer {
            font-size:18px;
            color:#808080;
        }
        p.DavisAddress {
        font-family: "century gothic", tahoma, verdana;
        font-size: 12px;
        color: #666666;
        }
        p.DavisTagLine {
        font-family: "century gothic", tahoma, verdana;
        font-size: 18px;
        color: rgb(0,103,198);
        }
	.videoBtnText {padding-right:10px;color:#393939;font-size:20px;text-align:right;line-height:28px;}