	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #fff;
		background-color: #003366;
	}
	
	#container
	{
		margin: 1em auto;
		width: 760px;
		text-align: left;
		background-image: url("images/container-bg_silver.jpg");		
		background-color:#FF9900;

	}

	#topcorners
	{
		height: 30px;
		background-image:url(images/container_page_top-silver.jpg);
		background-repeat:no-repeat;	
		background-color: #003366
	}	
	
	#header
	{

		height: 300px;
		background-image: url("images/container-bg_silver.jpg");			
		background-color: fuchsia;
/* test color 		
		background-color: fuchsia;#f2f2f2
*/		
	}
	#header h1
	{
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 10%;
		color:#003366
		
	}
	#header h2
	{
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 10%;		
		color:#003366
	}

/* Main Page */
	#main
	{
	position: relative;
	top: 30px;
	left: 30px;
	margin:0;
	padding:0;
	width: 700px;
	background-color: #3399CC;
/*	background-color:#FFFF00*/		
	}

	#topmain
	{
	width: 700px;
	height:  28px;
	background-image:url(images/content_topcorners-silver.gif);
	}
	
	#btmmain
	{
	clear: both;
	width: 700px;
	height:  28px;	
	background-image:url(images/content_btmcorners-silver.gif);
	}


/* Navigation */	
	#navcontainer
	{
		position:relative;
		top: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
		float: left; 
		width: 182px;
		height: 280px;
		background-color: #3399cc;
		
/* test color		
		background-color:#9933FF;		3399cc
		*/
	}
	
	#navlist
	{
	}

	#subnavlist
	{
	}
	
	.current
	{
	color:#1a1a1a
	}

	#menu
	{
		position: relative;
		top: 0px;
		left: 20px;		
		margin: 0;
		padding: 0;
		float: left; 
		width: 150px;
		height: 260px;
		text-align: center;	
	
/* test color		
		background-color: yellow;
*/		
	}


	#menu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	
	}
	
	#menu li { 
		margin: 0;
		text-align: left;	
	 }

	#menu a
	{
	display: block;
	padding: 5px 10px;
	width: 130px;
	color: #fff;
	background-color: #006699;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: .8em;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
	#menu a:hover
	{
	color: #000;
	background-color: #3399cc;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(images/menu_bg-ovr.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

	#menu ul ul li { margin: 0; }
	
	#menu ul ul a
	{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 115px;
	color: #fff;
	background-color: #006699;
	text-decoration: none;
	font-weight: normal;
	}

	#menu ul ul a:hover
	{
	color: #000;
	background-color: #3399cc;
	text-decoration: none;
	}

/* Content*/	
	
	#content	
	{
		position: relative;
		top: 0px;
		left: 0px;
		float: right;
		margin: 0;
		padding: 10px;
		width: 480px;
		color:#fff;
		background-color: 3399cc;
		
/* test color
		background-color: aqua;
*/
	}

	#content h3
	{
	font-size: 150%;
	font-weight:bold;
	}
	.event
	{
	font-size:80%;
	font-style:italic;
	font-weight:bold
	}
	.link {
		color: #fff;
	}
	#content h4
	{
	font-weight:bold
	}
	
	.intro
	{
	padding: 0 10px 0 0;
	}
	.work
	{
	position:inherit;
	padding: 0 10px 0 0;
	}	
	.download
	{
	position:relative;
	margin-left: -20px;
	}	
	.left
	{
	position:relative;
	float:left;
	clear:none;	
	padding: 0 10px 10px 0;
	}

	.right
	{
	position:relative;	
	float:right;
	clear:none;
	padding: 0 0 10px 10px;
	}
	.photo
	{
	position:relative;	
	clear: both;
	padding: 10px 10px 10px 10px;
	}	
	.photoleft
	{
	position:relative;
	clear: both;
	padding: 0px 10px 10px 0px;
	}				

/* Subsection */
	#subsection {
		margin: 0;
		padding: 0;
		}
	.subsect_thumb {
		float: left;
		clear: left;
		margin: 0;
		padding: 10px;
		}
	.subsect_link {
		color: #fff;
		margin: 0;
		padding: 20px 10px 0 0;
	}
	.more {
	font-size: 80%
	}


#subsection a:link {
		color: #fff;
		text-decoration: none;
		font-style:italic;
        }
		
#subsection a:visited {
		color: #fff;
		text-decoration: none;
		font-style:italic;

        }
#subsection a:hover {
		color: #fff;
		text-decoration:underline;
		font-style:italic;

        }
 

/* Footer */	
	#footer
	{	
		clear: both;
		height: 80px;
		position: relative;
		top: 30px;
		left: 0px;		
		background-image:url(images/footer_page_btm-silver.jpg);
		background-repeat:no-repeat;
		background-color: #003366;

/* test color
			background-color: lime;
*/			
	}
	


