﻿.menu { margin: 0px; padding: 0px; list-style: none }

div { text-align: center; margin-left: 0; margin-right: 0 }
#nav { float: left; width: 155px }
#hdr { margin-bottom: 6px }
#ads { float: right; width: 155px }
#txt { margin-left: 165px; margin-right: 165px; border: solid 2px #666666; background: #ffffcc; padding-left: 35px; padding-right: 35px; padding-top: 10px; padding-bottom: 10px }
#ftr { clear: both }

.menu li { margin-bottom: 3px; } /* this puts some space in between the buttons */

.menu a:link, .menu a:visited {
    display: block; /* this code allows a width or height to be set */
    width: 150px;
    color: #000000; /* this defines the color of the link text */
    border: solid 1px #666666; /* this defines the color and width of the border */
    background: #ffffcc; /* this defines the background color */
    text-align: center; /* this defines the text alignment */
    padding: 1px; /* this puts some space between the text and border */
    text-decoration: none; /* this removes the underline */
    font: 9pt Verdana, Arial, Helvetica, sans-serif; /* this defines the font */
}
.menu a:hover { color: #FF0000; font-weight: bold}
body#a0 a#nav0,
body#a1 a#nav1,
body#a2 a#nav2,
body#a3 a#nav3,
body#a4 a#nav4,
body#a5 a#nav5,
body#a6 a#nav6,
body#a7 a#nav7,
body#a8 a#nav8,
body#a9 a#nav9,
body#a10 a#nav10,
body#a11 a#nav11,
body#a12 a#nav12,
body#a13 a#nav13,
body#a14 a#nav14,
body#a15 a#nav15,
body#a16 a#nav16,
body#a17 a#nav17,
body#a18 a#nav18 {background: #ffff00}
a:link, a:active, a:visited {color: #0000FF; font-weight: bold}
a:hover {color: #FF0000}
body {font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255); color: #000000}
table {font-size: 10pt; border-color: rgb(145, 145, 145)}
img {border: 0; max-width: 100%; height: auto; width: auto\9; /* ie8 */}
p {font-size: 10pt; text-align:left}
th {border-color: rgb(145, 145, 145)}
td {border-color: rgb(145, 145, 145); text-align:left}
h1 {font-weight: bold; font-size: 16pt;	font-style: normal;	text-align: center; color: #0000FF}
h2 {font-weight: bold; text-align: center; font-size: 14pt}
h3 {font-weight: bold; font-size: 12pt; text-align: center;}
li {text-align: left}
.ftrtxt {text-align: center; font-size: 8pt; margin-top:6pt; margin-bottom:0}
.sidehd {font-weight: bold; font-size: 10pt; text-align: center; color: #FF0000; margin-top:6pt; margin-bottom:3pt}
.linkhd {font-weight: bold; font-size: 12pt; text-align: center}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}
/* 2 Column (double page) settings */
.doublepage {
	background:#fff;	/* right column background colour - was #eee */
}
.doublepage .colleft {
	right:50%;			/* right column width */
	background:#fff;	/* left column background colour */
}
.doublepage .col1 {
	width:48%;			/* 46 left column content width (column width minus left and right padding) */
	left:51%;			/* 52 right column width plus left column left padding */
}
.doublepage .col2 {
	width:48%;			/* 46 right column content width (column width minus left and right padding) */
	left:53%;			/* 56 (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Full page settings */
.fullpage {
	background:#fff;		/* page background colour */
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}
.box, .facebook {
	text-align: left;
	background:#fff;		/* page background colour */
    border: solid 1px #666666; /* this defines the color and width of the border */
    padding: 6px; /* this puts some space between the text and border */
}
@media screen and (min-width: 1280px) {
body{width: 1245px; margin-left: auto; margin-right: auto}
}
@media screen and (min-width: 800px) {
.facebook {float: right; margin-left: 12px}
h1 {height:80px; display:table-cell; vertical-align:middle; text-align:center;}
}
@media print {
#hdr, #nav, #ads, #ftr, .submenu {display: none}
#txt { margin: 0; border: 0; padding: 0; width: 100%; float: none }
p, table {font-size: 9pt}
}
@media screen and (max-width: 1023px) {
h1 {font-size: 14pt}
}
@media screen and (max-width: 799px) {
#ads {float: left; clear: both}
#txt {margin-left: 158px; margin-right: 0}
h1 {font-size: 14pt}
h2 {font-size: 12pt}
h3, .linkhd {font-size: 10pt}
ul {margin-left: -25px}
}
@media screen and (max-width: 639px) {
p, table, .box {font-size: 9pt}
#txt {padding-left: 10px; padding-right: 10px}
}

