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

A:link {
	COLOR: #CCCCCC;
	TEXT-DECORATION: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}
	
A:visited {
	COLOR: #CCCCCC;
	TEXT-DECORATION: none;
	border-bottom-style: none;}
	
A:hover {
	COLOR: #FFFFFF;
	border-bottom-style: none;}

A:active {
	COLOR: #CCCCCC;}

#oldbrowser
{
	text-align: center;
}

img {border: none;}

#contentColumn
{
	width: 720px;
	height: 480px;
}

#innerContentColumn #colRight
{
	float: right;
	margin: 2em 0.5em 0 1em;
}

#innerContentColumn #innerpad
{
	margin-left: 1em;
	margin-right: 1em;
}

#menuColumn
{
	width: 100%;
	margin: auto;
}

#menubar
{
	width: 100%;
	margin: auto;
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

#innermenucolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

#innerMenuColumn p.title{
	text-align: center
}
#footer
{
	clear: none;
}

#innerFooter
{
	padding: 0;
	margin: 0;
}
#footer p.address
{
	margin: 0;
	text-align: center;
	width: 720px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.8em;
	padding-left: 0;
}

#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	padding-top: 1em;
}
#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 */
}

/*---- Visual Elements ----*/
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
#pageFrame {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 600px;
	top: 20px;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}

.imgHeader
{
	/*\*/
	float: none;
	/* end hide */
}

h1.title, h2.title {
	margin: 1em 0 0 0.5em;
	background-color: #666633;
}
* html h1.title {
	margin-left: 1em;
}

h1.newstitle
{
 	margin: 1em 0 1em 1.3em;
}

h2.title {
	margin: 0;
}

dd {margin: 0.5em 0;}

dd.break {margin: 1em 0;}

p.intro
{
	float: left;
	margin: 0.5em 0 0.5em 1em;
	width: 550px;
}

p.supported {float: right; text-align: right;width: 150px;}

p.small {margin: 0.5em 0;}

p.btmPad, address { margin: 0.5em 0 1em 0;}

