html, body
{
  padding: 0em;
  margin: 0em;
}

html
{
	height: 100%;
}

body
{
	padding-top: 5px;
  font-size: 12px;
  font-family: arial;
  background-color: #fff;
  color: #000;
  text-align: center;
}

a
{
	font-weight: bold;
	color: #009b00;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

.cap
{
	font-size: 20px;
	/*font-weight: bold;*/
}

#container
{
  margin: 0em auto;
  text-align: left;
  width: 760px;
  padding: 0px;
}

#header
{
	position: relative;
	width: 100%;
	height: 135px;
	/*background: #fff url( ../images/bg.jpg ) no-repeat top left;*/
}

#headerImage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 135px;
	border: none;
}

#menu
{
	position: absolute;
	right: 0px;
	bottom: 0pc;
	width: 365px;
	height: 30px;
	text-align: right;
	margin-right: 5px;
	font-size: 16px;
}

#menu a
{
	font-weight: bold;
	color: #009b00;
	text-decoration: none;
}

#content
{
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 2px solid #009b00;
	padding: 5px;
}

#contentTable
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	width: 760px;
}

#contentTable, #contentTable tr, #contentTable td
{
	margin: 0px;
	padding: 0px;
}

#contentTable td
{
	vertical-align: top;
}

#contentContainer
{
	position: relative;
}

#contentLeft
{
	width: 615px;
	/*_width: 650px;*/
	top: 0px;
	left: 0px;
	border-top: 2px solid #009b00;
	padding: 5px;
}

#content, #contentLeft
{
	text-align: justify;
}

#submenu
{
	width: 125px;
	/*_width: 110px;*/
	border: 2px solid #009b00;
	border-top: none;
	border-right: none;
	/*background-color: #f3f3f3;*/
	text-align: left;
	/*font-size: 13px;*/
	padding: 5px;
	padding-bottom: 10px;
}

#submenu a
{
	font-weight: bold;
	color: #f76b1c;
	text-decoration: none;
	display: block;
	padding: 6px 0px 4px 7px;
	background: url( ../images/linkbg.gif ) no-repeat left bottom;
}

#submenu div.vert
{
	padding: 3px;
}

#submenu div.vert a
{
	background: none;
	display: inline;
	padding: 0px;
}

#footer
{
	position: relative;
	clear: both;
	margin-top: 5px;
	padding: 3px;
	background: #009b00 url( ../images/footer.gif ) no-repeat bottom left;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

#footer a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #footer a:hover, #footer a:active
{
	text-decoration: underline;
}

#submenu a:hover, #submenu a:active
{
	background-image: url( ../images/linkbg_sel.gif );
}

#submenu a.sel
{
	color: #666;
}

#submenu a.ad, #submenu a.ad:hover, #submenu a.ad:active
{
	display: inline;
	padding: 0px;
	margin: 0px;
	color: #009b00;
	background: transparent;
}

#submenu a.ad:hover, #submenu a.ad:active
{
	text-decoration: underline;
}

span.sel
{
	color: #666;
}

#dhtml
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.cmpBox
{
	background-color: #ffffff;
	padding: 5px;
}

.title
{
	font-weight: bold;
}

.adminMenu
{
	text-align: right;
}

a.adText:hover, a.adText:active
{
	text-decoration: none;
}

