*{
	list-style:none;
}
body {
	color:black;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;  
    width: 100%;
    display: table;
	background-color: #446508;

}
strong{
	color:#446508;
}
img {
	margin:3px;
}
h1, h2, h3,h4 {
	color:#344e06;
	font-family:"Arial Narrow";
	margin:0;
	padding:0;
}
hr{
	color: #446508;
}
h1 {
	font-size:3em;
	font-weight:bold;
}
h2 {
	font-size:2.2em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}

a {
	color:#446508;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
h2 a {
	text-decoration:none;
}
.programChairs{
	font-size:9px;
}
.biggerText{
	font-size:12px;
}
.myinputstyle {
	border: 1px solid #446508;
	background: url(none) no-repeat #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}
.myinputstyle:hover {
	border: 1px solid #446508;
	/** remember to change image path **/
	background: url(none) no-repeat #9ACD32;
	color: #000000;
}
.mybutton{
    border: 1px solid #446508;
    background: #FFFFFF;
}

.mybutton:hover{
    border: 1px solid #446508;
    background: #9ACD32;
}
#wrapper {
/*	background:url("images/bg-up.png") repeat-x scroll left top #88C5E2;*/
	margin:0;
	padding:0;
}
#menu{
	width:250px;
	float:left;
	
}
#header {
	background:url("images/header.png") no-repeat scroll left top transparent;
	height:150px;
	margin:0 auto;
	padding:0;
	width:1000px;
}
#footer{
	margin:auto;
	font-size:9px;
	text-align:center;
}
#page {
	background:url("images/bg-barra-body.png") repeat scroll 0 0 #FFFFFF;
	margin:0 auto;
	width:1000px;
}

#up-page{
	background:url("images/top.png");
	margin:0 auto;
	width:1000px;
	height:24px;
	margin-top:0;
}

#bottom-page{
	background:url("images/bottom.png") no-repeat;
	margin:0 auto;
	width:1000px;
	height:24px;
}
#content {
	float:left;
	padding:0;
	width:700px;
	height:100%;
}

#smallboxes{
	margin-left:+30px;
}

#logoLeft{
	margin-left:+20px;
}

table.bi {
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  text-align:left;
}

table.bi thead, tfoot {
background:#344e06 repeat-x;
text-align:left;
height:30px;
}
table.bi thead th, tfoot th {
padding:5px;
}
table.bi a {
color: #333333;
text-decoration:none;
}
table.bi a:hover {
text-decoration:underline;
}
table.bi tr:nth-child(even) {background: #9ACD32 }
table.bi tr:nth-child(odd) {background: #FFFFE0}


tbody th, tbody td {
padding:5px;
}

table.spons{
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  text-align:left;
}

table.spons thead, tr{
background: #FFFFE0;
}
