body,html
{
  text-align:center;
  margin:0;
  font-family:'Lucida Grande', sans-serif, fantasy;
  font-size: 11pt;
  background-color: rgb(240, 240, 240);
}

a 
{
  //color: #1e90ff;
  color: #2891D3;
}

img.menu
{
	border: 0px;
}

#container 
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	line-height:130%;
	background-color:rgb(255, 255, 255);
	width:900px;
	font-family:'Lucida Grande', sans-serif, fantasy;
	text-align:left;
}

#top 
{
	padding-right:0em;
	width:inherit;
	background-repeat:no-repeat;
	background-color:rgb(240, 240, 240);
	padding-left:0px;
	background-image:url(images/header20.png);
	height:20px;
}

#leftnav 
{
	float:left;
	width:130px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0em;
	padding-right:1em;
	padding-bottom:1em;
	padding-left:1em;
}

#leftnav h1 
{
	margin-right:0px;
	margin-bottom:1em;
	margin-left:0px;
	color:rgb(0, 0, 0);
	font-weight:bold;
	margin-top:0em;
	font-size:16px;
}

#leftnav p 
{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:1em;
	margin-left:0px;
}

#content 
{
	margin-left:150px;
	padding-top:0em;
	padding-right:1em;
	padding-bottom:1em;
	padding-left:1em;
	//max-width:40em;
	width:710px;
	float:inherit;
	top:0px;
	position:relative;
}

#content h2 
{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	color: #2891D3;
	margin-bottom:0.8em;
	font-weight:bold;
	font-size:16px;
}

#content p 
{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:1em;
	margin-left:0px;
}

#footer 
{
	clear:both;
	margin:0px;
	padding:0.5em;
	text-align:center;
	background-image:url(images/footer20.png);
	background-repeat:no-repeat;
	height:20px;
	background-color:rgb(240, 240, 240);
}

/*table.calendar
{
  font-family:'Lucida Grande', sans-serif, fantasy;
  font-size: 9pt;
}*/

/* ***************************************************************** menu begin */

#header 
{
  margin:0 auto;
  width:100%;
  height: 60px;
  background-color: #cc3300;
}

#logo 
{
  float: left;
  background-color: #cc3300;
}

#menu 
{
  float:right;
  text-align: right;
  background-color: #cc3300;
  padding-right: 10px;
  padding-top: 18px;
}

/* ***************************************************************** menu end */

/* ***************************************************************** eventbar begin */

#eventbar 
{
  margin:0 auto;
  width:100%;
  height: 20px;
  background-color: #000000;
  display: table;
}

#eventbarrow
{
  display: table-row;
}

d
{
  display: table-cell;
  width: 3%;
  //padding-left: 8px;
  padding-top: 3px;
  text-align: center;
  color: #ffffff;
  font-size: 8pt;
}

t
{
  display: table-cell;
  width: 3%;
  //padding-left: 8px;
  padding-top: 3px;
  text-align: center;
  color: #ffa500;
  //background-color: #cccccc;
  font-size: 8pt;
  //border: 1px solid white;
}

w
{
  display: table-cell;
  width: 3%;
  //padding-left: 8px;
  padding-top: 3px;
  text-align: center;
  color: #777777;
  //background-color: #cccccc;
  font-size: 8pt;
  //border: 1px solid white;
}

e
{
  display: table-cell;
  width: 3%;
  //padding-left: 8px;
  padding-top: 3px;
  text-align: center;
  color: #00ff00;
  //background-color: #00ff00;
  font-size: 8pt;
  //border: 1px solid white;
}

/* ***************************************************************** eventbar end */

/* ***************************************************************** form begin */

/*
form 
{
  width: 635px;
  //border: 1px solid black;
}

.col1 
{
  text-align: right;
  width: 135px;
  height: 31px;
  margin: 0;
  float: left;
  margin-right: 2px;
}

.col2 
{
  width: 195px;
  height: 31px;
  display: block;
  float: left;
  margin: 0;
}

.col2comment {
	width: 95px;
	height: 398px;
	margin: 0;
	display: block;
	float: left;
	//border: 1px solid black;
}

.col1comment 
{
  text-align: right;
  width: 135px;
  height: 398px;
  float: left;
  display: block;
  margin-right: 2px;
  //border: 1px solid black;
}

div.row 
{
  clear: both;
  width: 335px;
}

.submit 
{
  height: 29px;
  width: 530px;
  padding-top: 5px;
  clear: both;
} 

.input 
{
  background-color: #fff;
  font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #5A698B;
  margin: 4px 0 5px 8px;
  padding: 1px;
  border: 1px solid #8595B2;
}

.checkbox 
{
  background-color: #fff;
  font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #5A698B;
  margin: 4px 0 5px 8px;
  padding: 1px;
}

.textarea 
{
  border: 1px solid #8595B2;
  background-color: #fff;
  font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #5A698B;
  margin: 4px 0 5px 8px;
}
*/

/*form 
{
	width: 635px;
	border: 1px solid black;
}*/

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	//background: url(images/bg_label.gif) no-repeat;
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	//background: url(images/bg_textfield.gif) no-repeat;
}

.col2comment {
	width: 195px;
	height: 298px;
	margin: 0;
	display: block;
	float: left;
	//background: url(images/bg_textarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: 298px;
	float: left;
	display: block;
	margin-right: 2px;
	//background: url(images/bg_label_comment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 635px;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #ffffff;
	//font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:'Lucida Grande', sans-serif, fantasy;
  	font-size: 11pt;
	color: #000000;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font-family:'Lucida Grande', sans-serif, fantasy;
  	font-size: 11pt;
	color: #000000;
	margin: 4px 0 5px 8px;
}

/* ***************************************************************** form end */