body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #2f5f83;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 10pt;
}
h1 {
	font: bold 130% "Trebuchet MS";
	color: #cc0000;
	margin: 20px;
	padding: 0px;
}
h2 {
	font: bold 110% "Trebuchet MS";
	color: #003366;
	margin: 20px;
	padding: 0px;
}
.committee-h1 {
	font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #3366ff;
	padding-bottom: 10px;
}

/* holder styles */
#holder {
	width: 760px; /* This image creates the three column faux effect */
	text-align: left;
	border: 2px solid #FFCC33;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	float: none;
	border: 2px solid #009999;
	margin-bottom: 10px;
	background: url(../images/hotel-bg.gif);
}

#eclogo {
	width: 300px;
	float: left;
	background: url(../images/hotel-bg.gif);
	padding-top: 5px;
	padding-bottom: 5px;
}
#videobar-box {
	width: 220px;
	margin-left: 10px;
}
#video-textbox {
	margin: 20px 20px 10px;
	float: left;
	padding: 5px;
	border: 2px solid 0058EB;
}



#topnav {
	border: 2px solid #FF0000;
	margin-top: 10px;
}

.callout {
	font: bold 130% "Trebuchet MS";
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* Left navigation styles */
#nav {
	width: 120px;
	float: left;
	padding: 15px 5px;
	background: url(../images/backbanpaper.gif);
	margin-top: 10px;
}
/* Use Box a for all left nav boxes */
.box-a {
	width: 110px;
	background: #FFFFFF url(../images/fireworks-bot-122.png) no-repeat left bottom;
	margin-left: 5px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #FF0000;
  }
.box-a h3 {
	font-size: 60%;
	color: #3366ff;
	background: #FFFFFF url(../images/fireworks-top-h102.png) no-repeat left top;
	padding: 6px 8px 5px 10px;
  }
.box-a ul {
  margin: 0;
  padding: 14px 10px;
  list-style: none;
  }
.box-a li {
	margin: 0 0 6px;
	padding: 0;
	font: 60% Verdana, Arial, Helvetica, sans-serif;
  } 
/* End Box a for all left nav boxes */


/* Start content styles */
#content {
	padding: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
}
#content p {
	line-height: 130%;
}/* end content styles */


#thumbholder {
	padding: 5px;
	height: 70px;
}

.thumbbox-a {
	border: 2px solid #9B72CF;
	width: 115px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.thumbbox-60 {
	border: 2px solid #9B72CF;
	width: 62px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#graphic-scroll {
	padding: 2px;
	width: 700px;
	border: 1px solid #999999;
}
/* footer styles */
#footer {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background: url(../images/hotel-bg.gif);  /* Do not remove this BG style This background color covers the faux column (vert line) effect that spans the entire holder div you can make whatever bg color you want*/
	margin-top: 15px;
	left: 0px;
	padding: 10px 3px 10px 10px;
	border: 2px solid #009999;
	text-decoration: none;
}

#photobox {
	height: 250px;
}
.photobox-a {
	padding: 10px;
	width: 260px;
	border: 1px solid #FFCC33;
	float: left;
	margin-right: 20px;
}

.photobox-b {
	padding: 10px;
	width: 260px;
	border: 1px solid #FFCC33;
	float: left;
}



/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin: 20 0 20px 5px;
border: 1px solid #000000;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
.photocaption {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
}
.imageborder{
	border: 2px solid #000000;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

.purpleborder{
	border: 2px solid #9B72CF;
}

