
	/* Basic Template-Style */
	/* Style-Version: 1.0 */
	/* Author Sebastian Kunz, fusionsquare.com */
	
	* 
	{
		margin:0;
		padding:0;
	}
	
	html, body 
	{
		height:100%;
	}
	
	html
	{
		background-color:#FFF;
		font-family: Arial, verdana, arial, Times new roman;
		font-size:9pt;
		color:#808080;
	}
	
	td
	{
		padding:4px;
	}
	
	div
	{
		line-height:22px;
	}

	#container
	{
		position:relative; 
		left:50%; 
		margin-left:-408px;
		width:816px;
		background-image:url(./../images/bg.gif);
		background-repeat:repeat-y;
		padding-left:8px;
	}
	
	#container_space, #content_space
	{
		margin-left:8px;
		width:800px;
	}
	
	#footer
	{
		clear:both;
		position:relative; 
		margin-left:-8px;
		width:816px;
		height:30px;
		bottom:0;
		background-image:url(./../images/footer.gif);
	}
	
	#content
	{
		width:603px;
		float:left;
	}
	
	#navigation
	{
		width:187px;
		margin-right:20px;
		float:right;
	}
	
	#contentbox
	{
		text-align:justify;
		margin-left:10px;
		margin-top:10px;
		padding:10px 20px 20px 30px;
		background-image:url(./../images/content_bg.gif);
		background-repeat:no-repeat;
		background-position:0 30px;
	}
	
	#clear
	{
		clear:both;
	}
	
	h1
	{
		font-size:16px;
		color:#191971;
		margin-bottom:10px;
	}
	
	h2
	{
		font-size:14px;
		color:#191971;
		margin-bottom:10px;
	}
	
	li
	{
		margin-left:15px;
	}
	
	#foottext
	{
		color:#191971;
		font-size:11px;
		position:relative;
		top:10px;
		margin-left:200px;
	}
	
	.comage
	{
		border:solid 1px #808080;
		padding:1px;
		margin-left:5px;
		margin-right:5px;
	}
	
	/****** LINKS ******/
	
	a:link, a:visited
	{ 
		color:#191971; 
		text-decoration:underline; 
	}

	

	a:hover 					

	{ 
		text-decoration:none; 
		color:#191971; 

	}
