div
{
	/* this is for Netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#masthead h1
{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:300%;
	text-align: center;
	font-weight:bold;
	font-style:italic;
	color:#039;
	margin-top:0px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:2px solid #039;
}
#masthead
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:bold;
	font-style:normal;
	color:#039;
	padding-bottom:15px;
}
a:link {color: #039;}
a:visited {color: #039;}
a:active {color: #039;}
a:hover {background-color: #ddd; color:#060;}
a {text-decoration: none}

.blue {color:#039;}

#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
.floatLeft
{
	float: left;
	margin-right: 10px;
}
.plainLink a
{
	background-color:#fff;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}
#innerLeftColumn, #innerContentColumn, #innerFooter
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
	font-size:80%;
}
#innerContentColumn
{
	text-align:justify;
	overflow: visible;
	padding-top: 0px;
	height: 100%;	/* fix the Win32 IE float bug */
}
#innerContentColumn h3
{
	color:#060;
	margin-top:0;
	margin-bottom:0;
}
#innerContentColumn h4
{
	color:#060;
	text-decoration:underline;
	margin-top:0;
	margin-bottom:0;
}
#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 #666;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #666;
}
#footer
{
	border-top-width: 1px;
}
#masthead, .hnav
{
	border-bottom-width: 1px;
}
#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;
}
.hide
{
	display: none;
}
.questions
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.logo
{
	font-family:Georgia, Times New Roman, Times, serif;
	color:#039;
	font-weight:bold;
	font-style:italic;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-weight:bold;
}
.vnav ul
{
	border: solid 1px #666;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #666;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */