﻿* {
    margin:0;
	padding:0;
	background:transparent;
	color:#000;
	border:none;
	text-align:left;
	}
body {
	font:9pt Arial;
	background:#fff;
	text-align:center;
    }
#c_c_head {
	height:80px;
	margin:0 auto 15px auto;
	text-align:center;
	background:transparent;
    }
#c_head {
    width:840px;
	height:80px;
	margin:0 auto;
	background:url('../images/print_head.gif') top left no-repeat #013667;
	overflow:hidden;
    }
#head {
    display:none;
    }
#printhead {
    width:840px;
	height:80px;
	display:block;
    }

#c_body {
    width:640px;
	padding:0 10px 0 210px;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
    }
#content {
        display:block;
		width:600px;
		padding-bottom:40px;
		padding-left:10px;
		}
#youarehere {
    list-style-type:none;
	font-size:8pt;
	border-bottom:1px solid #a9c3bd;
	padding-bottom:3px;
	margin-bottom:15px;
    }
#youarehere li {
    display:inline;
	padding:1px 2px 1px 1px;
    }
#youarehere li a {
    display:inline;
	padding-right:3px;
	font-size:8pt;
	text-decoration:none;
    }
#youarehere li a:hover {
    color:#008e84;
    }
#c_footer {
    background:#fff;
	text-align:center;
	height:90px;
	clear:both;
	margin:0;
	padding:0;
    }
#footer {
    margin:0 auto;
	width:840px;
	padding:15px 10px 25px 10px;
	height:50px;
	background:#fff;
	border-top:1px solid #013667;
    }
#footer p {
	text-align:center;
	color:#000;
	font-size:8pt;
    }
#footer a {
    text-decoration:underline;
	color:#fff;
    }
div.img {
    }
div.img img {
    width:100%;
	height:100%;
	}