a:link
{
font-family: Arial, Helvetica, sans-serif;
color: #8383ca;
text-decoration: none;
margin: 0px;
padding: 0px;
}
 
a:active  
{
color: #8383ca;
text-decoration: none;
}

a:visited  
{
color: #8383ca;
text-decoration: none;
}

a:hover
{
color: #8383ca;
text-decoration: none;
text-decoration:underline;
}


/*--------------Body------------*/

HTML, BODY
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #d9d9ec;
	
	}

/*--------------header------------*/

#header
{
width: 100%;
height: 160px;
background-image: url(../images/template/headbg.jpg);
background-position: bottom;
background-repeat: repeat-x;
background-color: #a9aac6;
}

#headerInner
{
width: 779px;
height: 160px;
background-image:url(../images/template/headlogos.gif);
background-repeat:no-repeat;
background-position:top center;
margin: 0px auto 0px auto;
}

#headerInner H1{
text-align: center;
/* margin: 50px 0 0 50px; */
padding: 50px 0 0 50px;
font-size: 200%;
font-weight:bold;
}


/*--------------Nav------------*/

#topNav
{
	color: #009999;
	font-size: .85em;
	text-align: center;
	width: 779px;
	display: none;
}

#topNav ul 
{
padding: 0px 0px 15px 0px;
margin: 0px 0px 0px 20px;
}

#topNav ul li
{
padding: 0px 0px 5px 0px;
margin: 0px 15px 0px 0px;
list-style: none;
display: block;
vertical-align:top;
float: left;
}


/*--------------content------------*/

#content
{
width: 100%;
background-color: #FFFFFF;
position: relative;
padding: 0px 0px 35px 0px;
border-bottom: #b0b0b8 1px solid;
}

#contentInner
{
width: 779px;
margin: 0px auto 0px auto;
padding: 10px 0px 0px 0px;
background-color: #FFFFFF;
}

#colLeft
{
float: left;
width: 329px;
}

#colRight
{
float: right;
width: 440px;
padding: 0px 0px 0px 10px;
}

#colLeft2
{
float: left;
width: 349px;
padding: 20px;
}

#colRight2
{
float: right;
width: 349px;
padding: 20px;
}

/*--------------footer------------*/

#footer
{
width: 779px;
background-color: #d9d9ec;
padding: 20px 0px 0px 0px;
margin: 0px auto 0px auto;
}



/*--------------Styles------------*/
.headTitle
{
width: 500px;
font-size: 2em;
color: #000000;
text-align: center;
}

h1
{
font-size: 1.3em;
font-weight: 400;
color: #003366;
}

h2
{
font-size: 1.3em;
font-weight: 400;
color: #003366;
margin: 20px 0 5px 0;
padding: 0px;
}
h3
{
font-size: 1em;
font-weight: bold;
color: ##636496;
margin: 0px 0 5px 0;
padding: 0px;
}

HR{
	clear: both;
	margin: 5px 0;
	color: #eee;
	height: 1px;
	padding: 0px;
	background-color:#eee;
	}

.clear
{
clear: both;
}


.expoInfo{
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
width: 90%;}


.expoInfo P{
	margin: 0px;
	padding: 0px;
	}
	
#footer
{
	position: relative;
}

#ticker
{
	position: absolute;
	top: 10px;
	right: 5px;
	display: none;
}

#ticker H2
{
	text-align: center;
	width: 300px;
}

.newsticker {
	text-align: center;
	width: 300px;
	list-style-type: none;
	background: #d9d9ec;
	padding: 3px;
	margin: 0;
}

#sponsorLogo
{
	position: absolute;
	left: 250px;
	height: 80px;
}