@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}
#wrapper   {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
} 
#container {
	background-image: url(images/container_bg-2010.gif);
	background-repeat: repeat;
}
#header  {
	height: 110px;
	background-image: url(images/RSVP_banner-2010.jpg);
	background-color: #639ACE;
} 
#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 */
	display: none;
}

#Navbar {
	margin: 0px;
	left: auto;
	top: 110px;
	right: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #FDF9C1;
}
#Navbar ul {
	padding: 0px;
	text-align: center;
	margin: 0;
}


#Navbar li {
	display: inline;
	list-style-type: none;
	font-size: 85%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#Navbar  a:link {
	color: #000000;
	text-decoration: none;
}
#Navbar  a:visited {
	color: #000000;
	text-decoration: none;
}
#Navbar a:hover {
	color: #639A63;
	text-decoration: underline;
}
#Navbar a:active {
	color: #639A63;
	text-decoration: underline;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar_content {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
img  {
	border: 2px solid #000000;
}
.noBorder  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
} 
#container {
	background-image: url(images/container_bg-2010.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #629ACB;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: right;
}
.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: 10px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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: 0px;
	line-height: 0px;
}
.fltrt_nb {
	float: right;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#memb_form {
	width: 450px;
	text-align: left;
	padding: 10px;
}
.links_list li {
	list-style-type: none;
}
#personnel {
	margin-left: 100px;
}
#addresses {
	margin-left: 100px;
}

#personnel img {
	margin-right: 20px;
}
.person {
	vertical-align: middle;
	height: 125px;
}


#personnel .name {
	font-size: 18px;
}
#personnel .position {
	font-style: italic;
}
.home {
	font-size: 150%;
}
#mainContent .rsvp {
	font-size: 120%;
}
#cncs {
	background-color: #FFFFFF;
	border: thin solid #639A63;
	padding-top: 0px;
	padding-right: 14px;
	padding-left: 5px;
	margin-top: 10px;
}

