
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS",Arial,sans-serif;
	color: #121212;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background-color: #EFEBD6;
}

a:link, a:visited {
	color: #103B94;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #103B94;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#allcenter {
	text-align: center;
}
#allcontents {
	background-color:white;
	width: 780px;
	text-align:left;
}
#toplinks {
	font-family: Arial, sans-serif;
	color: #999999;
	background-color: black;
	margin: 0;
	padding: 1px 10px 1px 10px;
	font-size: 10px;
}
#pageheader {
	margin: 0;
	padding: 1px 0 1px 0;
	border-bottom: 6px solid #000000;
	width: 100%;
	height: 130px;
}
#mainsidebar {
	margin: 0 585px 0 0;
	padding: 1px 5px 1px 5px;
	font-size: 1em;
}
#content {
	float:right;
	width: 73%;
	margin: 0;
	padding: 1% 1% 0 1%;
}
#pagefooter {
	clear: both;
	font-size: 75%;
	color: #222222;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
/***********************************************/
/*Component Divs                               */
/***********************************************/
#pageheader #brandlogo {
	width: 195px;
	height: 130px;
	background-image: url(/images/header/caLogoHeader.gif);
	background-repeat: no-repeat;
	float: left;
}
#pageheader #brandlogo h1 {
	display: none;
}
#pageheader #subbrandlogo {
	width: 585px;
	height: 130px;
	background-image: url(../images/greengetaway/GF-exhibitors.jpg);
	background-repeat: no-repeat;
	float: right;
}
#pageheader #subbrandlogo h2 {
	display: none;
}
/***********************************************/
/*Component Styles                             */
/***********************************************/
#toplinks a {
	color: white;
}

