/* CSS Document */
/*
Classic Template
http://www.templatemo.com/preview/templatemo_027_classic
*/
html {
	margin: auto
}
body{
	margin: 0;
	padding:0;
	font-family: Toronto, "Times New Roman", serif;
	line-height: 2;
	font-size: medium;
	text-align: left;
	color: #000000;
	background-image: url(https://wmpub.ca/images/z-cubed.gif);
	background-repeat: repeat;
}
a:link, a:visited { color: #720803; text-decoration: none; font-weight: bold; }
a:active { color: #720803; text-decoration: none; font-weight: bold; }
a:hover { color: #720803; text-decoration: none; font-weight: bold; background: #FFFEF2; }

h1 {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	color: #004284;
	line-height: 1.25em;
}
/* Blue and centered */
h2 {
	font-family: "Gentium Basic", Toronto, serif;
	font-weight: 600;
	font-size: 14px;
	color: #004284;
	text-align: center;
}
/* Black and centered */
h3 {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}
/* Blue and to the left side */
h4 {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 14px;
	font-weight: 600;
	color: #000280;
	text-align: left;
}
/* Black and centered for book spec's */
h5 {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 10px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}
/* Large Brown and centered for alpha selections */
.lrgltr {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 30px;
	font-weight: bold;
	color: #004284;
	text-align: center;
}
.lrgltr a:link, a:visited { color: #720803; text-decoration: none; font-weight: bold; }
.lrgltr a:active { color: #720803; text-decoration: none; font-weight: bold; }
.lrgltr a:hover { color: #720803; text-decoration: none; font-weight: bold; background: #FFFEF2; }

.textr{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color:white;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 16px;
}
.textr a {
	font-family: Verdana, Arial, sans-serif;
	color: white;
}
.textr a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #720803;
	background: #EFEFEF;
}
.textr a:visited {
	font-family: Verdana, Arial, sans-serif;
	color: white;
}
/* black and centered for book specifications */
.specs {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}
#container {
	margin: auto;
	margin-top: 5px;
	width: 800px;
	border: solid 5px #C6CECE;
	background: #FFFFFF;
}
#left_title {
	padding-left: 17px;
}
#menu_column {
	float: left;
	width: 228px;
	border-right: solid 1px #C6CECE;
	background: url(https://wmpub.ca/images/left_title.jpg) no-repeat;
}
#menu p {
	float: left;
	width: 200px;
	padding-top: 10px;
	text-align: left;
	padding-right: 12px;
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	line-height: 1.5em;
}
.menu_list {
	margin-top: 1px;
	padding-left: 12px;
}
.menu_list ul {
	list-style-type: none;
}
.menu_list li a {
	display: block;
	padding-top: 4px;
	color: 004284;
}
.menu_list li a:hover, .menu_list li .current {
	color: #FF0000;
	background: #FAFCCB;
}
#news {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-left: 12px;
	text-align: left;
	padding-right: 12px;
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	line-height: 1.5em;
}
.news hover{
	background: #FFFF80;
}
#news span {
	background: #004284;
	width: 100%;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;
}
#contact {
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 10px;
	width: 180px;
	background: #720803;
	color: #FFFFFF;
	height: 90px;
}
#contact span {
	font-size: 14px;
	font-weight: bold;
}
/*            START of right hand side     */
#right_column {
	vertical-align: top;
	width: 570px;
	float: right;
}
#right_header {
	height: 120px;
	width: auto;
	padding-top: 15px;
	padding-top: 15px;
	padding-left: 20px;
	vertical-align: top;
	color: #FFFFFF;
	background: #004284;
}

#content {
	background: white;
}
#content p {
	margin-top: 5px;
	text-align: justify;
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}
#content a:hover {
	background: #F5FAC0;
}
hr {
    	display: block;
    	height: 1px;
    	border: 0px;
    	border-top: 1px solid #004284;
	width: 80%;
}
/*--- The right hand box is to feature special announcements -floats right with a darkblue border ---*/
#box {
	background: #EFEFEF;
	float: right;
	width: 180px;
	padding: 2px;
	border: 2px #004284 solid;
}
#box p {
	text-align: center;
	font-family: Toronto, "Times New Roman", serif;
	font-size: 12px;
	line-height: 1em;
}
#footer {
	clear: both;
	width: 100%;
	height: 125px;
	padding-top: 10px;
	text-align: center;
	font-size: small;
	background: #dedede;
	font-weight: bold;
}
/*---  Used to float image left with NO border ---*/
.imageleft {
	float: left;
	padding: 2px;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}
/*---  Used to float image right with NO border ---*/
.imageright {
	float: right;
	padding: 2px;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
	border: medium #004284 groove;
	padding-top: 2px;
	background: #FCFAEB;
}

/* Text styles  */
.title {
	font-family: Toronto, "Times New Roman", serif;
	font-weight: 700;
	font-size: 28px;
	color: #FFFFFF;
	background: #004284;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 15px;
}
.titlec {
	font-family: Toronto, "Times New Roman", serif;
	font-weight: 700;
	font-size: xx-large;
	color: #FFFFFF;
	background: #004284;
	text-align: center;
	padding: 3px;
}
.hdr {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	color: #004284;
	margin-left: 8px;
}
.hdr2 {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: large;
	text-align: left;
	font-weight: 600;
	color: #004284;
	margin-left: 8px;
}
/*---  Text bold and centered ---*/
.textbc {
	font-family: Toronto, Times New Roman, serif;
	font-size: medium;
	color: #000000;
	font-weight: 600;
	text-align: center;
}
.textbc a:hover{
	font-family: Toronto, Times New Roman, serif;
	font-size: medium;
	color: #000000;
	font-weight: 600;
	text-align: center;
	background: #F5FAC0;
}
/*---  Text RED bold and centered ---*/
.textrbc {
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	color: #FF0000;
	font-weight: 600;
	text-align: center;
}
/* Indented text */
.toc1 {
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	text-indent: 25px;
	text-align: left;
}
.toc1 a:hover {
	background: #F5FAC0;
}
.toc2 {
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	text-indent: 40px;
	text-align: left;
}
.toc3 {
	font-family: Toronto, "Times New Roman", serif;
	font-size: medium;
	text-indent: 60px;
	text-align: left;
}
.textsm {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: small;
	text-align: left;
	font-weight: 500;
	color: #0000A0;
}
.quest {
	font-family: Toronto, "Times New Roman", serif;
	font-size: 11px;
	text-align: left;
	font-style: italic;
	font-weight: 500;
	color: #800000;
}
.quote {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 11px;
	text-align: justify;
	color: #000000;
	line-height: 1.0em;
	margin-right: 50px;
	margin-left: 50px;
}
.quoteref {
	font-family: "Gentium Basic", Toronto, serif;
	font-size: 10px;
	text-align: right;
	color: #804040;
	line-height: 1.0em;
	font-style: italic;
	margin-right: 50px;
	margin-left: 50px;
}