body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;

	text-align:center;
	background-color:#CCCCCC;
	
	background-image:url(graphics/bg.gif);
	
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

#container
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	margin: 0 auto;		/* Must be present as useless Firefox does not inherit this */

	position:relative;
	width:770px;
	height:110px;

	background-color:#FF0000;
	background-image:url(graphics/header.gif);
	
	font-size:8pt
}

#headerpadding
{
	position:relative;
	padding:0px 0px 0px 25px;
	text-align:left;
}

#menucontainer
{
	position:relative;
	height:101px;
	width:745px;
}

#date
{
	position:absolute;
	top:20px;
	right:25px;
	
	text-align:right;
	
	color:#FFFFFF;
}

.newstitle
{
	text-decoration:none;
	font-weight:bold;	
	color:#FFFFFF;
	margin-right:11px;
}

#menu
{
	position:absolute;
	bottom:0px;
	left:0px;
}

.menuLink
{
	text-decoration:none;
	font-weight:bold;	
	color:#CCCCCC;
	margin-right:11px;
}

.menuLink:hover
{
	text-decoration:none;
	font-weight:bold;	
	color:#FFFFFF;
	margin-right:11px;
}

.menuLinkOn
{
	text-decoration:none;
	font-weight:bold;	
	color:#FFFFFF;
	margin-right:11px;
}

.menuLinkOn:hover
{
	text-decoration:none;
	font-weight:bold;	
	color:#FFFFFF;
	margin-right:11px;
}

.menuSpacer
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;	
}

#page
{
	margin: 0 auto;		/* Must be present as useless Firefox does not inherit this */
	position:relative;
	width:770px;
	min-height:440px;
	text-align:left;
	background-color:#FFFFFF;
}

/* This hack is read by IE6 and below only */
/* The hack is required because IE6 and below does not understand min-height, but IS willing to stretch a div vertically that has a set height (in this case 440px). */
/* Note that the first commented line is required and must be left as is. */
/* \*/
* html #page{height:440px}


/* This is a ridiculous workaround to make the page look right in Firefox, which stupidly adds padding on the OUTSIDE of the div, thus making it wider/taller. */
/* So instead we make our page the width we want it, then apply padding to an "inner" div which does not have a set width. */
#pagepadding
{
	padding:25px;
}

#column
{
	position: relative;
	left:0px;
	top:0px;
	width:305px;
	min-height:390px;
	font-size:8pt;
	line-height:1.5;	
	color:#666666;
	background-color:#FFFFFF;
}
/* \*/
* html #column{height:390px}

#column2
{
	position: relative;
	left:0px;
	top:0px;
	width:310px;
	min-height:390px;
	font-size:8pt;
	line-height:1.5;	
	color:#666666;
	background-color:#FFFFFF;
}
/* \*/
* html #column2{height:390px}

#columnBottom
{
	position: absolute;
	bottom: 0px;
}

#flashcontent
{
	position:absolute;
	top:25px;
	left:355px;
	width:390px;
	height:390px;	
}

#flashbg
{
	position:absolute;
	top:25px;
	left:355px;
	width:390px;
	height:390px;	
}

#cms
{
	position:absolute;
	top:365px;
	left:250px;	
}

.pageTitle
{
	font-weight:bold;
}

#footer
{
	margin: 0 auto;

	font-size:7pt;
	line-height:1.6;	
	width:770px;
	text-align:left;
	color:#999999;
}

/* This is a ridiculous workaround to make the footer look right in Firefox, which stupidly adds padding on the OUTSIDE of the div, thus making it wider/taller. */
/* So instead we make our footer the width we want it, then apply padding to an "inner" div which does not have a set width. */
#footerpadding
{
	padding:6px 25px 0px 25px;
}

#copyright
{
	float:left;
	padding:4px 0px 0px 25px;
	
}

#cream
{
	text-align:right;
	padding:4px 25px 0px 0px;
}

.creamlink
{
	font-size:7pt;
	line-height:1.6;
	font-weight:normal;
	color:#999999;	
}

.creamlink:hover
{
	font-size:7pt;
	line-height:1.6;
	font-weight:normal;
	color:#FFFFFF;	
}

a
{
	font-size:8pt;
	font-weight:bold;
	line-height:1.6;	
	color:#666666;
	text-decoration:none;
}

a:hover
{
	font-size:8pt;
	font-weight:bold;
	line-height:1.6;	
	color:#FF0000;
	text-decoration:none;
}

.textlink
{
	font-size:8pt;
	font-weight:normal;
	line-height:1.6;	
	color:#666666;
	text-decoration:none;
}

.textlink:hover
{
	font-size:8pt;
	font-weight:normal;
	line-height:1.6;	
	color:#FF0000;
	text-decoration:none;
}

.submenu
{
	font-size:8pt;
	font-weight:normal;
	line-height:1.6;	
	color:#666666;
	text-decoration:none;
}

.submenu:hover
{
	font-size:8pt;
	font-weight:normal;
	line-height:1.6;	
	color:#FF0000;
	text-decoration:none;
}



