html, body {
	background-image:url(images/confetti.jpg);
  margin:0;
  padding:0;
  border:none;
  text-align: center;
}


#main {
  width: 1000px ;
  text-align: left;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 0px ;
  /*border-style: solid;
  border-width: 2px; */
  }

 #title_bar {
  width: 1000px ;
  background: #FFFFFF url(images/balloons_bg.jpg) no-repeat top center;
  height: 200px ;
  text-align: center;
  margin-left: auto ;
  margin-right: auto ;
}  
#datetime {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
 
.large_header {
	font: 14pt Arial;
	text-decoration: none;
    padding: 0px 0px 0px 0px;
	color: #000000;
	}
	
p {
	font: 10pt Arial;
	text-decoration: none;
    padding: 0px 0px 0px 0px;
	color: #000000;
	}


p.p1 {
	padding: 0px 00px 00px 10px;
	
		}

p.p2 {
	padding: 0px 00px 00px 10px;

	}

h1 {
	font: 11pt Arial;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
    padding: 0px 0px 3px 0px;
	color: #000000;
	}

h2 {
	font: 10pt Arial;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
	color: #000000;
	}

h3 {
	font: 8pt Arial;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
	color: #000000;
	}

h4 {
	font: 11pt Arial;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
    padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	}

#navbar {
  background: #FFF799;
  width: 192px;
  margin: 0px  0px 0px 200px;
  padding: 0px 0px 0px 10px;
  z-index: 100;

}

#navbar_links {
  background: #FFF799;
  float:left;
  height: 30px;
  width: 170px;
  text-align: center;
  margin: 10px 00px 10px 10px;
  padding: 0px 0px 10px 0px;
  
}

#navbar_linkCell {
  height: 30px;
  width: 100px;
  text-align: left;
  margin: 0px 00px 0px 0px;
  padding: 0px 100px 0px 0px;
}

#navbar_title {
  height: 30px;
  width: 100px;
  text-align: left;
  margin: 0px 00px 0px 0px;
  padding: 0px 5px 0px 0px;
}

a.navbar { 
	font: 14pt Times New Roman;
    text-decoration: none;
	color: #FFFFFF;
	border: 0px;
	}

a.navbar:link { 
	font: 10pt Arial;
	text-decoration: none;
	color: #000000;
	border: 0px;
	}

a.navbar:visited { 
	font: 10pt Arial;
	text-decoration: none;
	color: #000000;
	border: 0px;
	}

a.navbar:hover {
	font: 10pt Arial;
	text-decoration: none;
	font-weight: bold;
	color: #9D080D;
	border: 0px;
	}

a.navbar_selected { 
	font: 14pt Times New Roman;
    text-decoration: none;
	font-weight: bold;
	color: #9D080D;
	border: 0px;
	}

a.navbar_selected:link { 
	font: 10pt Arial;
	text-decoration: none;
	font-weight: bold;
	color: #9D080D;
	border: 0px;
	}

a.navbar_selected:visited { 
	font: 10pt Arial;
	text-decoration: none;
	font-weight: bold;
	color: #9D080D;
	border: 0px;
	}

a.navbar_selected:hover {
	font: 10pt Arial;
	text-decoration: none;
	font-weight: bold;
	color: #9D080D;
	border: 0px;
	}


a.link:link { 
	font: 10pt Arial;
	text-decoration: underline;
	color: #9D080D;
	border: 0px;
	}

a.link:visited { 
	font: 10pt Arial;
	text-decoration: underline;
	color: #9D080D;
	border: 0px;
	}

a.link:hover {
	font: 10pt Arial;
	text-decoration: underline;
	color: #000000;
	border: 0px;
	}

#contentbox { 
  background: #FFFFFF url(images/confetti_bg.jpg) no-repeat bottom center;
  text-align: left; 
  position:absolute;
  border-right: 1px solid #9D080D;
  border-bottom: 1px solid #9D080D;
  border-left: 1px solid #9D080D;
  height:500px;
  }


#col_right {
  position:relative;
  width: 598px;
  margin: 0 0px 0 400px;
  padding: 0px 0px 0px 00px;

}

#col_left {
  position:absolute;
  left:0;
  width: 400px;
  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px  00px;
}

#content {
  width: 580px;
  height: 450px;
  overflow:auto;
  text-align: left;
  padding-top:0px;
  padding-left:15px;
  padding-bottom:20px;
}
#contentheader {
  text-align: left;
  padding: 15px 0px 0px 15px;
}

tr.form {
  height: 30px;
  font-family:Verdana;
  font-size:10pt;
  color: #9D080D;
  text-align: right;
}

td.form {
  height: 30px;
  font-family:Verdana;
  font-size:10pt;
  color: #9D080D;
  text-align: right;
}

.datetext {
	font: 10pt Arial;
	text-decoration: none;
}


