/*
Cascading Style Sheet
Copyright © 2004 Rexon Australia Pty. Ltd.
http://www.rexonaustralia.com.au

Author : Rachel Oh
Last Modified: 11th May 2004
*/

BODY
{ 	padding:0px;
	font-size: medium;
	COLOR: #D5D500;
	BACKGROUND-COLOR: black;
	MARGIN: 0px; 
	FONT-FAMILY: Arial, "Microsoft Sans Serif";
}

/* HyperLinks - Colour and Rollovers */
#link{
	color: #FFFFFF;
}
A{
	color: #D5D500;
	font-style: normal;
}
A:visited{
	color: #666600;
}

/* -- CSS validation doesn't like, but it works in IE 6.0 */
A:hover{
	color: #FF9900;
}

/* Regular tags */
HR{
	width: 100%;
	color: #D5D500;
	height: 1px;
}
P{
	display: inline;
	color: #D5D500;
	font-size: medium;
	font-weight: normal;
	
}

H1	/*White large font - headings*/
{
	display: inline;
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
	position: static;
}
H2	/*Gold large font - headings*/
{
	display: inline;
	font-size: x-large;
	font-weight: bold;
	color: #D5D500;
	position: static;
}
H3	/*Gold font - sub headings*/
{
	display: inline;
	color: #D5D500;
	font-size: large;
	font-weight: normal;
	position: static;
}

H4	/* smaller headings*/
{
	display: inline;
	color: #D5D500;
	font-weight: normal;
	font-size: small;
	position: static;
}
H5	/*Small text*/
{
	display: inline;
	color: #D5D500;
	font-style: normal;
	font-size: x-small;
	position: static;
}
H6	/* very small font for the footer */
{
	display: inline;
	color: #D5D500;
	font-style: normal;
	font-size: x-small;
	position: static;
	FONT-FAMILY: Arial, Microsoft Sans Serif;
}
#EM
{	display: inline;
	color: #505050;
	font-style: bold;
	font-size: large;
	position: static;
}
#EM4
{	display: inline;
	color: #505050;
	font-style: bold;
	font-size: medium;
	position: static;
}


/* White background for catalogue tables*/
TABLE.whitebg{
	font-family:  Verdana, Arial, Sans-Serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 0;
	margin-top: 0;
}

/* table custom tag for font page header*/
Table.fontheader{
	background-color: #000000;
}

/* Styles for the main page setup - header & footer, 2 columns */
#sidebar {
	background-image: url("button/grey_black.bmp");
        position: absolute;
        width: 150px;
        height: auto;
        top: 5px;
        margin-bottom: 20px;
        left: 10;
}

#sub-menu {
        font-size: small;
	display: inline;
}


#main {
	position: absolute;
	overflow: auto;
        width: auto;
        height: auto;
        top: 5px;
        margin-bottom: 20px;
        left: 165px;
        right: 10px;
}	

#leftcol{
	background-color: #000000;
	height: 400px;
	min-height: 400px;

}

#rightcol {
	display: inline;
	position: static;
	float: right;
	margin-right: 5px;
	margin-left: 15px;
	font-size: medium;
}

.rightcol A:link{
	color: #FFFFFF;	
}

.rightcol A:visited {
	color: #FFFFFF;
}
