/*The Masonic Council of District No 2, Ancient Free and Accepted Masons, Regina, Saskatchewan, Canada*/
/* webmaster - tom@pixelaxe.ca */
/* style sheet for screen pages */

.gl_name {
	color: #003366;
	font-weight: bold;
}

a:link {
	color: #003333;
	text-decoration: none;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-decoration: none;
}

a {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000099;
	background-color: #D9ECE7;
	text-decoration: none;
}
a:active {
	color:#0033FF;
	text-decoration: none;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #000066;
	border-bottom:1px solid #564b47;
	padding:5px 15px
}

h2 {
	font-size:18px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0;
	color: #000066;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 98%;
	margin-bottom: 1px;
	margin: 0 auto;
}
.credit {
	font-style: italic;
	font-size: 10px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

/* ----------banner for logo-------------- */
#banner {
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
}
#banner img {
	padding:3px 0px;
	background-color: #FFFFFF;
} 

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 2px;
	margin: 0 190px;
	border-left: 1px solid #6096bf;
	border-right: 1px solid #6096bf;
}
div#content {
	min-height:500px;



height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}
.quote {
	font-size: 10
}


/* --------------left navi------------- */
#left {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}
#right {
	float: right;
	width: 170px;
	margin: 0;
	padding: 0;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 2;
	text-align: right;
	background-color: #ECF7FF;
	border-top: 1px solid #6096bf;
}
.web_comments {
	color: #CC0000;
	font-variant: small-caps;
	font-weight: bold;
}

