@charset "utf-8";
body  {
	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: #000066;
	background-color: #003;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	z-index: 0;
} 
#HdrImg {
	position:absolute;
	width:782px;
	height:71px;
	z-index:7;
	left: 20px;
	top: 5px;
	text-align: left;
}

.twoColFixLtHdr #header {
	margin-top: 5px;
	margin-bottom: 1px;
	height: 110px;
	background-image: url(../_images/HdrGradient.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	z-index: 1;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #navbar {
	position: absolute;
	z-index: 9;
	left: 209px;
	top: 80px;
	width: 543px;
	height: 27px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: right;
}

#navbar ul li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

#navbar ul li a, #navbar ul li a:link, #navbar ul li a:visited {
	color: white;
	text-decoration: none;
}

#navbar ul li a:active, #navbar ul li a:hover, #navbar ul li a:focus{
	color: #000066;
	background: #FFCC00;
	text-decoration: none;
}


#contentTopper {
	background-image: url(../_images/contentTopper.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #282828;
}
#contentWrapper {
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(../_images/sidebarGradient1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 10px;
	text-align: center;
	padding: 10px;
	display: inline;
}
#sidebar1 a:link img, #sidebar1 a:visited img{
	border: thin solid #000066;
}
#sidebar1 a:hover  img, #sidebar1 a:active img ,#sidebar1 a:focus  img{
	border: thin solid #FFFF66;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
} 


#mainContentSecondary {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
} 


#mainContentSecondary img {
	padding: 10px;
	border: none;
}

#mainContent h1 , #mainContent h2, #mainContent h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	line-height: normal;
}
.namesList {
	font-size: .8em;
}

#mainContent h1.centered {
	text-align: center;
}
#mainContent h3.highltd {
	text-align: center;
	background-color: #FF6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#sidebar1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
}
#reunionForm th, #reunionForm td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}



#footer {
	padding: 0;
	background-image: url(../_images/FooterBG.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #FFF;
} 

#footer p, #footer a {
	color:#FFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	padding-top: 50px;
}
#footer a:link, #footer a:visited {
	color:#FFF;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color:#FF6;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.emphasize {
	color: maroon;	
}
.calloutSidebar {
	background-color: #FF6;
	text-align: center;
	padding: 2px 4px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 3px double #006;
}

.calloutSidebar a:hover, .calloutSidebar a:active, .calloutSidebar a:focus {
	background: #FFF;
	color: #00F;
}

#sidebarR  {
	width: 260px;
	height: 650px;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 5px 5px 0px;
	border: none;
}

.reunionCallout  {
	border: none;
	background-image: url(../_images/reunionCallout.jpg);
	padding: 5px 10px;
	margin: 0;
	background-repeat: no-repeat;	
}

.rowalt1 {
	background-color:#CCC;
}
