body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/tile.gif) top left repeat-x #3772bc;
	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: #000000;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

  /* Header Content */
  
#header {
width: 800px;
float: left;
}  
  
#lefthead {
	background: url(images/head_left_border.gif) left no-repeat;
	float: left;
	width: 12px;
	height: 205px;
}
#middlehead {
	background: url(images/head_bottom_border.gif) bottom repeat-x #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 205px;
	width: 746px;
	text-align: center;
	float: left;
}
#header p, #header p a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	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 */
	color: #b23333;
}
#header p a:hover {
	text-decoration: underline;
}
#righthead {
	background: url(images/head_right_border.gif) right no-repeat;
	float: left;
	width: 12px;
	height: 205px;
}
#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 */
}



  /* Navigation Content */
  
  #nav {
  width: 800px;
  float:left;
  }
  
#leftnav {
	background: url(images/nav_left.gif) left no-repeat;
	float: left;
	width: 16px;
	height: 54px;
}
#rightnav {
	background: url(images/nav_right.gif) right no-repeat;
	float: left;
	width: 16px;
	height: 54px;
}
#middlenav {
	background: url(images/nav_bg.gif) repeat-x;
	font: bold 14px Arial, Helvetica, sans-serif;
	height: 40px;
	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: 16px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	width: 768px;
	float: left;
}
#nav a {
	padding: 12px 16px;
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	background: url(images/nav_hover.gif) left repeat-x;
	position: relative;
	top: 2px;
}

  /* Sidebar Content */
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebarTop {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(images/sidebar_top.gif) no-repeat #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 7px;
	color: #FFFFFF;
}

#sidebarTop a {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebarBottom {
	background: url(images/sidebar_bottom.gif) no-repeat;
	width: 260px;
	height: 10px;
	margin-bottom: 5px;
}
#contactUs {
	background: url(images/contactUs_bg.jpg) no-repeat;
	padding: 1px 10px;
}

#conventionRegistration {
	background-color: #0159a2;
	padding: 1px 10px;
}

#conventionRegistration a {
	color: #b23333; text-decoration:underline;
}
#conventionRegistration a:hover {
	text-decoration: none;
}
#reg_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	text-align:center;
	margin-top:10px;
}
#reg_date {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#reg_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FC3;
	color:#0159a2;
	margin-bottom:10px;
}
#reg_reg a{
	color:#0159a2;
	text-decoration:none;
}
  /* Main Content */
#mainContent {
	background-image: url(images/main_top.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	font-size: 14px;
	margin-right: 275px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a {
	color: #b23333;
}
#mainContent a:hover {
	text-decoration: none;
}
.app {
	background: #000000;
	width: 172px;
	padding: 5px 5px;
	color: #FFFFFF;
}
td.appsub {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.appfont {
	font-size: x-small;
}
.appfont li {
	padding-bottom: 2px;
}
#agreement {
	border: 2px solid;
	margin: 20px 0;
	padding: 0 10px;
}
#mainBottom {
	background: url(images/main_bottom.gif) bottom no-repeat #FFFFFF;
	width: 525px;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
}
h1 {
	font-size: x-large;
	color: #6caedf;
}
h3 {
	font-size: x-large;
	line-height: 1px;
}
.list1 {
	font-weight: bold;
	color: #3772bc;
}
.list2 {
	font-weight: normal;
	color: #000000;
}
.list3 {
	font-weight: normal;
	color: #000000;
	margin-left:200px
	

	
}
  /* Footer Content */
#footer {
	background: url(images/footer_bg.gif) no-repeat;
	font-size: 14px;
	padding: 10px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	color: #FFFFFF;
}
#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 */
	line-height: 0;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a#reverse {
	text-decoration: underline;
}
#footer a#reverse:hover {
	text-decoration: none;
}

.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;
}

  /* Printer Only Preferences */
@media print {
#sidebar1 {display: none;}
#mainContent {margin-right: 0;}
#mainBottom {display: none;}
}