/* agsm */
 /* 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; 230, 171, 20
logo lettering purple, #180373; 24, 3, 115
logo star yellow, #ece30a
left col backgrnd gold, #F9B713; 249, 183, 19
right col backgrnd tan, #FBE6B8; 251, 230, 184
link colors (all) same as logo lettering purple
link hover overlay color #E3DDFB
Can't leave a space after numeric margin, padding, etc and units EG 10px is OK, 10 px is not.
*/

/* h2 h3 h6 are unused */
h1 {
	font: normal bold 24pt "Times New Roman", Times, serif;
	color: #180373; /* same as logo lettering */
	text-align: center;
}
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; /* Force Hor line to extend entire width */
}
/* 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 is added to the width of the table column width */
	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;
}
#footer {
	/* no attributes. Just need to allow print suppression of footer in print css */
}
/*  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;
}
/* Haven't been able to move bullets to the left to reduce space
using padding or margin. Neg padding doesn't work. Neg margin
moves whole table to left. */
#DeptChaptSize {
	font-size: .8em; 
}
.HolidayCard2009Text {
	margin-left: 270px;
	margin-top: 350px;
	margin-right: 10px;
}
.dept { /* set spacing between first level list items and previous item in All Depts & Chapts page */
	margin-top: 30px;
}
/* Punch up the font and perhaps the colors for hover etc */
.sidemenu a:link {
	color: #180373;
	text-decoration : underline;
	/* font-family : Arial, Helvetica, sans-serif; */
	font-weight : bold;
}
.sidemenu a:visited {
	color: #180373;
	text-decoration : underline;
	/* font-family : Arial, Helvetica, sans-serif; */
	font-weight : bold;
}
.sidemenu a:active{
	color: #180373;
	text-decoration : underline;
	/* font-family : Arial, Helvetica, sans-serif; */
	font-weight : bold;
}
.sidemenu a:hover {
	/* Maintain existing color (link, visited or active) and highlight
	with gold highlight color */
	background-color: #E3DDFB;
}