﻿/*  GLOBAL  */
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 80%;
	background-color: rgb(210, 210, 210);
	font-family: verdana,arial,helvetica,sans-serif;
}
.page-container {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: solid 1px rgb(0,0,0);
	background-color: rgb(255, 255, 255);
}
.header {
	border-bottom: 10px #000080 solid;
	position: relative;
	width: 950px;
	height: 150px;
	margin: 0 0 0 0;
	background-color: #0033CC;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.header-breadcrumbs {
	clear: both;
	width: 950px;
	padding: 1.0em 0 1.5em 0;
	background: rgb(255,255,255) url("../images/bg_head_breadcrumbs.jpg") repeat-y;
}
.main {
	background: #FFFFFF url('../images/bg_main_withnav.jpg');
	clear: both;
	width: 950px;
	padding-bottom: 30px;
}
.main-navigation {
	display: inline /*Fix IE floating margin bug*/;
	float: left;
	width: 150px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.main-content {
	position: relative;
	display: inline; /*Fix IE floating margin bug*/;
	float: left;
	width: 540px;
	margin: 10px 0 0 20px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.main-subcontent {
	display: inline /*Fix IE floating margin bug*/;
	float: right;
	width: 200px;
	margin: 10px 20px 0 0;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.main-subcontent-pad {
	margin: 5px 10px 10px 10px;
}
.footer {
	border-top: 10px #000080 solid;
	clear: both;
	width: 950px;
	padding: 1.0em 0 1.0em 0;
	background: rgb(0,51,204);
	font-size: 80%;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
/********************/
/*  HEADER SECTION  */
/********************/
.headerinfo {
	float: left;
	width: 225px;
	height: 150px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 16px;
	color: rgb(255, 255, 255);
}
.sitemessage {
	position: absolute;
	left: 250px;
	width: 450px;
	height: 150px;
	padding-top: 10px;
	color: rgb(255, 255, 255);
	overflow: hidden /*IE6*/;
}
.header img {
	margin: 0 0 0 0;
}
.header img.right {
	float: right;
	margin: 0 0 0 0;
}
.header img.center {
	clear: both;
	float: none;
	display: block;
	margin: 0 auto;
}
/*Color subcells hovering mode*/
.header-breadcrumbs ul {
	float: left;
	width: 560px;
	list-style: none;
	padding: 0 0 0 15px;
	font-family: verdana,arial,sans-serif;
}
.header-breadcrumbs ul li {
	display: inline;
	padding: 0 0 0 10px;
	background: transparent url("../images/bg_bullet_arrow.gif") no-repeat 0 50%;
	font-weight: bold;
	color: rgb(125,125,125);
	font-size: 100%;
}
.header-breadcrumbs ul a {
	color: rgb(70,122,167);
	text-decoration: none;
}
.header-breadcrumbs ul a:hover {
	color: rgb(42,90,138);
	text-decoration: underline;
}
.header-breadcrumbs .searchform {
	float: right;
	width: 285px;
	padding: 0 17px 0px 0px !important /*Non-IE6*/;
	padding: 0 12px 0px 0px /*IE6*/;
}
.header-breadcrumbs .searchform form fieldset {
	float: right;
	border: none;
}
.header-breadcrumbs .searchform input.field {
	width: 10.0em;
	padding: 0.2em 0 0.2em 0;
	border: 1px solid rgb(200,200,200);
	font-family: verdana,arial,sans-serif;
	font-size: 120%;
}
.header-breadcrumbs .searchform input.button {
	width: 3.0em;
	padding: 1px !important /*Non-IE6*/;
	padding: 0 /*IE6*/;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	font-family: verdana,arial,sans-serif;
	color: rgb(150,150,150);
	font-size: 120%;
}
.header-breadcrumbs .searchform input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
}
.header h1 {
	margin: 0 0 0 0;
	text-align: center;
	font-size: 28px;
}
.header h2 {
	margin: 0 0 0 0;
	text-align: center;
	font-size: 24px;
}
.header h3 {
	margin: 0 0 2px 0;
	text-align: center;
	font-size: 18px;
}
.header h4 {
	margin: 0 0 2px 0;
	text-align: center;
	font-size: 16px;
}
.header h5 {
	margin: 0 0 2px 0;
	text-align: center;
	font-size: 12px;
}
.header h6 {
	margin: 0 0 2px 0;
	text-align: center;
	font-size: 12px;
}
/******************/
/*  MAIN SECTION  */
/******************/
/* MAIN NAVIGATION */
.nav-menu {
	margin: 20px 0 10px 0;
}
.main-navigation h1.first {
	clear: both;
	margin: 0px;
	padding: 4px 20px 3px 20px;
	background-color: rgb(190,190,190); /*background-color:rgb(137,170,214)/*For blue background*/;
	font-family: verdana,arial,helvetica,sans-serif;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 150%;
}
.main-navigation h1 {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 4px 20px 3px 20px;
	background: rgb(190,190,190);
	font-family: verdana,arial,helvetica,sans-serif;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 150%;
}
.main-navigation h2 {
	clear: both;
	margin: 20px 10px 10px 20px;
	font-family: verdana,arial,helvetica,sans-serif;
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 150%;
}
.main-navigation h3 {
	clear: both;
	margin: 10px 10px 5px 20px;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 110%;
}
.main-navigation p {
	clear: both;
	margin: 0 10px 10px 20px;
	color: rgb(80,80,80);
	line-height: 1.3em;
	font-size: 110%;
}
.main-navigation p.center {
	text-align: center;
}
.main-navigation p.right {
	text-align: right;
}
/* MAIN CONTENT */
.column1-unit {
	width: 540px;
	margin-bottom: 10px !important /*Non-IE6*/;
	margin-bottom: 5px /*IE6*/;
}
.column2-unit-left {
	float: left;
	width: 260px;
	margin-bottom: 10px !important /*Non-IE6*/;
	margin-bottom: 5px /*IE6*/;
}
.column2-unit-right {
	float: right;
	width: 260px;
	margin-bottom: 10px !important /*Non-IE6*/;
	margin-bottom: 5px /*IE6*/;
}
.column3-unit-left {
	float: left;
	width: 164px;
	margin-bottom: 10px !important /*Non-IE6*/;
	margin-bottom: 5px /*IE6*/;
	padding: 2px 2px 2px 2px;
	border: 1px #000000 solid;
}
.column3-unit-middle {
	float: left;
	width: 164px;
	margin-bottom: 10px !important /*Non-IE6*/;
	margin-bottom: 5px /*IE6*/;
	margin-left: 15px;
	padding: 2px 2px 2px 2px;
	border: 1px #000000 solid;
}
.column3-unit-right {
	float: right;
	width: 164px;
	margin-bottom: 10px !important /*Non-IE6*/;
	margin-bottom: 5px /*IE6*/;
	padding: 2px 2px 2px 2px;
	border: 1px #000000 solid;
}
.main-content h1.pagetitle {
	margin: 0 0 0.4em 0;
	padding: 0 0 2px 0;
	border-bottom: solid 7px rgb(225,225,225);
	font-family: verdana,arial,helvetica,sans-serif;
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 220%;
}
.main-content h1.block {
	clear: both;
	margin: 1.0em 0 0em 0;
	padding: 2px 0 2px 2px;
	background: rgb(190,190,190);
	font-family: verdana,arial,helvetica,sans-serif;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 220%;
}
.main-content p {
	margin: 0 0 1.0em 0;
	line-height: 1.25em;
	font-size: 100%;
}
.main-content h1 {
	clear: both;
	margin: .25em 0 0.5em 0;
	font-weight: bold;
	font-size: 28px;
	color: #000080;
}
.main-content h2 {
	clear: both;
	margin: .25em 0 0.25em 0;
	font-weight: bold;
	font-size: 24px;
}
.main-content h3 {
	clear: both;
	margin: 0 0 0.25em 0;
	font-weight: bold;
	font-size: 18px;
}
.main-content h1.side {
	clear: none;
}
.main-content h2.side {
	clear: none;
}
.main-content h3.side {
	clear: none;
}
.main-content h4 {
	margin: 0 0 .25em 0;
	font-weight: bold;
	font-size: 14px;
}
.main-content h5 {
	margin: 1.5em 0 1.0em 0;
	font-weight: bold;
	font-size: 12px;
}
.main-content h6 {
	margin: 1.2em 0 0.2em 0;
	font-weight: bold;
	font-size: 12px;
}
.main-content p.center {
	text-align: center;
}
.main-content p.right {
	text-align: right;
}
.main-content p.details {
	clear: both;
	margin: -0.25em 0 1.0em 0;
	line-height: 1.0em;
	font-size: 110%;
}
.main-content blockquote {
	clear: both;
	margin: 0 30px 0.6em 30px;
	font-size: 90%;
}
.main-content p.legal {
	clear: both;
	margin: -0.25em 0 1.0em 0;
	font-size: 80%;
}
.main-content p.caption {
	clear: both;
	margin: 0.5em 0 2.0em 0;
	text-align: center;
	color: rgb(0,0,0);
	font-size: 90%;
	font-weight: bold;
}
.main-content p.highlight {
	clear: both;
	margin: 0.5em 0 2.0em 0;
	padding: .25em 0 .25em 0;
	text-align: center;
	color: rgb(255,255,255);
	background-color: navy;
	font-size: 90%;
	font-weight: bold;
}
.main-content ul {
	margin: 0.5em 15px 2.0em 20px !important /*Non-IE6*/;
	margin: 0.5em 15px 2.0em 25px /*IE6*/;
}
.main-content ul li {
	list-style-type: disc;
}
.main-content ol {
	margin: 0.5em 0 2.0em 20px !important /*Non-IE6*/;
	margin: 0.5em 0 2.0em 25px /*IE6*/;
}
.main-content ol li {
	list-style-position: outside;
	margin: 0 0 0.2em 0;
	line-height: 1.4em;
	font-size: 120%;
}
.contactform {
	width: 418px;
	margin: 2.0em 0 0 0;
	padding: 10px 10px 0 10px;
	border: solid 1px rgb(200,200,200);
	background-color: rgb(240,240,240);
}
.contactform fieldset {
	padding: 20px 0 0 0 !important /*Non-IE6*/;
	padding: 0 /*IE6*/;
	margin: 0 0 20px 0;
	border: solid 1px rgb(220,220,220);
}
.contactform fieldset legend {
	margin: 0 0 0 5px !important /*Non-IE*/;
	margin: 0 0 20px 5px /*IE6*/;
	padding: 0 2px 0 2px;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 130%;
}
.contactform label.left {
	float: left;
	width: 100px;
	margin: 0 0 0 10px;
	padding: 2px;
	font-size: 110%;
}
.contactform select.combo {
	width: 175px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 110%;
}
.contactform input.field {
	width: 275px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 110%;
}
.contactform textarea {
	width: 275px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 110%;
}
.contactform input.button {
	float: right;
	width: 9.0em;
	margin-right: 20px;
	padding: 1px !important /*Non-IE6*/;
	padding: 0 /*IE6*/;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	font-family: verdana,arial,helvetica,sans-serif;
	color: rgb(150,150,150);
	font-size: 110%;
}
.contactform input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
}
/* MAIN SUBCONTENT */
.subcontent-unit-border-white {
	position: relative;
	width: 198px;
	margin: 0 0 2.0em 0;
	border: solid 1px rgb(0,0,0);
	background: rgb(255,255,255);
}
.subcontent-unit-border-grey {
	position: relative;
	width: 198px;
	margin: 0 0 2.5em 0;
	border: solid 1px rgb(190,190,190);
	background: rgb(235,235,235);
}
.subcontent-unit-border-green {
	position: relative;
	width: 198px;
	margin: 0 0 2.5em 0;
	border: solid 1px rgb(160,214,81);
	background-color: rgb(217,239,185);
}
.subcontent-unit-border-blue {
	position: relative;
	width: 198px;
	margin: 0 0 2.5em 0;
	border: solid 1px rgb(137,170,214);
	background-color: rgb(213,225,240);
}
.subcontent-unit-border-orange {
	position: relative;
	width: 198px;
	margin: 0 0 2.5em 0;
	border: solid 1px rgb(232,177,13);
	background-color: rgb(248,224,150);
}
.subcontent-unit-noborder-grey {
	position: relative;
	width: 200px;
	margin: 0 0 2.5em 0;
	padding: 5px 5px 5px 5px;
	background: rgb(235,235,235);
}
.subcontent-unit-noborder-green {
	position: relative;
	width: 200px;
	margin: 0 0 2.5em 0;
	padding: 5px 5px 5px 5px;
	background-color: rgb(217,239,185);
}
.subcontent-unit-noborder-blue {
	position: relative;
	width: 200px;
	margin: 0 0 2.5em 0;
	padding: 5px 5px 5px 5px;
	background-color: rgb(213,225,240);
}
.subcontent-unit-noborder-orange {
	position: relative;
	width: 200px;
	margin: 0 0 2.5em 0;
	padding: 5px 5px 5px 5px;
	background-color: rgb(248,224,150);
}
.main-subcontent h1 {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 225%;
}
.main-subcontent h2 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 150%;
}
.main-subcontent h3 {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 110%;
}
.main-subcontent h3 {
	margin: 0 0 5px 0;
	text-align: center;
}
.main-subcontent h4 {
	margin: 0 0 5px 0;
	text-align: center;
}
.main-subcontent h5 {
	margin: 0 0 5px 0;
	text-align: center;
}
.main-subcontent h6 {
	margin: 0 0 5px 0;
	text-align: center;
}
.main-subcontent h1.grey {
	clear: both;
	margin: 0 0 5px 0;
	padding: 4px 10px 3px 10px;
	background-color: rgb(190,190,190);
	color: rgb(255,255,255);
	text-align: center;
	font-weight: bold;
	font-size: 175%;
}
.main-subcontent h1.green {
	clear: both;
	margin: 0 0 5px 0;
	padding: 4px 10px 3px 10px;
	background-color: rgb(160,214,81);
	color: rgb(255,255,255);
	text-align: center;
	font-weight: bold;
	font-size: 175%;
}
.main-subcontent h1.blue {
	clear: both;
	margin: 0 0 5px 0;
	padding: 4px 10px 3px 10px;
	background-color: rgb(137,170,214);
	color: rgb(255,255,255);
	text-align: center;
	font-weight: bold;
	font-size: 175%;
}
.main-subcontent h1.orange {
	clear: both;
	margin: 0 0 5px 0;
	padding: 4px 10px 3px 10px;
	background-color: rgb(232,177,13);
	color: rgb(255,255,255);
	text-align: center;
	font-weight: bold;
	font-size: 175%;
}
.main-subcontent p {
	clear: both;
	margin: 0 0 1.0em 0;
	color: rgb(0,0,0);
	line-height: 1.3em;
	font-size: 90%;
}
.main-subcontent p.center {
	text-align: center;
}
.main-subcontent p.right {
	text-align: right;
}
.main-subcontent p.legal {
	text-align: center;
	font-size: 80%;
	margin: 0 0 0 0;
}
.main-subcontent p.caption {
	clear: both;
	margin: 0.5em 0 2.0em 0;
	text-align: center;
	color: rgb(0,0,0);
	font-size: 90%;
	font-weight: bold;
}
.main-subcontent p.address {
	margin: 0 0 0 0;
}
.main-subcontent ul {
	margin: 0.5em 0 1.0em 0;
}
.main-subcontent ul li {
	line-height: 1.2em;
	margin: 5px 0 5px 15px;
	font-size: 90%;
}
.main-subcontent ol {
	margin: 0.5em 0 1.0em 0;
}
.main-subcontent ol li {
	line-height: 1.2em;
	margin: 5px 0 5px 25px;
	font-size: 90%;
}
.round-border-topleft {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url("../images/bg_corner_topleft.gif") no-repeat;
	top: -1px;
	left: -1px;
}
.round-border-topright {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url("../images/bg_corner_topright.gif") no-repeat;
	top: -1px;
	right: -1px;
}
.round-border-topleft-blue {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url("../images/bg_corner_topleft_blue.gif") no-repeat;
	top: -1px;
	left: -1px;
}
.round-border-topright-blue {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url("../images/bg_corner_topright_blue.gif") no-repeat;
	top: -1px;
	right: -1px;
}
.round-noborder-topleft {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url("../images/bg_corner_topleft.gif") no-repeat;
	margin-top: 0px;
	margin-left: 0px;
}
.round-noborder-topright {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url("../images/bg_corner_topright.gif") no-repeat;
	margin-top: 0px;
	margin-left: 175px;
}
/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height: 1.3em;
	text-align: center;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 110%;
}
.footer p.credits {
	font-weight: normal;
}
.footer a {
	text-decoration: none;
	color: rgb(255,255,255);
}
.footer a:visited {
	color: rgb(255,255,255);
}
.footer a:hover {
	text-decoration: underline;
	color: rgb(255,255,255);
}
/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.subcontent-unit-border-grey:after, .subcontent-unit-noborder-grey:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
p:after {
	content: ".";
	display: block;
	height: 0; /*clear:both*/;
	visibility: hidden;
}
.footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-element {
	clear: both;
}
.clear-contentunit-column1 {
	clear: both;
	width: 440px;
	height: 0.1em;
	border: none;
	background: rgb(210,210,210);
	color: rgb(210,210,210);
}
.clear-contentunit-column2 {
	clear: both;
	width: 230px;
	height: 0.1em;
	border: none;
	background: rgb(210,210,210);
	color: rgb(210,210,210);
}
.coupons-container {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 20px 0 20px 0;
	border: solid 2px rgb(0,0,0);
	background-color: rgb(255, 255, 255);
	font-size: 1.0em;
}
.coupon-unit-left {
	float: left;
	width: 235px;
	margin: 20px 0px 20px 30px;
	padding: 0 5px 5px 5px;
	border: 2px #000000 dashed;
}
.coupon-unit-right {
	float: right;
	width: 235px;
	margin: 20px 30px 20px 0px;
	padding: 0 5px 5px 5px;
	border: 2px #000000 dashed;
}
.coupons-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.coupons-container h1 {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 225%;
}
.coupons-container h2 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 150%;
}
.coupons-container h3 {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 110%;
}
.coupons-container h3 {
	text-align: center;
}
.coupons-container p {
	clear: both;
	margin: 0 10px 1.0em 10px;
	color: rgb(0,0,0);
	line-height: 1.3em;
	font-size: 110%;
}
.coupons-container p.center {
	text-align: center;
}
.coupons-container p.right {
	text-align: right;
}
.coupons-container p.legal {
	text-align: center;
	font-size: 80%;
}
.coupons-container p.caption {
}
.coupons-container img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.coupons-container ul {
	list-style: none;
	margin: 0.5em 10px 1.0em 10px;
}
.coupons-container ul li {
	padding: 0 0 0 11px;
	background: url('../images/bg_bullet_full_1.gif') no-repeat 0 0.4em;
	line-height: 1.2em;
	font-size: 110%;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 0.2em;
}
.coupons-container ol {
	margin: 0.5em 10px 1.0em 30px !important /*Non-IE6*/;
	margin: 0.5em 10px 1.0em 35px /*IE6*/;
}
.coupons-container ol li {
	list-style-position: outside;
	margin: 0 0 0.4em 0;
	font-size: 110%;
}
/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print
{
body {
	background-color: rgb(255, 255, 255);
}
}
@media print
{
.coupons-container {
	border: 0px;
	background-color: rgb(255, 255, 255);
}
}
@media print
{
.clear-contentunit {
	clear: both;
	width: 440px;
	height: 0.1em;
	border: none;
	background: rgb(210,210,210);
	color: rgb(210,210,210);
}
}
@media print
{
.header-top {
	width: 950px;
	height: 80px;
	background: rgb(240,240,240);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
}
@media print
{
.header-breadcrumbs {
	width: 950px;
	background: transparent;
}
}
@media print
{
.nav2 {
	float: left;
	width: 950px;
	border: none;
	background: rgb(240,240,240);
	color: rgb(75,75,75);
	font-size: 1.0em;
	font-size: 130%;
}
}
/*Color navigation bar normal mode*/
@media print
{
.main {
	clear: both;
	width: 950px;
	padding-bottom: 30px;
	background: transparent;
}
}
@media print
{
.main-navigation {
	display: inline /*Fix IE floating margin bug*/;
	float: left;
	width: 199px;
	border-right: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);
	background-color: rgb(240,240,240);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE*/;
}
}
@media print
{
.footer {
	clear: both;
	width: 950px;
	height: 3.7em;
	padding: 1.1em 0 0;
	background: rgb(240,240,240);
	font-size: 1.0em;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
}
/********************/
/*  COMMON CLASSES  */
/********************/
.main img {
	float: left;
	margin: 3px 10px 7px 0;
	padding: 1px;
}
.main img.left {
	clear: both;
	float: left;
	margin: 3px 10px 7px 0;
	padding: 1px;
}
.main img.center {
	clear: both;
	float: none;
	display: block;
	margin: 0 auto;
	padding: 1px;
}
.main img.right {
	clear: both;
	float: right;
	margin: 3px 0 7px 10px;
	padding: 1px;
}
.main-content h1 a {
	color: rgb(70,122,167);
	font-weight: normal;
	text-decoration: none;
}
