@charset "UTF-8";
/* CSS Document */
body {
	background-color:#FFF;
	background-image: url(../ImagesSite/bgGradient.jpg);
	background-repeat:repeat-x;
	margin:0 20px 20px 20px;
}
a:link, a:hover, a:visited {
	text-align:center;
	font-weight:bold;
	color:#030;
}
/* Styles for text throughout the site.--------------------------------------------------------- */
.textMinute, .cTextMinute, .textTiny, .cTextTiny, .textSmall, .cTextSmall, .textMedium, .cTextMedium, .textLarge, .cTextLarge  {
	font-family:"Comic Sans MS";
	font-weight:normal;
	color:#030;
}
.cTextMinute, .cTextTiny, .cTextSmall, .cTextMedium, .cTextLarge {
	text-align:center;
}
.textMinute, .cTextMinute {
	font-size:10px;
}
.textTiny, .cTextTiny {
	font-size:12px;
}
.textSmall, .cTextSmall {
	font-size:14px;
}
.textMedium, .cTextMedium {
	font-size:18px;
}
.textLarge, .cTextLarge {
	font-size:24px;
}
.bgcolorLight {
	background-color:#dfd;
}
.bgcolorVeryLight {
	background-color:#efe;
}
/* Styles for Members' pages ------------------------------------------------------------------------- */
.topBar {
	height:84px;
	margin:0;
	padding:0;
	border:0;
	background-repeat:no-repeat;
}
div#topMember .topBar {
	background-image:url("../ImagesSite/Top.png");
}
div#topExec .topBar {
	background-image:url("../ImagesSite/eTop.png");
}

.bottomBar {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0;
}
div#botMember .bottomBar {
	background-color:#006633;
}
div#botExec .bottomBar {
	background-color:#C00;
}
.bottomBar a:link, .bottomBar a:visited {
	color:#FFF;
}

/* Styles for Photo Albums ------------------------------------------------------------------------- */
.albumTitle {
	display:inline;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FF0000;
	margin:0 3px 0 3px;
}
/* Styles for Printable Pages ------------------------------------------------------------------------- */
.IPOTTTitle {
	font-family:"Times New Roman", Times, serif;
	font-size:72px;
	font-weight:bold;
	text-align:center;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	padding:10px 0 10px 0;
}
