@media screen {
body {
	margin-top:10px;
	background:#999999;
	}
img {
	border:0px;
	}
.wrapper {
	width:769px;
	border:1px solid #000000;
	background:#ffffff;
	}

.logobkg {
	background:#333399;
	border-bottom:1px solid #000000;
	}

.navbar {
	position:relative;
	width:767px;
	background:#003399;
	}

.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 15px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:.6em;
	white-space:nowrap;
	}  
.buttons a {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	color:#9cf;
	}  
.buttons strong {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	background:#000066;
	color:#fff;
	}
.buttons a:hover {
	color:#fff;
	background:#0000cc;
	border-bottom-width:0;
	}
.subnav {
	background:#000066;
	padding:3px;
	}

a:hover {
	text-decoration:none;
	}
a:active {
	color:#cc0000;
	} 

.leftcolumn {
	width:568px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	float:left;
	}
.rightcolumn {
	width:196px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	}
.fullcolumn {
	width:767px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	}

.heading {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000066;
	}
	
.boxbeige {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}

h1 {
	font-family:Arial, sans-serif;
	}
	
h2 {
	font-family:Arial, sans-serif;
	}
	
h3 {
	font-family:Arial, sans-serif;
	}

p {
	font-family:Verdana, sans-serif;
	font-size:.8em;
	font-weight:normal;
	}

.footer {
	position:relative;
	width:767px;
	padding:4px 12px;
	margin:0px;
	background:#000000;
	border-top:1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:.6em;
	color:#666666;
	clear:both;
	}
}

@media print {
body {
	margin-top:10px;
	background: White;
	}
img {
	border:0px;
	}
.wrapper {
	width: 100%;
	border: 0px solid #000000;
	background:#ffffff;
	}

.logobkg {
	background: White;
	border-bottom: 0px solid #000000;
	}

.navbar {
	display:none;
	}

.subnav {
	background: White;
	padding:3px;
	}

.leftcolumn {
	width: 100%;
	background:#ffffff;
	padding: 12px 14px 16px 0px;
	float:left;
	}
.rightcolumn {
	display:none;
	}

.heading {
	background:#eeeeee;
	border: 0px solid #cccccc;
	padding: 0px 0px;
	font-family:Verdana, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	text-transform:uppercase;
	color: Black;
	}
	
h1 {
	font-family:Arial, sans-serif;
	font-size: 22pt;
	font-weight:bold;
	}

h2 {
	font-family:Arial, sans-serif;
	font-size: 18pt;
	font-weight:bold;
	}

p {
	font-family:Verdana, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	}

.footer {
	position:relative;
	width: 100%;
	padding: 0px 0px;
	margin:0px;
	background:#000000;
	border-top: 0px solid #666666;
	font-family:Verdana, sans-serif;
	font-size: 10pt;
	color: Black;
	clear:both;
	}
}