/* gsmm */
 /* The style "font" alone gives an error in the FF javascript console if used
for font-weight & maybe font-family. Use font-weight, font-family, etc instead */
/*Set table dimensions in Frontpage. Other attributes here.
logo bkgrnd gold, #e6ab14
logo lettering purple, #180373
logo star yellow, #ece30a
left col backgrnd gold, #F9B713
right col backgrnd tan, #FBE6B8
link colors (all) same as logo lettering purple
link hover overlay color #E3DDFB
*/

/* h1 h2 h3 h5 h6 are unused */
h1 {
	font: normal bold 24pt "MS Serif", "New York", serif;
	color: #180373; /* same as logo lettering */
}
h4 {
	font: normal bold 16pt Arial, Helvetica, sans-serif;
	color: #180373; /* same as logo lettering */
}
h5 {
	font: normal bold 12pt Arial, Helvetica, sans-serif;
	color: #180373; /* same as logo lettering */
}
hr {
	color: #180373; /* same as logo lettering */
	clear: both;
}
/* Links use same font family as their page
all the same color with hover color overlay */
a:link {
	color: #180373;
	text-decoration : underline;
	/* font-family : Arial, Helvetica, sans-serif; */
	font-weight : bold;
}
a:visited {
	color: #180373;
	text-decoration : underline;
	/* font-family : Arial, Helvetica, sans-serif; */
	font-weight : bold;
}
a:active{
	color: #180373;
	text-decoration : underline;
	/* font-family : Arial, Helvetica, sans-serif; */
	font-weight : bold;
}
a:hover {
	/* Maintain existing color (link, visited or active) and highlight
	with gold highlight color */
	background-color: #E3DDFB;
}
.body {
	background-color: #FBE6B8; /* Same as right col bkgrnd */
}

.leftcol {
	padding-top: 5px;
	padding-left: 10px; /* use padding not margin in table cells */
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #F9B713;
	font: normal 14px "Times New Roman", Times, serif;

}
.rightcol {
	padding-top: 5px;
	padding-left: 10px; /* use padding not margin in table cells */
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #FBE6B8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; /* changes from thin to thicker letters from 17px to 18px */
}
.agsmlogo {
	background-color: #e6ab14; /* gold */
}
.picturebar {
	background-color: #5251A2; /* blue */
}
.hornavbar {
	background-color: #180373; /* purple */
}
.photos {
	border: 4px solid white;
	margin: 5px; /* padding is inserted between image and border,
	margin is inserted outside the border. */
}
.photocaption {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-bottom: 5px;
	color: #180373;
	line-height: 5px; /* Sets spacing from bottom of photo border
	and top of caption letters. Assumes a <br> after photo & before
	caption. */
}
li {
	margin-bottom: 10px;
}
/*  These aren't used. Delete eventually 8/4/07
.footer {
	/* background-color: #FBE6B8; /* same as right col bkgrnd 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.vert_centered {
	vertical-align: middle;
}
#BotBorderOverride {
	border-bottom: 0px none;
} */
.bod_name_office { /* Board of Directors */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.bod_rest { /* Board of Directors */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* Specific overrides for Smooth Gallery values in jd.gallery.css */
#myGallery
/* default alignment is left. If entire image is centered using html centering outside
of the css the info panel text is also centered. This spec forces the info panel to
be left aligned even if the image is centered.
Also set image panel size here to override the settings in jd.gallery.css*/
{
	text-align: left;
	width: 640px;  /* Picture width + space between picture edge and arrow */
	height: 425px; /* Max that won't produce scroll bar at bottom of IE6 & FF. */
	background: top;
}
.jdGallery .slideInfoZone
/* 70px gives a header & 3 lines of text. 87px gives header & 4 lines of text. Making the image space wider (width in
#myGallery) will make the info pane wider also and allow more text to be displayed.
*/
{
	height: 87px;  /* New height for info pane */
	width: 100%; /* controls width of info pane; text and grey background */
	background: Black;
}
.jdGallery .slideInfoZone p
{
	font-size: 80%; /* Increase font size so it's more readable at 1024 x 768 */
	color: White; /* Info pane paragraph text color */
}
.jdGallery a.left
{
	top: 0; /* Vert position of left arrow. Positive moves arrow down. */
}
.jdGallery a.right
{
	top: 0; /* Vert position of right arrow. Positive moves arrow down. */
}