/* ------------------------------------------------------------------- */
/* abqcfr stylesheet */
/* created by Tom Flis */
/* revision date: 15-September-2008 */
/* The photo of the Albuquerque skyline used as the background image   */
/* for the header was kindly provided by Sean for use on our website.  */
/* See www.flickr.com/photos/fotografia79/2162616533/                      */
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- */
/* elements */
/* ------------------------------------------------------------------- */
html {
	width: 976px;
}
body { 
	margin: 4px;
	color: #000080;
	background: #f1eeda url(../images/skyline.jpg) 0 0 no-repeat;
	}
table {
	width: 100%;
	margin: 0;
	}
table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
h1 {
	font: bold 150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000080;
	padding-bottom: 1px;
	}
h2 {
	font: bold 125% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
h3, h4 {
	text-align: center;
	}
/* ------------------------------------------------------------------- */
/* global links */
/* ------------------------------------------------------------------- */

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #b2003b;
	background: transparent;
	}
a:visited {
	color: #b2003b;
	background: transparent;
	}
a:hover {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #20399e;
	color: #20399e;
	background: transparent;
	}
a:active {
	color: #20399e;
	background: transparent;
	}

/* ------------------------------------------------------------------- */
/* header row ID's */
/* ------------------------------------------------------------------- */

td#header-contents {
	vertical-align: middle;
	color: #000080;
	font: bold 170% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	height: 144px;
	padding: 0.5em;
	}

td#logo {
	color: #000080;
	background: transparent;
	}
	
/* ------------------------------------------------------------------- */
/* navbar row ID's */
/* ------------------------------------------------------------------- */

#navbar td {
	vertical-align: middle;
	padding: 0.1em 0.3em 0;
	}
tr td#left-navbar {
	color: #ffc;
	background: #006680;
	}
tr td#navbar-contents {
	color: #ffc;
	background: #006680;
	font: bold 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	}
tr td#right-navbar {
	color: #ffc;
	background: #006680;
	}

/* ------------------------------------------------------------------- */
/* navbar row links */
/* ------------------------------------------------------------------- */

tr td#navbar-contents a:link {
	color: #f1eeda;
	background: #006680;
	}
tr td#navbar-contents a:visited {
	font-weight: normal;
	color: #cff; /* Light turquoise */
	background: #006680;
	}
tr td#navbar-contents a:hover {
	color: #20399e;
	background: #f1eeda;
	}

/* ------------------------------------------------------------------- */
/* leftside links */
/* ------------------------------------------------------------------- */
#border {
	border-bottom: 2px solid #5f9f9f;
	}	
td#leftside a {background-color: #f1eeda; 
	color: #000080; 
	display: block; 
	text-decoration: none; 
	margin: 0; 
	padding: 2px 15px 1px 15px; 
	font: bold 80% Arial, Helvetica, sans-serif;
	border-right: 1px solid #006680;
	border-left: 1px solid #006680; 
	border-right-width: 1px; 
	}
td#leftside h4 {background-color: transparent; 
	color: #000080; 
	margin: 0; 
	padding: 1em 0;
	border-bottom: 2px solid #5f9f9f; 
	font: bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
td#leftside div#focus {background-color: #eefffa; 
	color: black; 
	border: 1px solid #006680; 
	}
td#leftside a:hover {background-color: #ffed97;
	border-right: 4px solid; 
	}

/* ------------------------------------------------------------------- */
/* left-footer links */
/* ------------------------------------------------------------------- */

td#left-footer a:link {
	color: #000080;
	background: transparent;
	}
td#left-footer a:visited {
	color: #006680; /* teal */
	background: transparent;
	}
td#left-footer a:hover {
	color: rgb(12,49,130);
	background: transparent;
	}

/* ------------------------------------------------------------------- */
/* main row ID's */
/* ------------------------------------------------------------------- */

#year_mtg {
	font: bold 105% Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000080;
	text-align: center;		
	padding-bottom: 0px;
}

#topic h2 {
	font: bold 180% "Times New Roman", Times, serif;
	text-align: center;	
	padding-bottom: 0px;
}

#author, #title {
	font: bold 105% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;	
	padding-bottom: 0px;
}

td#leftside {
	width: 130px;
	color: #000080;
	background: #f1eeda;
	}
td#leftside td {
	font-size: 85%;
	padding: 0 0 1px 0.33em;
	}
td#leftside table {
	margin-top: 3px;
	}
td#contents {
	padding: 17px 42px;
	}
td#contents p {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
td#rightside {
	width: 100px;
	}

/* ------------------------------------------------------------------- */
/* footer row ID's */
/* ------------------------------------------------------------------- */

tr#footer td {
	vertical-align: middle;
	font-size: 66%;
	border-top: 3px solid #006680;
	}
td#left-footer {
	text-align: center;
	padding: 0.2em;
	color: #236b8e;
	background: #f1eeda;
	}
td#footer-contents {
	text-align: right;
	font-style: italic;
	color: #236b8e;
	background: #f1eeda;
	}
	
/* ------------------------------------------------------------------- */
/* classes */
/* ------------------------------------------------------------------- */
.border {
	border-bottom:2px solid #5f9f9f;
	/*
	margin-top: 10px;
	margin-right: 10px;
	*/
	}
.book {
	font-style: italic;
}
.center {
	text-align: center;
}	
/* ------------------------------------------------------------------- */
/* fonts */
/* ------------------------------------------------------------------- */

#agenda {
	text-align: center;
}

/* ------------------------------------------------------------------- */
/* menus */
/* ------------------------------------------------------------------- */

.dots {color: #f00; margin: 0em 0em 0em 0em; padding: 0em 0em 0em 0em; border-bottom: 1px dotted #000080;
}
