@charset "utf-8";
html { height: 100%; margin-bottom: 1px; }
body  {
	background-color: #00133C;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.thrColEls #container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 50em;
	background-color: #a6b2c4;
} 
.thrColEls #mainContent {
	text-align: justify;
	background-color: #FFF;
	font-size: 12px;
	padding: 10px 15px 10px 15px;
	line-height: 1.5;
} 
.whitetext {
	font-size: 10px;
	color: #BEC0CF;
	margin-top: 5px;
}
.textbox {
	border: 1px solid #000;
}

/* MENU */

.menu {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 10px;
	padding: 3px 2px 3px 2px;
	text-align: center;
	background-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	text-decoration: none;
}
.menu:hover{
	background-color:#7F7F7F;
	color:#000;
}
.menucurrent {
	border: 1px solid #000;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 10px;
	padding: 3px 2px 3px 2px;
	text-align: center;
	background-color: #7F7F7F;
}
.menu a{
	text-decoration: none;
	color: inherit;
}

/* SIDEBAR */

.thrColEls #sidebar {
	font-size: 12px;
	padding: 0px 15px 10px 15px;
}
.thrColEls #container #sidebar h2 {
	color: #000;
}
.thrColEls #container #sidebar {
	color: #000;
}

/* ANNOUNCEMENT */

.thrColEls #announcements {
	background-color: #FFF;
	padding: 5px 15px 10px 15px;
}

.Announcement {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
}
.thrColEls #announceContent {
	background-color: #FFF;
	font-size: 12px;
	padding: 10px 15px 10px 15px;
	text-align: justify;
	color: #000;
	line-height: 1.5;
}
.Announcement a {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}


/* MISC */

.fltrt { 
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.fltlft { 
	float: left;
	margin: 0 20px 0 10px;
	margin-right: 15px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.EventName {
	font-weight: bold;
}
.MeetingTopic {
	font-size: 18px;
	font-weight: bold;
}
.MonthlyAttendance {
	color: #666;
}
.WebinarAttendance {
	color: #F00;
}
