@charset "UTF-8";
/* CSS Document */

body {
background:url(../images/gradback.jpg) repeat-x;
background-color:#0082cb;
padding:0px; margin:0px;

}

.maincontainer { /* everything sits inside this in order to be centered */
width:100%;
background:url(../images/back.jpg) no-repeat;
background-position:50% 0;/*background-position:50% 0%;*/
}

.mainsplashdiv {
	margin:auto; /* Centers the div within the maincontainer */
	padding-top:120px;
	overflow:hidden;
	width:785px;
	position:relative;
}


.content {
	background:url(../images/content.png) repeat-y;
	margin:auto; /* Centers the div within the maincontainer */
	width:785px;
	padding-left:6px;
	
}

p {
	padding-bottom:6px;
}

.contentxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	color:#333333;
}


.toplinks {
	padding-left:10px;
	height:24px;
	
}

#news
{
  display:inline-block;
  width: 108px;
  height: 24px;
  background: url("../images/link_news.gif") no-repeat 0 0;
  padding:0px;
  

}

#news:hover
{   
  background-position: 0 -24px;
 
}
#about
{
  display:inline-block;
  width: 76px;
  height: 24px;
  background: url("../images/link_about.gif") no-repeat 0 0;
  padding:0px;
  

}

#about:hover
{   
  background-position: 0 -24px;
 
}
#links
{
  display:inline-block;
  width: 47px;
  height: 24px;
  background: url("../images/link_links.gif") no-repeat 0 0;
  padding:0px;
  

}

#links:hover
{   
  background-position: 0 -24px;
 
}
#vision
{
  display:inline-block;
  width: 84px;
  height: 24px;
  background: url("../images/link_vision.gif") no-repeat 0 0;
  padding:0px;
  

  

}

#vision:hover
{   
  background-position: 0 -24px;
 
}
#involved
{
  display:inline-block;
  width: 103px;
  height: 24px;
  background: url("../images/link_involved.gif") no-repeat 0 0;
  padding:0px;
  

}

#involved:hover
{   
  background-position: 0 -24px;
 
}
#sponsors
{
  display:inline-block;
  width: 78px;
  height: 24px;
  background: url("../images/link_sponsors.gif") no-repeat 0 0;
  padding:0px;
  

}

#sponsors:hover
{   
  background-position: 0 -24px;
 
}
.leftdiv {
	float:left;
	width:525px;
	position:relative;
}
.leftcontentdiv {
	float:left;
	width:570px;
	position:relative;
}
.leftcontent {
	background:url(../images/contentsm.jpg) no-repeat;
	margin: 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	color:#333333;
}

.rightdiv {
	float:left;
	padding:27px 0px 0px 36px;
	
}

.rightdivcontent {
	float:left;
	padding:27px 0px 0px 0px;
	
}

h1 {

	font:"Palatino Linotype";
	font-size:18px;
	font-weight:800;
	color:#174f8a;
	display:inline;

}

h2 {

	font:"Palatino Linotype";
	font-size:15px;
	font-weight:800;
	color:#174f8a;
	display:inline;

}

.newstxt {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

h3 {
	font:"Palatino Linotype";
	font-size:14px;
	font-weight:800;
	color:#cce5ff;
	display:inline;

}
.bottomdiv {
	background:url(../images/bottom.jpg) no-repeat;
	margin:auto; /* Centers the div within the maincontainer */
	width:785px;
	height:138px;
}
.bottnav	{
position:relative;
padding:85px 0px 0px 20px;
font:"Palatino Linotype";
font-size:12px;
}

.bottnav a {
color: #062f5b;
font:"Palatino Linotype";
font-size: 12px;
font-weight:bold;
text-decoration: none;
overflow:hidden;/* for ie to hide extra height*/
}

.bottnav a:hover {
color: #6497cd;
}

.list

{ list-style: circle;


}

.gs a {
color: #062f5b;
font:"Palatino Linotype";
font-size: 10px;
font-weight:bold;
text-decoration: none;
overflow:hidden;/* for ie to hide extra height*/
}

.gs a:hover {
color: #6497cd;
}

.gs {font-size: 10px}