/*  Design by Ariane Lee  */
body {
	margin-top:0px;
	margin-bottom:25px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#FFFFFF url(images/background3.gif) top center repeat-y;
}

#wrap {
	width:750px;
	color:#443333;
	text-align:center;
	margin:0 auto;
	font-size:78%;
	line-height:120%;
	background-color:#FFFFFF;
}

#header_wrapper, #nav_wrapper, #content_wrapper {
  text-align:left;
  width:765px;
}

/* breadcrumbs */
#breadcrumbs {
        float:right;
	margin:5px 10px 3px 0;
}

/* header  */
#header {
  clear:both;
  position:relative;
  height:180px;
}

#header h1 {
  background-color:#DDCAD7;
  color:#443333;
  border:1px solid #443333;
  margin:0;
  padding:0;
  width:400px;
  height:73px;
  line-height:1.5em;
  font-size:180%;
  text-align:center;
  position:absolute;
  top:100px;
  left:250px;
  z-index:2;
}

#banner{
  margin:0;
  padding:0;
  border:3px solid #DDCAD7;
  width:750px;
  height:115px;
  position:absolute;
  z-index:1;
}

#banner img {
  border:0;
  float:left;
}

/* navigation */
#nav {
        position:relative;
        float:left;
        color:#443333;
        background-color:#FFFFFF;
	width:152px;
	line-height:135%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;
}
#nav img.logo {
  width:136;
  height:75;
  position:absolute;
  top:-45px;
  left:15px;
}
#nav ul {
	margin:8px 0 0 8px;
	padding:0;
	text-align:left;
	position:relative;
}
#nav li {
	display:block;
	list-style:none;
	width:100%;
	margin:3px 0 0 0;
	padding:0;
	font-weight:bold;
	border-top:1px solid #DDCAD7;
}

#nav li.sub {
	display:block;
	list-style:none;
	width:100%;
	padding:0;
	margin:3px 0 2px 10px;
	font-weight:normal;
	border-top:none;
}

#nav a, #content_left a:visited {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#443333;
}
#nav a:hover, #content_left a:visited:hover {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#443333;
	text-decoration:underline;
}

#subscribe {
margin: 15px -13px 0px -20px;
  font-size:90%;
  padding:3px;
  background-color: #DDCAD7;
  border:1px solid #443333;
}

#subscribe h3 {
  margin:0 0 5px 0;
  font-size:100%;
  border-bottom:1px solid #443333;
}

/* content */
#content {
	padding:5px;
	margin:0 0 10px 0;
	line-height:140%;
	background-color:#FFFFFF;
	text-align:left;
	float:right;
	width:583px;
}
#content p {
	padding:0;
	margin:8px 0 0 2px;
}

#content .small {
         font-size:85%;
}

#content .box {
  margin: 20px;
  padding:5px;
  background-color: #DDCAD7;
}

#content .box a, a:visited, a:hover, a:visited:hover {
  color: #443333;
}

#content img {
  border:0;
  margin:5px;
}

/* content header classes */
.h3 {
  padding:5px 0;
  font-weight:bold;
  color:#443333;
  width:100%;
  font-size:110%;
}
.h4 {
  color:#443333;
  width:100%;
  font-size:100%;
  font-style:italic;
}

/* Picture Gallery Tables */
.gallery table {
  width:100%;
  border:0;
}

.gallery table th {
  text-align:center;
}

.gallery table td {
  text-align:left;
}

/* Agenda Table */
.agenda table {
  width: 98%;
  margin: 10px auto;
  border: 1px solid #DDCAD7;
}

.agenda td {
  border: 1px solid #CEBEAE;
  padding: 5px;
}

/* Attendee List Tables */
.attendeelist table{
  width: 90%;
  margin: 5px auto;
  border: 1px solid #443333;
  border-collapse:collapse;
}

.attendeelist tr.header{
  background-color:#DDCAD7;
}

.attendeelist td{
  padding:5px;
  border: 1px solid #443333;
}

.attendeelist tr.even{
  background-color:#E7DFD8;
}

.pages table{
  width:40%;
  margin:0 auto;
  border:0;
}

.pages td{
  text-align:center;
}

.pages td#previous{
  float:left;
}

.pages td#next{
  float:right;
}

/* header tags */
h1 {
	color:#553333;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #DDCAD7;
	margin:15px 0 0 0;
	padding:0;
	color:#553333;
}

/* other tags */
blockquote {
  font-family:Georgia, Times New Roman, Times, serif;
  margin:25px 50px 15px 50px;
  letter-spacing:.8px;
  line-height:140%;
}

/* anchor links */
a, a:visited {
	text-decoration:underline;
	color:#773976;
}
a:hover, a:visited:hover {
	color:#773976;
	text-decoration:none;
}

/* footer */
#footer_wrapper {
	margin:8px auto 0 auto;
	padding:0;
	width:760px;
	border-top:2px solid #DDCAD7;
	font-size:78%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:5px;
	margin:0;
	line-height:200%;
	text-align:center;
	clear:both;
	vertical-align:middle;
}
#content .Validation{
	font-size: 10px;
	color: red
}

/*  Forms */

.form {
  margin: 10px 0;
  font-size: 92%;
}

.form label {
  float: left;
  width: 100px;
  margin-bottom: 10px;
}

.form input {
  width: 200px;
}

.form textarea {
  width: 400px;
}

.form .submitbutton {
  width: 100px;
  margin-left: 100px;
  margin-top: 10px;
}

.form .resetbutton {
  width: 100px;
}

.form br {
  clear: both;
}

.checkboxes input{
  width: 1em;
  margin: 5px;
}