/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#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;
}
#innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
	text-align: center;
}
#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 */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
	margin-top: 200px;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
.hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
	border-style: dotted;
}
#contentColumn
{
	border-left-width: 1px;
	border-style: dotted;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 10px 95px 0 95px;
	margin: 0;
}
#masthead
{
	background: url(../images/masthead_left.gif) #254A70 no-repeat 0% 0%;
	text-align: right;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
.hide
{
	display: none;
}
.quote
{
	margin: -14px 0 0 120px;
}

/*content column*/

#contentColumn img
{
	padding: 40px 0px 20px 0px;

}

#contentColumn p
{
	margin: 20px 20px 10px 20px;
}

/*innerleft column*/

#innerLeftColumn img
{
	border-width: 0;
	margin: 80px 20px 10px 20px;
}
#innerLeftColumn ul {
	padding: 0;
	margin: .9em 0 1em 1em;
	list-style-type: none;
	list-style-image: url(../images/bullets.gif);
	}
#innerLeftColumn li {
	padding: 0;
	margin: 0 0 .5em 0;
	}

/*---- 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;/*  */
}

