/*	RESET SOME BASIC STYLE
------------------------------------------------------------------------------*/
dl{ margin : 0 0 0 0; }
dl dt { margin : 0 0 0 0; }
dl dd+dt { margin-top : 0; }
dl dd { margin : 0 0 0 0; }
ol { list-style : none; }
ol li { margin : 0 0 0 0; }
ol li ol { margin : 0 0 0 0; }
ol li ul { margin : 0 0 0 0; }
p { margin-bottom : 0em; }
ul { list-style : none; }
ul li { margin : 0 0 0 0; }
ul li ul { margin : 0 0 0 0; list-style : none; }
ul li ol { margin : 0 0 0 0; }
pre { font-size : 1.2em; }
a:hover { text-decoration : none; }
a:focus { outline : none; }

/*	HTML
------------------------------------------------------------------------------*/
html { min-height : 600px; margin-bottom : 0px; }

/*	BODY
------------------------------------------------------------------------------*/
body
{
	margin : 0px 0px 0px 0px;
	background-color : #F15A23;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
}
.flLeft 
{ 	
	float : left; 
}
.flRight 
{ 
	float : right; 
}
.clear 
{
	clear : both;
}

/* HOME START
------------------------------------------------------------------------------*/
#website
{
	position : relative;
	display : block;
	margin : 0px auto 0px auto;
	padding : 0;
	width : 800px;
	height : 600px;
   background-color : #F15A23;
	visibility : visible;
	z-index : auto;	
}
#logo 
{
	position : absolute;
	left : 195px;
	top : 90px;
	display : block;
   background : url(../shared/splashlogo.gif);
	z-index : 1;
	visibility : visible;
}
#logo a 
{
	display : block;
	height : 409px;
	width : 409px;
	text-indent : -4000px;
}
