@charset "utf-8";
/* CSS Document */

body {
	background: #0066cc;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p {
	text-align: left;
}

#container {
	width: 770px;
	background: #bdbda5;
	background-image: url(images/main_header.gif);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 770px;
	margin: 0px;	
}

#leftColumn {
	background: transparent;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 223px;
	padding-right: 12px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
}
#centerColumn {
	background: #bdbda5;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 180px;
	width: 210px;
}
#rightColumn {
	background: transparent;
	margin-left: 5px;	

	margin-right: 10px;	
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}
#rightColumn a {
color: Black;
}
#exhibitBox {
	background-color: #e6e6dd;
	width: 230px;
/*	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;*/	
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-image: url(images/boxTop.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#exhibitBoxInside {
	line-height: 12pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
#exhibitBoxBott {
	background-image: url(images/boxBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer {
	background:  #0066cc;
}
#menuMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}
#menuMain ul {
	margin-top: -15px;
	list-style: disc;
}
#menuMain a {
	padding-left: 10px;
	background-image: url(images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: Black;
}
#menuMain a:hover {
		background-image: url(images/bullet_on.gif);
		color: #0066cc;
}
#menu2nd {
	height: 235px;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	background-color: #bdbda5;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#menu2nd ul {
	margin-left: -15px;
	margin-bottom: 0px;
	padding: 0px;/*
	list-style: inside;*/
	list-style-type: none;
}
#menu2nd li {/*
margin-left: 2px;*/
}
#menu2nd a {
	margin-left: 2px;
	padding-left: 10px;
	color: Black;
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#menu2nd a:hover {
		background-image: url(images/bullet_on.gif);
		color: #0066cc;
}
#active {
}
.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16pt;
}
.menuBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0066cc;
}
.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
}
.mainCopy a {
	color: Black;	
}
.mainCopy a:hover {
	color: #0066CC;
	text-decoration: none	
}
.footer {
	font-size: 9pt;
	color: White;
	text-align: center;
	padding-bottom: 5px;
}
.footer a {
	color: White;
}
.subHead {
	font-size: 12pt;
	font-weight: bold;
}
.pictureLeft {
	padding-right: 5px;
}
.pictureRight {
	padding-left: 5px;
}
