body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: #E0E0E0;
}

.fill
{
	width: 100%;
}

.wide-table
{
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

.innertable
{
}

.bigbox
{
 	border-width:1px;
	border-color: #CCCCCC;
	border-style: none;
}

.box
{
	background-color: #FFFFFF;
	width: 100%;
	border-style: none;
	color:#192F6C;
	cursor: pointer;
	background-image: url(img/bg1.png);
}

.menubox
{
	background-color: #FFFFFF;
	width: 100%;
	border-style: none;
	cursor: pointer;
	background-image: url(img/bg3.png);
	color: #192F6C;
	font-weight: bold;
	padding:10px;
	text-align:center;
}

.menubox a
{
	text-decoration: none;
	color: #192F6C;
}

.menuboxdown
{
	width: 100%;
	border-style: none;
	color: #192F6C;
	font-weight: bold;
	padding:10px;
	text-align:center;
}

.projectbox
{
	width: 100%;
	border-style: none;
	background-color: #F0F7E9;
	color: #192F6C;
	text-align:left;
}

.top-box
{
	background-color: #FFFFFF;
	width: 100%;
	border-style: none;
	color: #192F6C;
}

.blownup
{
	background-color: #F0F7E9;
	width: 100%;
	border-style: none;
}

.sectiontitle
{
	/*padding-left:10px;*/
	text-align:left;
	padding-top:6px;
	font-size:14pt;
	color:#192F6C;
}

.columntitle
{
	/*padding-left:10px;*/
	text-align:left;
	padding-top:6px;
	font-size:12pt;
	color:#192F6C;
}


.formtitle
{
	font-size:12pt;
	color:#192F6C;
	padding-top:6px;
}

.formlabel
{
	font-size:9pt;
	padding-top:3px;
	color:#192F6C;
}

.formfield
{
	font-size:9pt;
	font-family: Verdana, Arial, sans-serif;
	border-color:#192F6C;
	border-width:1px;
	border-style:solid;
}

.formbtn
{
	font-size:9pt;
	font-family: Verdana, Arial, sans-serif;
}

.addrhead, .addrbody
{
	padding: 5px;
	color: #192F6C;
}

.addrhead
{
	font-weight: bold;
	padding-bottom:5px;
}

.addrbody
{
	text-align: right;
}

a.boxhead, .boxbody
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	color: #192F6C;
	cursor: pointer;
	text-decoration: none;
}

.boxhead
{
	padding-bottom: 0px;
	font-weight: bold;
}

.prjdesc_hidden, .prjdesc_visible
{
	padding-top: 2px;
	padding-left: 2px;
	color: #192F6C;
	cursor: pointer;
}

.prjdesc_hidden
{
	display: none;
}

.prjdesc_visible
{
	display: block;
}

.blownup .boxhead
{
	text-decoration: underline;
}

.boxbody
{
	padding-bottom: 5px;
}

.box_t
{
	background-image: url(img/gbox_t.gif);
	height: 8px;
}

.box_b
{
	background-image: url(img/gbox_b.gif);
	height: 8px;
}

.box_l
{
	background-image: url(img/gbox_l.gif);
	width: 8px;
}

.box_r
{
	background-image: url(img/gbox_r.gif);
	width: 8px;
}

.box_lt
{
	background-image: url(img/grounded_lt.gif);
	height: 8px;
	width: 8px;
}

.cbox_lt
{
	background-image: url(img/gcorner_lt.gif);
	height: 8px;
	width: 8px;
}

.box_lb
{
	background-image: url(img/grounded_lb.gif);
	height: 8px;
	width: 8px;
}

.cbox_lb
{
	background-image: url(img/gcorner_lb.gif);
	height: 8px;
	width: 8px;
}

.box_rt
{
	background-image: url(img/grounded_rt.gif);
	height: 8px;
	width: 8px;
}

.cbox_rt
{
	background-image: url(img/gcorner_rt.gif);
	height: 8px;
	width: 8px;
}

.box_rb
{
	background-image: url(img/grounded_rb.gif);
	height: 8px;
	width: 8px;
}

.cbox_rb
{
	background-image: url(img/gcorner_rb.gif);
	height: 8px;
	width: 8px;
}

  <!--position: absolute;
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  overflow: scroll;-->
#content
{
	position: relative;
}

  <!--position: absolute;
  bottom: 0;
  height: 2em;
  left: 0;
  right: 0;-->
#copyright
{
}

	<!--
	position:relative;
 	left: 0px;
 	top: 0px;
	-->
#main
{
}

#contact
{
	display:none;
	position:absolute;
	left: 20%;
	top: 20%;
	width: auto;
	background-color: #FFFFFF;
	border-style: none;
	color: #192F6C;
}

#contact_visible
{
	border-style: none;
	color: #192F6C;
	background-color: #FFFFFF;
}

#maintab
{
	width:100%;
	height:100%;
}
