body {
	font-family: Verdana, Helvetica, san-serif;
	background-color: white;
}

div.page {
	background-color: white;
	padding: 5px;
	border: 1px solid #c1c3be;
	width: 700px;
}

div.section {
	width: 700px;
}

img {
	display: none;
}

.header {
	width: 700px;
	height: 123px;
	background-image: url('photos/logo-print.jpg');
}

.menu {
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 0 5px 0;
}

.menu table {
	width: 100%;
}

.menu td {
	background-color: white;
	padding: 7px;
	text-align: center;
	width: 25%;
}

.menu a {
	color: gray;
	text-decoration: none;
}

.menu a:hover {
	color: #79af01;
}

.sidebar {
	width: 180px;
	padding: 10px;
	background-color: white;
}

.sidebar .quote {
	padding: 30px 10px;
	font-size: 18px;
	color: gray;
	font-weight: bold;
	font-family: Arial;
}

.sidebar .quote b {
	font-size: 25px;
	line-height: 18px;
}

.content table {
	/*height: 350px;*/
}

.content td {
    color: #111177;
    font-family: verdana;
    font-size: 10pt;
}

.content img {
	margin: 3px;
	border: 1px solid #c1c3be;
}

.content a {
	color: #222288;
}

td.main {
	padding: 10px;
	vertical-align: top;
	padding-bottom: 20px;
}

h3 { 
	color: #333399; 
	margin: 5px 5px 0px 5px; 
	padding-top: 10px;
}

hr {
   	border: none 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #efefef;
	height: 2px;
	margin: 2px auto 5px 0;
	text-align: left;
}

div.bottom {
	background-color: white;
	margin-top: 5px;
}

.bottom table {
	width: 100%;
	padding: 10px;
}

.bottom td {
	font-size: 10px;
	color: gray;
}

.bottom .copy {
	text-align: left;
}

.bottom .lang {
	text-align: right;
}

.bottom a {
	color: gray;
}
