/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	text-align: left;
	padding: 0;
	margin: 0 ;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
  padding: 10px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: right;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #fff;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 2px;
}
#masthead, .hnav
{
	border-bottom-width: 20px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
.hyperLink a:link
{
/*color: #660000;*/
color: #4C4646;
text-decoration: none;
/*border-bottom: dotted 1px #660000;*/
border-bottom: dotted 1px #4C4646;
}
.hyperLink a:visited
{
/*color: #990000;*/
color: #3A4956;
text-decoration: none;
/*border-bottom: dotted 1px #990000;*/
border-bottom: dotted 1px #000000;
}
.hyperLink a:hover
{
border-bottom: none;
color: #ffffff;
/*background-color: #660000;*/
background-color: #454841;
text-decoration: none;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

.txtfld
{
  border: #999 1px solid; 
  font-size: 12px; 
  color: #000000;
}

.footerHyperLink
{
  color: #ffffff;
  text-decoration: none;
}

#content { padding:18px 0; }

/* grid */
.column 
{
  float: left;
}

.grid3col 
{ 
  width: 100%; 
}

.grid3col .column 
{ 
  width: 32%; margin-left: 2%; 
}

.grid3col .column 
{
  width: 31%; 
}

.column.first, .column.last 
{ 
  margin-left: 0 !important; 
}

.column.last 
{ 
  float: right !important; 
}

.grid3col:after 
{ 
  content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}

.header { 
  border-bottom:1px solid navy;
  padding-bottom:5px;
  padding-top: 10px;
  margin-bottom:5px;
  font:11px sans, sans-serif;
  text-transform:uppercase;
  letter-spacing:3px;
  color:#222;
  background-color: white;
}


