html, body {
margin: 0;
padding: 0;
/*height: auto;*/
height: 100%;
font: 85%/1.5 Verdana, Arial, Helvetica, sans-serif;
background-color: #e0e0e0;
}
#container {
	width: 770px;
	margin: 0px auto;
	height: 100%;
	height: auto;
	padding: 0;
	border: 1px solid #15075e;
	background-color: #fff;
	}
#banner {
	width: 770px;
	height: 120px;
	background-image: URL(images/nacheader.jpg);
	background-repeat: no-repeat;
	/*border-top: 3px solid #15075e;*/
	border-bottom: 20px solid #15075e;
}
#guts {
	margin: 10px 5px 5px 10px; /* top right bottom left */
	height: 100%;
}
#guts2 {
	margin: 15px 15px 5px 15px; /* top right bottom left */
	height: auto;
	height: 100%;
}
#guts table {
	font-size: 12px;
	margin-top: 8px;
}
#guts2 table {
	font-size: 12px;
	margin-top: 8px;
}
#guts td {
/*	font-size: 13px;*/
}
#leftcol {
	width: 370px;
	/*border: 1px solid #000;*/
	float: left;
	padding: 1px;
	padding-right: 5px;
}
#col {
	width: 5px;
	height: 100%;
	background-color: #f0f0f0;
	float: left;
}
#rightcol {
	width: 370px;
	/*border: 1px solid #000;*/
	float: left;
	padding: 1px 0 0 8px;  /* top right bottom left */
}

#footer {
	padding-top: 5px;
	width: 770px;
	clear: both;
	text-align: center;
	font-size: 0.90em;
}
#footer p {
	text-align: center;
	color: #333;
}
.copyright {
	color: #333;
}

.news {
	font-size: 0.95em;
}

#news a:link	{font-weight: bold; color: #15075e; text-decoration: none; font-weight: normal; font-size: 0.95em;} 
#news a:active	{font-weight: bold; color: #15075e; text-decoration: underline; font-weight: normal; font-size: 0.95em;} 
#news a:hover	{font-weight: bold; color: #0783b7; text-decoration: underline; font-weight: normal; font-size: 0.95em;} 
#news a:visited	{font-weight: bold; color: #15075e; text-decoration: none; font-weight: normal;font-size: 0.95em;} 

#news table, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.85em;*/
	padding-top: 5px;
	text-align: left;
}
#confshout {
	/*width: 301px;
	height: 300px; 
	width: 245px;
	height: 181px;*/
	width: 250px;
	height: 216px;
	text-align: center;
	/*background-image: URL(IMAGES/nacconfboxgeneric.jpg);*/
	background-image: URL(IMAGES/nacspringconfbkgd1.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 63px;
	padding-top: 70px;
	margin-bottom: -50px;
	/*border: 1px solid #000;*/
}
#confshout h2 {
	border-bottom: none;
	background-image: none;
	/*padding-top: -0.10em;
	padding-bottom: -2px;*/
	}
#confshout  h3{
	color: #12064E;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	background-image: none;
	border-bottom: none;
	/*margin-top: 36px;
	padding-top: 20px;
	padding-bottom: -26px;*/
}
#confshout h4 {
	color: #12064E;
	font-weight: bold;
	font-style: italic;
	font-size: 94%;
	line-height: 2px;
	background-image: none;
	border-bottom: none;
}
#confshout p {
	font-size: x-small;
	margin: 2px 0 -18px 0;
	/*line-height: 4px;*/
}
#confshout span {
	margin-bottom: 0.15em;
}
#confshout a:link, a: visited {
	color: #12064E;
}
#collabshout {
	width: 267px;
	height: 241px;
	text-align: center;
	background-image: URL(IMAGES/memcollabBox.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 63px;
	padding-top: 78px;
	margin-bottom: -50px;
	font-size: 11px;
	/*border: 1px solid #000;*/
}
border {
	border-bottom: 1px solid #999;
}

#survey {
	text-align: center;
	margin-top:  -60px;
}
h1, h2, h3, h4 {
	color: #12064E;
	margin-bottom: -4px;
	border-bottom: 1px solid #999;
	background-image: URL(images/nacbox.gif);
	background-repeat: no-repeat;
	background-position: 100% 1px;
}
h1 {
	font-size: 16px;
}
h1.noborder {
	border-bottom: none;
	background-image: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h2.noborder {
	border-bottom: none;
	background-image: none;
}
h3.noborder {
	border-bottom: none;
	background-image: none;
	font-size: 1.25em;
}
.emphasis {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
	}
.instruction {
	font-style: italic;
	color: #333;
}
/*label {
	
	width: 100%;
	padding-left: 5px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

#guts2 label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #000;
}*/
#guts2 label {
	text-align: left;
	width: 70%;
	padding-right: 12px;
	font-weight: bold;
	font-size: 12px;
}
p {
	font-size: 1.0em;
	color: #000000; 
	line-height: 1.40em;
}

