﻿html {
  margin: 0;
  padding: 0;
  border: 0;
}
body	{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #dddddd; 
  text-align:center;
  font-family: Palatino Linotype, Times New Roman;
}

#Main {
	background-position: 50% 50%;
	width: 90%;
	max-width: 1000px;
	border: solid #000099 1px;
	margin: 1em auto;
	padding: 1em;
	background: url('images/beargrey.jpg') repeat 50% 50%;
}
#MainForm	
{
  width : 90%;
  max-width: 1000px;
  border: solid #000099 1px; /* remove if you don't want a border */
  margin: 2em ;
  padding: 1em;
  background-color: white; 
}
hr{
	color:blue;
	width:50%;
	text-align:center;
}
div.centered
{
    font-family: Tahoma, Arial, Sans-Serif ;
    font-size:smaller;
}

div#footer
{
	clear:both;
    font-family: Tahoma, Arial, Sans-Serif ;
    font-size:smaller;
}

div#headerDetail
{
    font-family: Tahoma, Arial, Sans-Serif ;
    font-size:small;
}

div#header
{
    font-family: Tahoma, Arial, Sans-Serif ;
    font-size:smaller;
    color:white;
    /*background-color:blue;*/
    padding: 0;
    margin: 0px;
    text-align: center;
    /*border-bottom : 1px solid #0000cc;*/
    /*padding-bottom: 1em;*/
}

div#banner {
    width: 100%;
    text-align:center;
    background-color:#FFFFFF;
    margin-bottom: 3px;
    padding-bottom:3px;
    border: 1px solid #0000cc;
}
div#nav {
    width: 25%;
    margin-top: 1px;
    float: left;
}
div#topmenu {
    width: 100%;
    text-align:center;
    background-color: blue;
    margin-bottom: 3px;
    padding-bottom:3px;
    border: 1px solid #0000cc;
}
#topmenu a:link { 
	color: white;
	}
#topmenu a:visited { 
	color: silver;
	}
#topmenu a:hover { 
	color:yellow;
	background-color:  purple ;
	text-decoration: none;
	}
#topmenu a:active { 
	color: silver;
	}
		
div.col1 {
	float:left;
	width:15%;
}
div.col2 {
	float:left;
	width:70%
}
div.col3 {
	float:right;
	width:15%;
}
img.crestSmall {
	width: 100%;
	height:auto;
	margin-top:1em;
	margin-bottom:1em;
}
img.crestBig    {
   display:block; /*images must be set to block in order use auto margins*/
   margin:2em auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/

   }
img.center {
	display:block;
	width: 70%;
	margin:3em 15% 3em 15%;
	}
img.bullet {
	width:30px;
	height:auto;
	margin-top:6px;
	float:left;
}
img.shop {
   display:block; /*images must be set to block in order use auto margins*/
   margin:2em auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
   width:100%	
}
div.MainBody {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	float: right;
}

div#footer {
    margin: 0px;
    text-align: center;
    border-top: 1px solid #0000cc;
    padding-top: 5px;
}
div.centered
{
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	color: #800040;	
}
div.booktext
{
    font-family: Tahoma, Arial, Sans-Serif ;
    font-size:smaller;
}
div.PicAreaRight 
{
	float: right;
	font-family: Tahoma, Arial, Sans-Serif ;
	font-size: small;
	text-align:center;
	padding: 3px;
	margin: 3px;
	width: 380px;
	height: auto;
}
div.PicAreaLeft
{
	float: left;
	font-family: Tahoma, Arial, Sans-Serif ;
	font-size: small;
	text-align:center;
	padding: 3px;
	margin: 3px;
	width: 380px;
	height: auto;
}

table
{
	padding: 0;
}
.ThinBorder
{
	border: solid 1px black;
	height: 33px;
	text-align: right;
}
.CellText
{
	font-family: Times New Roman;
	text-align:left;
}
.CellCenter
{
	text-align:center;
}
h2
{
	color: #444499;
	text-align:center;
	margin-bottom:10px;
}
h1
{
	text-align:center;
	color: #444499;
}
h3
{
	margin-bottom: 4px;
	margin-top: 4px;
	color: #444499;	
}
p
{
	left:10px;
}
p.center
{
	text-align:center;	
}
p.left{
float:left;
}
p.subhead {
	color: teal;
	font-style: italic;
	text-align: center;
}
ul.books
{
    list-style-type : square;
}
.right
{
	text-align:right;
}

/*------------------  Markup for pop-ups on Meetings.aspx  --------------------*/

.thumb {
	height:100px;
}
/*.large{
	border:.5px black solid;
}*/
a img{
	border:1px;
	}

.pic a .large {
	visibility:hidden;
	display:inline-block ;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
	height: 1px;
}

.pic {
	position: relative;
	}

.pic a.p1:hover .large {
	visibility:visible ;
	display: block;
	height:auto;
	width:auto;
	position: absolute;
	top: -60px;
	z-index:50;
}

.picR a .large {
	visibility:hidden;
	display:inline-block ;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
	height: 1px;
}

.picR {
	position: relative;
	}

.picR a.p1:hover .large {
	visibility:visible ;
	display: block;
	height:auto;
	width:auto;
	position: absolute;
	left: -150px;
	top: -60px;
	z-index:50;
}

/*--------------------------  For Printing  -----------------------------------*/
@media print 
{
	.hideprint 
	{
		display: none;
	}
	#MainForm	
	{
	  width : 95%;
	  margin: 2em auto; 
	  padding: 1em;
	}
}
