html,body {
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	height: 100%;
	min-height: 100%;
}

a
{
	color: #1c3d70;
}

h1
{
	color: #1c3d70;
	font-size: 18px;
}

strong
{
	color: #1c3d70;
}

#top
{
	width: 100%;
	height: 36px;
	text-align: center;
	margin: auto;
	background: url('/images/bg-top.gif') repeat-x;
}

#shell
{
	text-align: left;
	width: 825px;
	background: url('/images/bg-site.gif') repeat-y;
	padding-left: 11px;
	margin: auto;
	height:auto !important;
	height: 100%;
	min-height: 96%;
}

#topnav
{
	background: #81a3b8;
	width: 803px;
	height: 25px;
}

.leftnav
{
	border: 0px;
}

.search
{
	font-size: 11px;
	height: 11px;
	width: 150px;
	margin-top: -25px;
}

.searchGo
{
	margin-top: -21px;
}

#leftNavTable
{
	margin-right: 1px;
}

#content
{
	clear: both;
	margin-top: 1px;
}

#footer
{
	text-align: left;
}

#footer a
{
	color: #113655;
	font-weight: bold;
}

/* SAMPLE MENU */
a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   115px;

  border-top:  1px dotted white;
  padding: 2px 5px 3px 5px;

  background: #81A3B8;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #1C3D70;
  text-align: left;
}
a.sample_attach:hover
{
	color: White;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             { border-bottom: 1px dotted white; background: #81A3B8; margin-top: -2px;}
