@charset "UTF-8";
/* CSS Document */
body{background:#e6e6e6; margin:0 auto; text-align:center; font-family: Arial, Helvetica, sans-serif; color:#666; font-size:14px;}
.content{background:#fff; margin:0 auto; padding-top:10px; text-align:left; width:1000px; border:1px solid #ccc; border-top:none;
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	}

a{ color:#666;}
a:hover{text-decoration:none; color:#ff9900;}
a.pdflinkA, a.pdflinkA:hover {
  padding-left: 20px;
  padding-top: 5px;
  margin-left: 0;
  background: url(images/pdf.png ) no-repeat center left;
}

ul{margin:0px; padding:0px;}
li{list-style:none; margin:0px; padding:5px;}

.red{color:#990000;}
.blue{color:#225eac;}
.orange{color:#ff9900;}
.qoot{font-size:2em; color:#990000; font:Georgia, "Times New Roman", Times, serif; position:relative; top:6px; margin:0px; padding:0px; line-height:15px;}
h1{font-size:2em; padding:5px; margin:0px;}

.header{ background:#ececec url(images/bg.png) top left no-repeat; height:200px;}
.logo{margin:50px;}
.maincontent{width:40%; float:right; margin:50px; padding-left:40px; padding-bottom:20px; margin-top:30px; border-left:1px dotted #ccc; border-bottom:1px dotted #ccc;}
.leftcontent{margin:50px;}


.footer{width:950px; margin:0 auto; margin-top:20px; margin-bottom:75px;}
.footlogo{border:none;}
.footerlinks{float:right; padding:0px; margin:0px 25px;}
.footerlinks li{display:inline; padding-left:40px;}
.footerlinks li a{color:#666; font-size:.8em;}
