/* begin overall style */
img
{
  border:none;
}

body
{
  margin: 0 auto;
  background: #505050;
  
  color: #505050;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  
  border:none;
}

a:link 
{
  color:#ee8600;
  text-decoration: none;
}

a:visited 
{
  color:#ee8600;
  text-decoration: none;
}

a:hover 
{
  color:#ee8600;
  font-weight:bolder;
  text-decoration: none;
}

a:active 
{
  color:#ee8600;
  text-decoration: none;
}

h1
{
  font-family: arial, verdana, sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#007608;
}

h2
{
  font-family: arial, verdana, sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#007608;
}

h3
{
  font-family: arial, verdana, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#007608;
}

p
{
  font-family: arial, verdana, sans-serif;
  font-size:12px;
  color:#777;
  padding-right:35px;
}

ul
{
  font-family: arial, verdana, sans-serif;
  font-size:12px;
  color:#777;
  padding-right:35px;
}
#header
{
  width: 836px;
  height: 199px;
  margin: 0 auto;
  padding: 0px;
}

/*=======================================================
			
			Menu
			
=======================================================*/

#mainmenu
{
  padding:0px;
  width: 836px;
  margin: 0 auto;
  text-align:center;
}

#mainmenu ul
{
  list-style-type:none;
  padding: 0px; 
  margin: 0 auto;
}

#mainmenu ul li
{
  display: inline;
  float: left;
}

.infoBox
{
  background: #EBF4FB;
  float: left;
  width: 350px;
  padding: 5px;
  margin: 5px;
}

.greedyInfoBox
{
  background: #EBF4FB;
  width: 720px;
  padding: 5px;
  margin: 5px;
}

.largeInfoBox
{
  background: #EBF4FB;
  float: left;
  width: 350px;
  padding: 5px;
  margin: 5px;
}

.largeInfoBox ul
{
  font-size: 150%;
}

.imageBox
{
  text-align: center;
  padding: 10px;
  margin: 10px;
}

/*================================
			
	     Menu hovers
			
================================*/
/*
.home a 
{
  display: inline;
  width: 143px;
  height: 40px;
  background-image: #505050 url("../images/home_h.png") no-repeat;
}

.home a:hover 
{
  background-position: -100px 0;
} 
*/
/*=======================================================
			
			Content
			
=======================================================*/

#main
{
  background-image: url("../images/mainBG.png");
  background-repeat: repeat-y;
  width: 836px;
  
  margin: 0 auto;
  padding: 0px;
  
  color:#000;
  font-size:12px;
  text-align:justify;
}

#content
{
  width:800px;
  padding:35px;
  
}

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 90%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
  text-align: center;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

/*=======================================================
			
			Footer
			
=======================================================*/

#footer
{
  background: #475348 url("../images/footer.png") no-repeat;
  padding: 0px;
  width: 836px;
  height: 57px;
  margin: 0 auto;
  
  font-size: 10px;
  text-align: center;
  color:#fff;
}

#footer a:link
{
  color:#eada11;
  text-decoration: none;
}

#footer a:visited
{
  color:#eada11;
  text-decoration: none;
}

#footer a:hover
{
  color:#e2ca02;
  font-weight:bolder;
  text-decoration: none;
}

#footer a:active
{
  color:#eada11;
  text-decoration: none;
}