/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 10px;
	margin: 0;
}

#oldbrowser
{
	text-align: center;
}

#masthead h1
{
	text-align: center;
	margin: 0 0 0 0;
}

#leftcolumn
{
	margin-right: -120px;	/* IE 4 fix */
}

#leftColumn
{
	float: left;
	width: 120px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#contentColumn
{
	width: auto;
	margin-left: 119px;
}

#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}

#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 ----*/

#footer, #masthead, #innerLeftColumn, #contentColumn
{
	border: solid 0px #AAA;
}

#masthead
{
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#footer
{
	border-top-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 10px;
	margin: 0;
}

#pageFrame
{
	background-color: #fff;
	color: #fff;
	min-width: 500px;
}
.hide
{
	display: none;
}

hr {    
        margin: auto 0px auto auto;
        width: 100%;
        height:1px;
        text-align: right;
        border: 1px solid #7373BF;
}

a:link {
	color: #FF0;
}

a:visited {
	color: #BFBFBF;
}

a:active {
	color: #C00;
}
