body,html {
   margin: 0px 0px 0px 0px;
   padding: 0px;
   background-image: url(images/bgtile.gif);
   background-position: center center;
   background-repeat: repeat;
   background-attachment: scroll;
}
div, p, td, li, span 
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   color: #1b3755;
}
a:link, a:hover, a:visited, a:active
{
   color: #36884f;
   text-decoration: none;
}
a:hover 
{
   text-decoration: underline;
}
#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner {width: 877px; margin-left: auto; margin-right: auto;} /* for all browsers*/
/* optional: #inner[id] {position: static;} */
#container
{
   width: 877px;
   height: 503px;
   margin: auto auto;
   text-align: left;
   background-image: url(images/body_bg.png);
   background-position: -6px -6px;
   background-repeat: no-repeat;
}
#home
{
   display: block;
   height: 60px;
   width: 140px;
   position: absolute;
   top: 35px;
   left: 72px;
}
#prinav
{
   height: 20px;
   position: absolute;
   top: 69px;
   left: 283px;
}
.navitem
{
   padding-left: 48px;
   padding-right: 0px;
}
#secnavhdr
{
   position: absolute;
   top: 129px;
   left: 695px;
   font-size: 16px;
   font-weight: bold;
   font-style: italic;
      height: 20px;
         width: 145px;
}
#secnav
{
   position: absolute;
   top: 172px;
   left: 694px;
      height: 250px;
         width: 147px;
}
img
{
   border: 0;
}
#secnav a
{
   height: 28px;
   display: block;
}
#secnavtrip
{
   height: 28px;
}
#secnavtrip a
{
   display: inline;
   vertical-align: bottom;
}
#ternav
{
   height: 17px;
   position: absolute;
   top: 473px;
   left: 439px;
}
#leftimg
{
   width: 128px;
   height: 304px;
   position: absolute;
   top: 129px;
   left: 19px;
}
#maincontenthdr
{
   position: absolute;
      top: 129px;
         left: 153px;
   height: 20px;
   width: 481px;
      font-size: 16px;
      font-style: italic;
         font-weight: bold;
}
#maincontent
{
   position: absolute;
      top: 172px;
         left: 153px;
   height: 250px;
   width: 481px;
}

#maincontent input,select,textarea
{
   width: 460px;
   border: 2px inset #53b277;
   color: #298043;
   font-family: arial,sans-serif;
   font-size: 12px;
   margin-top: 8px;
}

#maincontent textarea
{
   height: 88px;
}

.error
{
    color: #FF0000;
    font-size: 10px;
}

DIV.note
{
	position: relative;
	text-align: right;
	left: 260px;
	width: 200px;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
}

DIV.note SPAN
{
	color: #FFFFFF;
	font-size: 10px;
}

#scroll_up {
	cursor: pointer;
	float: right;
}
#scroll_down {
	cursor: pointer;
	float: right;
	clear: right;
	margin-top: 220px;
}
#scroll_box {
	height: 250px;
	width: 460px;
	overflow: auto;
	float: left;
}

FORM
{
	margin: 0;
}
