#contentsplash {

	width:590px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
  margin: 0 auto;


}
#content {

	width:728px;
	height:auto;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
  margin: 0 auto;


}
body{
	font-size:75%;

	font-family: sans-serif;
	color: #333;
background:transparent url(/img/summitbg1.jpg) repeat scroll 0 0;
}

p{
margin: 1em;
font-size:1.3em;

}
th{
	
	font-size:1em;
}
a {
	
		color	: #008abe;
		text-decoration: none;
}
a:hover {
	
color: #009f39;
}
/*menu css*/
.buttonscontainer {
  width: 115px;
  border-bottom: 5px solid #87d3e5;
  float: left;
}

.contentText {
	margin: 10px 10px 10px 125px;
}

.buttons a {color: #FFFFFF;
background-color: #008abe;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #62c58b;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #a5debe;
text-decoration: none;
color: #FFFFFF;}

.level2 a {
	border-left: 17px solid #62c58b;
	background-color: #0ea9e3;
}
.level2 a:hover {
	border-left: 17px solid #a5debe;
	background-color: #0ea9e3;
}


.buttons .menuTitle{
display: block;
padding: 2px;
padding-left: 5px;
background-color: #87d3e5;
font: 12px Arial, sans-serif;
font-weight: bold;

text-align: center;
color: #444;
}

/*end menu css*/

h1, h2, h3 ,h4, h5, h6, h7 {
	
	color: #62c58b;
}

 .admTab {
	border:  solid 1px #008abe;
	background: #D3D3D3;
}
	
.admTab TH{
	padding: 3px;
	background: #E4E4E4;
	font-weight: bold;
	text-align: center;
        color: #444;
	border:  solid 1px #008abe;
}
 .admTab TD{
	padding: 1px;
	background: #F8F8F8;
}
