/* CSS Document */

/* hide from ie on mac \*/
	
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 9px;
	}
	
	#noflashcontent {
		margin: 30px;
		width: 800px
	}
	
/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
	}
	
	a:link, a:visited,	a:hover, a:active {
		color: #454545;
		text-decoration: none;
	}

/* navigation */
	
	#header 
	{
		margin: 0px, 0px, 100px, 0px;
	}
	
	#navlist
	{
		margin: 0;
		padding: 0 0 20px 10px;
		border-bottom: 1px solid #333;
	}
	
	#navlist ul, #navlist li
	{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}
	
	#navlist a:link, #navlist a:visited
	{
		float: left;
		line-height: 14px;
		font-weight: bold;
		margin: 0 10px 4px 10px;
		text-decoration: none;
		color: #666;
	}
	
	#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
	{
		border-bottom: 4px solid #333;
		padding-bottom: 2px;
		background: transparent;
		color: #3399CC;
	}
	
	#navlist a:hover 
	{ 
		color: #fff;
	}

/* end navigation */



/* wrapper */

	#content {}
		
	#sitecontent 
	{
	}
	#column
	{
	}
	
/* content */


	h1, h2, h3, p
	{
		color: #FFFFFF;
		font-size: 9px;
		font-style: normal;
		font-weight: normal;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
	}
	
	h1 {
		font-weight: bolder;
		margin-top: 40px;
	}
	
	p {
		margin-top: 5px;
	}

