a:link 	{				/* unvisited link */
	color: #blue;
	text-decoration: none;
	font-weight:bold
	}

a:visited 					/*  visited link */
	{
	color: #0033FF;
	text-decoration: none
	}

a:hover					/* selected link */
	{
	text-decoration: underline;
	color: #FF1100
	}

html,body
	{
	margin:0;
	padding:0
	}
	
body	{
	: 76% arial,sans-serif
	}

p
	{
	margin:0 10px 10px
	}

i	{
	font-style: italic;
	font-style: bold
	}

	
div#header h1
	{
	height:56px;
	line-height:200%;
	margin:0; 
	text-align: center;
 	padding-left:0px;
	background: #FC573A; 
	color:#000099
	}

h2
	{
	font:110% tahoma;
	height 50px;
	line-height: 40px;
	margin:0; 
	text-align: left;
   	color:#000000
	}

h3	{
	font:100% tahoma;
	height:40px;
	line-height:30px;
	margin:0; 
	text-align: left;
   	color:#0033CC
	}

h4	{
	font:105% tahoma;
	height:40px;
	line-height:40px;
	margin:0; 
	text-align: left;
   	}	

h5	{
	margin:0; 
	text-align: left;
	background: #EFEFE7; 
	color:#000000
   	}	

li	{
	font:75% tahoma
}

div#content p
	{
	line-height:1.4
	}
 
div#RightBar
	{
	background: #FFFFFF;
	font: 76% arial,sans-serif;
	float:left;
	width:200px;;
	margin-left:-200px
	}


div#navigationbar
	{
	background:#FFFFFF; 
	float:left;
	width:200px;
	margin-left:-100%
	}


div#menutop
	{
	float:right; 
	width: 105px; 
	position:absolute;
	left: 5px;;
	font:85% tahoma;
	text-align: center;
	margin:0;
	background:  #000000;
	color: #FFFFFF
	}

div#menu
	{
	float:right; 
	width: 105px; 
	position:absolute;
	left:5px;;
	font:80% tahoma;
	margin:0;
	background:  #FFFFFF;
	color: #000000
	}




div#footer
	{
	clear:left;
	width:100%;
	background: #333;
	color: #fff
	}

div#footer p
	{
	font:70% tahoma;
	margin:0;padding:5px 10px
	}

div#wrapper	
	{
	float:left;
	width:100%
	}
	
div#content
	{
	margin: 0 20% 0 200px
	}

div#list
	{
	font:70% tahoma;
	line-height:30px
	}

img#imgleft
	{
	float:left
	}