a:link		 {font-weight: bold; color: #15075e; text-decoration: none;} 
a:active	{font-weight: bold; color: #15075e; text-decoration: underline;} 
a:hover		{font-weight: bold; color: #0783b7; text-decoration: underline;} 
a:visited	{font-weight: bold; color: #15075e; text-decoration: none;} 

a.footer:link		 {font-size: 1.0em; color: #333; text-decoration: none;} 
a.footer:active		{font-size: 1.0em; color: #333; text-decoration: underline;} 
a.footer:hover		{font-size: 1.0em; color: #15075e; text-decoration: underline;} 
a.footer:visited	{font-size: 1.0em color: #333; text-decoration: underline;} 

a.red:link		 {font-weight: bold; color: #cc0000; text-decoration: none;} 
a.red:active	{font-weight: bold; color: #cc0000; text-decoration: underline;} 
a.red:hover		{font-weight: bold; color: #cc0000; text-decoration: underline;} 
a.red:visited	{font-weight: bold; color: #cc0000; text-decoration: none;} 

a.displaydoc:link		 {font-weight: bold; color: #15075e; text-decoration: none; font-size: 11px;} 
a.displaydoc:active	 {font-weight: bold; color: #15075e; text-decoration: underline; font-size: 11px;} 
a.displaydoc:hover		{font-weight: bold; color: #0783b7; text-decoration: underline; font-size: 11px;} 
a.displaydoc:visited	{font-weight: bold; color: #15075e; text-decoration: none; font-size: 11px;} 

br {
	clear: left;
}
fieldset {
	width: 350px;
	border: 1px solid #ccc;
	margin: 10px 3px;
	padding: 10px 5px;
}
label {
	display: block;
	width: 100px;
	/*border: 1px solid #000;*/
}

#memlogin {
	position: absolute; top: 5px;
	padding-left: 5px;
}
.red {
	color: #cc0000;
}

#eventreg {
	width: 50%;
	/*border: 1px solid #000;*/
	margin-top: 10px;
}
#eventreg fieldset {
	background-color: #d9dced;
	border: 1px solid #ccc;
	margin: 10px 3px;
	padding: 10px 3px;
	width: 98%;
}

/*
#eventHotelInfo label {
	display: block;
	width: 150px;
	border: 1px solid #000;
}
*/
#eventRegInfo {
	padding-left: 4px;
}
#eventHotelInfo label, #eventRegInfo label {
	display: block;
	width: 115px;
	float: left;
	margin-bottom: 10px;
	padding-right: 2px;
	text-align: left;
	
}

#eventHotelInfo label {
	/*text-align: left;
	width: 75px;
	
	padding-right: 20px;*/
}

#eventHotelInfo br  #eventRegInfo br {
	clear: left;
}
legend {
	font-size: 1.25em;
	font-weight: bold;
	color: #12064E;
}
.doclistdisplay {
	font-size: 11px;
}

tr.lightrow td {
	background-color: #FFFFFF;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
tr.darkrow td {
	background-color: #B5BAE3;
}
td.datatable {border-bottom : 1px solid #cccccc;}
/* CoolMenus 4 Styles */

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0;}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; visibility:hidden;}

/*Styles for level 0*/
.clLevel0, .clLevel0over	{position:absolute; padding:0px; font-family: Arial, sans-serif; font-size:12px; font-weight:bold; background-color: transparent;}
.clLevel0		{font-family: Arial, sans-serif; color:#fff;}
.clLevel0over	{font-family: Arial, sans-serif; color:#0783b7; cursor:pointer; cursor:hand; }
.clLevel0border	{position:absolute; visibility:hidden;}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:0px; font-family: Arial, sans-serif; font-size:11px; font-weight:bold;}
.clLevel1		{font-family: Arial, sans-serif; color: #000000; background-color:#E8E8E8; layer-background-color:#E8E8E8;}
.clLevel1over	{color:#cc9933; cursor:pointer; cursor:hand; background-color:#E0E0E0; layer-background-color:#E8E8E8;}
.clLevel1border	{position:absolute; visibility:hidden; }


/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:0px; font-family: Arial, sans-serif; font-size:10px; font-weight:bold;}
.clLevel2{font-family: Arial, sans-serif; color:white;}
.clLevel2over{color:000099; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699;}
