@charset "utf-8";

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header { 
	background: #DDDDDD; 
	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. */
} 
#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 */
}
#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* 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 */
	background: #EFEFE0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 5px 10px 18px;
	margin: 0px;
}
#sidebarsmleft {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 10px 18px;
}

#sidebarright{
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
}

#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainwideContent {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left 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: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	clear: both;
} 
#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 */
	font-size: 0.9em;
	text-align: center;
	line-height: 1.1em;
}
 
.simple a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	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;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
}
.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: 20px;
	color: #FFFFFF;
}






body  {
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	background: #C4D6E2 url(../graphics/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #666666;
}

#banner{
	height: 160px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#nav		{
	padding: 2px 0px 0px 5px;
	background-color: #233762;
	border-bottom: 1px solid #D2D5AB;
	height: 17px;
	/*overflow:hidden;*/
		width: auto;
		}
		
#nav ul	{
	padding: 0;
	font-size: 11px;
	margin: 0;
		}

#nav ul li	{
	display: inline;
	padding: 0;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
		}

#nav ul li a{
	font-size: 11px;
	color: #FFFFFF;
		} 

#nav a	{
		text-decoration:none;
		font-size:11px;
		padding: 0px;
		margin: 0px;		
		}

#navbar a:link, #navbar a:visited {
	color: #666600;
		}
			
#nav a:hover, #nav a:active{
	color: #FF9900;
}
#navbar a:visited {
	color: #CCCCCC;
		}
		
	h1 {
	color: #73998E;
	font-size: 1.4em;
	margin: 12px 0px 0px;
	padding: 4px 0px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding: 8px 0px 0px;
}
.h3blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #485A8C;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
}
.h3gold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #F0A229;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
}
.h3orange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #C4752C;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
}
.h3short {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #909770;
	margin: 2px 5px 5px 0px;
	padding: 8px 0px 0px;
}
.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
	background-position: left;
	text-align: left;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	list-style-image: none;
}
ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	list-style-image: none;
}
.teamschl {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 12px;
	margin-bottom: 1px;
	color: #8b3407;
	font-size: 1em;
	font-weight: 300;
}
.smallcallout {
	line-height: 1.1em;
	margin: 8px 8px 8px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
.storybyline {
	margin: 0px 8px 8px 0px;
	padding: 1px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: normal;
	color: #666666;
}
.smallcallblu {
	line-height: 1em;
	margin: 8px 8px 8px 0px;
	padding: 0px 0px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	font-weight: normal;
	color: #036;
	text-align: left;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #576FB3;
	text-decoration: none;
}
a:visited {
	color: #5F6D94;
}
a:hover {
	color: #E1AA3F;
}
.strong {
	font-weight: bold;
	color: #003366;
	font-size: 1em;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

p {
	line-height: 1.3em;
	margin: 7px 8px 7px 0px;
	padding: 0px;
}
.quote{
	line-height: 1.9em;
	margin: 7px 8px 10px 0px;
	padding: 0px;
}
#printpage {
	line-height: 1.3em;
	margin: 4px 8px 8px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.firstp {
	line-height: 1.5em;
	margin: 8px 8px 0px 0px;
	padding: 0px;
}
.widep {
	line-height: 1.5em;
	margin: 5px 8px 12px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.semiwidep {
	line-height: 1.4em;
	margin: 5px 8px 12px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.caption {
	line-height: 0.9em;
	margin: 0px 8px 0px 4px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #5E6E9A;
	text-align: center;
	font-style: italic;
}
.caption_left {
	line-height: 1.1em;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #5e6e9a;
	text-align: cleft;
}
.leftpic {
	margin: 0px;
	padding: 10px 12px 0px 0px;
	float: left;
}
.leftpicclear{
	margin: 0px;
	padding: 10px 12px 0px 0px;
	float: left;
	clear: both;
}
#righttpic {
	margin: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: static;
}

.styledkblu {
	color: #536AAB;
}
.stylegreen {color: #336666}

.styletan {color: #909770}

.stylered {color: #8B3407}

.mtg_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	color: #637D34;
}
.partner_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	color: #2D3655;
}
.event_dateloc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 4px;
	font-weight: normal;
	color: #535641;
}
.event_agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	margin: 0px;
	padding: 0px 0px 4px;
}
.h4navy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #293562;
	margin: 0px;
	padding: 0px 0px 2px;
	font-weight: bold;
}
.h4blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #46539E;
	margin: 0px;
	padding: 0px 0px 2px;
	font-weight: bold;
}
.h4tan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #93AAAC;
	margin: 0px;
	padding: 0px 0px 2px;
	font-weight: bold;
}
.menuindent {
	padding: 0px;
	margin-left: 14px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}
.wide_li {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 1.3em;
}
.left_head {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 1.3em;
}

.photolink_norule{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
	}
	.tablerule{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: thin solid #999;	
	}
	
	.tabke_thinborder{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #FFF;
	border-collapse: separate;
	background-color: white;
	}




#containerwide {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

#mainfullContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.widecontent_h3blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #485A8C;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}#mainfullContent p {
	line-height: 1.3em;
	padding: 0px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 18px;
}
#imagebkgd {
	color: #02050A;
}
.exhibitopening {
	color: #C0501D;
}
.opening_li {
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
