/* CSS Document */
/* TUNDRA INTERACTIVE */
	
	
	html {
		height: 100%;
	}
	
	/*
	 *	THE FOLLOWING BLOCK OF TAGS NEED TO BE
	 *	CUSTOMISED FOR EACH PROJECT
	 *
	 *	BACKGROUND-COLOR IS NEEDED FOR VALID CSS
	 */
	p { 	
		font-family: Courier, Courier New;
		color: #000000;
		
		font-size: 0.9em;
		text-align: left;
		background-color: #FFF;
	}
	
	h1 {
		font-family: Courier New;
		font-weight: 800;
		color: #000000;
		
		font-size: 2em;
		text-align: left;
		background-color: #FFF;
	}
	
	h2{
		font-family: Courier New;
		color: #000000;
		font-weight: 800;
		font-size: 1.4em;
		text-align: left;
		background-color: #FFF;
	}
	
	h3{
		font-family: Courier New;
		color: #000000;
		font-weight: 800;
		font-size: 1.2em;
		text-align: left;
		background-color: #FFF;
	}
	
	a:link {
		color: #f2b3cf;
		
		background-color: #FFF;
	}
	
	a:visited {
		color: #C2CD23;
		
		background-color: #FFF;
	}
	
	
	img.displayed {
		display: block;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		border:none;
	}	
	
	/**
	 *	THIS DIV GETS REPLACE WITH FLASH
	 *
	 ***********************************
	 *	DO NOT CHANGE ANYTHING HERE	   *
	 ***********************************
	 *
	 */
	#flashcontent {
		position: absolute;
		top: 0px;
		left: 0px;	
		height: 100%;
		width: 100%;
	}
	
	/***************************************
	 *
	 *	IN ORDER FOR SWFFORCESIZE TO WORK
	 *	THE BODY TAG _MUST_ BE STYLED
	 *	
	 *	DO NOT CHANGE EXCEPT FOR BACKGROUND COLOR
	 *
	 *	SERIOUSLY DO NOT CHANGE ANYTHING EXCEPT FOR BACKGROUND COLOR
	 *
	 *	SERIOUSLY DON'T
	 *
	 ***************************************/
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#000000;
		background-image: url(../images/bgTile.jpg);
		background-repeat: repeat;
		overflow:scroll;
		overflow-x: hidden;
		overflow-y: scroll;
	}	


	/***************************************
	 *
	 * Additional Tags
	 *
	 ***************************************/
	.header 
	{
		margin-left:20px;
		background-image: url(../images/logoSml.gif);
		background-repeat: no-repeat;
		background-position:left;
		height: 84px;
	}
	.mainMenu
	{
		position: absolute;
		font-family: Arial;
		width: 240px;
		background-color: #F30;
		margin: 10px;
	}
	.mainMenu UL
	{
		margin-left: 15px;
		padding-left: 0px;
	}
	.mainMenu LI
	{
		list-style-type: none;
		color: #FFF;
		font-size:0.95em;
	}
	.mainMenu A
	{
		margin-bottom: 1px;
		display:block;
		background-color: #333;
		color: #FFF;
		text-decoration: none;
		padding: 2px 5px 2px 5px;
	}
	.mainMenu LI.active > A
	{
		background-color: #000;
		color: #F30;
	}
	.mainMenu A:Hover
	{
		background-color: #FFF;
		color: #000;
	}
	.mainContent
	{
		background-color: #FFF;
		border: 15px solid #F30;
		float: left;
		margin: 10px 10px 10px 250px;
		padding: 10px;
		font-family: Courier, Courier New;
	}
	SPAN 
	{
		font-family: Courier, Courier New;
	}
	.contentItem 
	{
		font-family: Courier, Courier New;
		clear:both;
	}
	.contentItem > IMG
	{
		float: left;
	}
	.footer
	{
		clear: both;
		font-family: Helvetica, verdana, sans-serif;
		font-size: 0.7em;
		text-align: right;
	}
	.footer A 
	{
		color: #BBBBBB;
		background-color: #000;
		padding: 5px;
	}
	.footer A:Hover
	{
		color: #F30;
	}
