
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 1em;
	color: black;
	text-align: center;
	margin: 0 0 0 0;
	background: #d0d6f2;
}
a:link {
	color: #23229A;
}
a:visited {
	color: #6A2269;
}
a:hover {
	color: #1F1D56;
}
a:active {
	color: Black;
}
a img{
	border:0;
	border-style: none;
	text-decoration: none;
}
a.ticket {
	display: block;
	width: 144;
	height: 72;
}
a.ticket:hover img{
	visibility: hidden;
}

table {
	position: relative;
	border: 0px;
	padding: 0px;
}

td {
	border: 0px;
	padding: 0px;
}

#banner {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-width: 10px;
	margin-top: 10px;
}
	
H2 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #22456A;
}

H1 {
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-color: #d9def6;
	border-bottom-style: solid;
	border-bottom-width: thick;
	line-height: 75%;
	color: #6A2222;
}

.normal {
	font-size: 1em;
	color: Navy;
}
	
.mainlink {
	font-size: 1.5em;
	color: #d9d9d9;
	font-style: bold;
	margin-bottom: 15px;
	text-decoration: underline;
}

.mainlink a:link {
                  color: #d9d9d9;
                  text-decoration:underline;
                  }

.mainlink a:hover {
                  color: #aaaad9;
                  }    

.mainlink a:visited {
                  color: #8888d9;
                  }
	


.MainContainer {
	text-align: left;
	color: #666977;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 817px;
	height: 100%;
	top: 120px;
}


.MainContent {
	margin: 10 20 20 20;
	background-image: url('graphics/GDP.png');
	background-position: center;
	background-repeat: no-repeat;
}


.hList {
	color: Black;
}


.footer {
	margin-top: 20px;
	text-align: center;
	font-size: .8em;
	clear: both;
}

#navbar {
	color: white;
	top: 95px;
	left: 0px;
	height: 15px;
	width: 100%;
	position: absolute;
	font-weight: 600;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}
		
#navbar li {
	margin: 0;
	display: inline;
}

#navbar li a {
	color: #666977;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-weight: 600;
	font-size: 1em;
	padding: 1 10 1 10;
	letter-spacing: 1px;
	font-stretch: ultra-condensed;
	font-variant: normal;
}



#navbar li a:hover {
	color: White;
	background: #666977;
}

