@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #0ab04a;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0ab04a;
	font-size: 0.9em;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.8em;
    text-align: left;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.8em;
	}
	
	a {color: #0ab04a}     /* unvisited link */
	a {font-family: Verdana, Arial, Helvetica, sans-serif}
	a {text-decoration: underline}
	a:link {color: #0ab04a}
	a:visited {color: #0ab04a}
	a:hover { color: #339966; text-decoration: line}   /* mouse over link */
	a:active {color: #0ab04a}   /* selected link */

	
#page-container {
margin:auto;
width: 916px;	
background:url(images/bg.jpg);
background-repeat:repeat-y;
}

#header {
/* Main Navigation background-image:url(images/head.gif);*/
height: 168px;
}



#prog
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navprog.gif") no-repeat 0 0;
}
#prog:hover
{ 
  background-position: 0 -25px;
}

#prog span
{
  display: none;
}

#social
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navsocial.gif") no-repeat 0 0;
}
#social:hover
{ 
  background-position: 0 -25px;
}

#social span
{
  display: none;
}

#info
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navinfo.gif") no-repeat 0 0;
}
#info:hover
{ 
  background-position: 0 -25px;
}

#info span
{
  display: none;
}


#reg
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navreg.gif") no-repeat 0 0;
}
#reg:hover
{ 
  background-position: 0 -25px;
}

#reg span
{
  display: none;
}

#abs
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navabs.gif") no-repeat 0 0;
}
#abs:hover
{ 
  background-position: 0 -25px;
}

#abs span
{
  display: none;
}


#exhib
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navexhib.gif") no-repeat 0 0;
}
#exhib:hover
{ 
  background-position: 0 -25px;
}

#exhib span
{
  display: none;
}

#accom
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navaccom.gif") no-repeat 0 0;
}
#accom:hover
{ 
  background-position: 0 -25px;
}

#accom span
{
  display: none;
}

#ven
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navven.gif") no-repeat 0 0;
}
#ven:hover
{ 
  background-position: 0 -25px;
}

#ven span
{
  display: none;
}

#con
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("images/navcon.gif") no-repeat 0 0;
}
#con:hover
{ 
  background-position: 0 -25px;
}

#con span
{
  display: none;
}




#navigation {
	background: #FFFFFF;
	width: 145px;
}

#content {
	float:right;
	width: 850px;
}

#content .padding {
	padding-left: 25px;
	padding-right: 25px;
}

#footer {
	background:url(images/footer.jpg);
	height: 25px;
	clear:both;
}

