/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 0;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -150px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 150px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 200px;
}
#contentColumn
{
	width: auto;
	margin-left: 149px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#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 ----*/

#footer, #masthead, #innerLeftColumn
{
	border: solid 0px #000;
}
#contentColumn, #innerContentColumn
{
	border-left: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #cccc66;
	color: #000;
	padding: 20px;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
#masthead h1 {
	color: #666600;
	font-family: georgia, times, 'times new roman', serif;
	font-size: 24px;
	position: relative;
	left: 25px;
	top: -30px;
}
#masthead h2 {
	color: #666600;
	font-family: georgia, times, 'times new roman', serif;
	font-size: 20px;
	position: relative;
	left: 5px;
	top: -5px;
}
h3 {
	color: #999900;
	font-family: georgia, times, 'times new roman', serif;
	font-size: 18px;
}
a:link {
	color: #0033ff;
	text-decoration: none;
}
a:hover {
	color: #cc0033;
	text-decoration: underline;
}
a:visited {
	color: #9999ff;
	text-decoration: none;
}
#news {
	border: 1px solid #cccc66;
	padding: 1em;
}
