@charset "iso-8859-1";

/*---- Layout ----*/

div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}

#masthead
{
text-align: right;
}

#divBack a, #divBack a:visited
{
color: #00f;
} 

body
{
	padding: 20px;
	margin: 0;
}

#oldbrowser, #innerContentColumn h1
{
	text-align: center;
}

#masthead h1
{
	display: inline;
	font-family: arial;
}

h1
{
font-size: 200%;
font face:Arial;
color:#4d6e0c;
}


#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, .block 
{
	padding: 0px;
}

#footer
{
	clear: left;
}

#innerFooter
{
	text-align: center;
}

#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 */
	padding: 20px;  	
	margin: 0;
}

#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/

#pageFrame
{
 	border: solid 5px #4c769a;
	max-width: 800px;/*CSS for standard compliant browsers:*/
	min-width: 550px;
	width:expression(document.body.clientWidth > 806? "800px": "99.9%");/*CSS for MSIE/win:*/
	text-align: left;
}

#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{

	border: solid 0px #000;
}

#footer
{
	border-top-width: 0px;/* was 1px */
}

#masthead, .hnav
{
	border-bottom-width: 0px;/* was 1px */
}

#innerLeftColumn
{
	border-right-width: 0px;/* was 1px */
}

#contentColumn
{
	border-left-width: 0px;/* was 1px */
}

/*---- Visual Elements ----*/

body
{
	background-color: #000;
	color: #000;
	/*padding-left: 50%; /*20px;*/
	margin: 0 auto;
	text-align:center;
}

#pageFrame
{
 	background-color: #fff;
	color: #000;
	border: solid 0px;
	/*width: 700px;
	position: relative;
	left: -350px;*/
	/*max-width: 700px;/*CSS for standard compliant browsers:*/
	/*min-width: 700px;
	width:expression(document.body.clientWidth > 700? "700px": "100%");/*CSS for MSIE/win:*/
}

.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/

.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
  line-height: normal;
}

.hnav ul
{
	list-style-type: none;
  padding:0px 0 0px 0;	
  line-height: normal;
	margin: 0;
}

.hnav ul li

{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}