/*
Structure
----------------------------*/
html	{
	margin:0;
	padding:0;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url('../bg/th1.jpg');
	color:#000; 
	font:75%/1.6em Verdana, Sans-serif;
}

#sav.container	{
	display:block;
	position:relative;
	text-align:left;
	margin:0px auto;
	width:780px;
	border:1px solid #aaa;
	background:#fff;
}

#top	{
	clear:both;
	float:left;
	width:100%;
	font:95%/1em Verdana, Sans-serif;
	background-color:#567;
}

#top ul {
	margin:0px 0px;
  	padding:0px 20px;
   	list-style:none;
}

#top li {
  	float:left;
	margin:0px;
	padding:0px 0px;
	line-height:1em;
	text-indent:0;
}
#top li.right {
  	float:right;
	margin:0px;
	padding:0px 0px 0px 5px;
	line-height:1em;
	text-indent:0;
}

#top a	{
  	float:left;
	margin:0px;
	padding:0.5em 15px  0.3em 0px; 
	font:95%/1em Verdana, Sans-serif;
 	border-left:0px solid #ddd;
 	border-top:0px solid #b5b5b5;
	border-right:0px solid #b5b5b5;
	border-bottom:0px solid #b5b5b5;
	color:#9cf;
	text-decoration:none;
	white-space:nowrap;
}

#top strong {
  	float:left;
	margin:0px;
	padding:0.5em 15px  0.3em 0px; 
	font:95%/1em Verdana, Sans-serif;
	font-weight:normal;
 	border-top:0px solid #b5b5b5;
	border-right:0px solid #ddd;
	border-bottom:0px solid #b5b5b5;
	color:#f95;
	text-decoration:none;
	white-space:nowrap;
}

#top a:visited	{
	text-decoration:none;
}

#top a:hover {
  	color:#f95;
	text-decoration:none;
}

#top a:active {
	text-decoration:none;
}

#banner	{
	clear:both;
	height:90px;
	width:100%;	
	font:110%/1em Verdana, Sans-serif;
	background:url('../bck/a3_t.jpg') 0 0 no-repeat;
}

#nav	{
	display:block;
	float:left;
	width:100%;
	border-top:0px solid silver;
	border-bottom:0px solid #fed;
	background:#567 url('../bck/a3_b.jpg') 0 0 no-repeat;
}

#nav ul {
	margin:0px 0px;
  	padding:0px 20px;
   	list-style:none;
}

#nav li {
  	float:left;
	margin:0px;
	padding:0px 0px;
	line-height:1em;
	text-indent:0;
}

#nav a	{
  	float:left;
	margin:0px;
	padding:0.5em 15px  0.3em 0px; 
	font:110%/1em Verdana, Sans-serif;
 	border-left:0px solid #ddd;
 	border-top:0px solid #b5b5b5;
	border-right:0px solid #b5b5b5;
	border-bottom:0px solid #b5b5b5;
	color:#eee;
	text-decoration:none;
	white-space:nowrap;
}

#nav strong {
  	float:left;
	margin:0px;
	padding:0.5em 15px  0.3em 0px; 
	font:110%/1em Verdana, Sans-serif;
	font-weight:normal;
 	border-top:0px solid #b5b5b5;
	border-right:0px solid #ddd;
	border-bottom:0px solid #b5b5b5;
	color:#f95;
	text-decoration:none;
	white-space:nowrap;
}

#nav a:visited	{
	text-decoration:none;
}

#nav a:hover {
  	color:#f95;
	text-decoration:none;
}

#nav a:active {
	text-decoration:none;
}

#main	{
	display:block;
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	background:url('../bg/bgmus.jpg') repeat-y 0 0;
}

#comment	{
	clear:left;
	color:#c95;
	background:url('../symb/more.gif') 0% 50% no-repeat;
	font: 10px/1.5 Verdana, Sans-serif;
	padding:0px 0px 0px 20px;
	margin:10px 10px 10px 20px;
	border-top:1px dotted #ddd;
}

/* two main columns 1 - 2
---------------------------*/
#cs1	{
	display:block;
	float:left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width:525px;
	border:0px solid blue;
}

#cs2	{
	display:block;
	float:right;
	margin:0px;
	padding:0px;
	width:254px;
	border:0px solid blue;
}

#colhead1	{
	margin:0px;
	padding:0px;
	background-color:#ddd;
	width:525px;
}

#colhead2	{
	margin:0px;
	padding:0px;
	width:254px;
}

/*supp
----------------------------*/
#supp {
	display:block;
	margin:0px;
	padding-left:15px;
}
  
#supp ul {
	margin: 15px 0px 20px 0px; 
	padding: 0; 
	list-style: none;
}

#supp li  {
	position: relative; 
	margin: 0;
	font: 90%/1.6 Verdana, Sans-serif;
	padding:0.5em 10px 0.3em 0px; 
	background:url('../symb/arrow.gif') 0% 50% no-repeat;
}

#supp li.first  { 
	color:#000f0f;
	background:url('../symb/arrow.gif') 0% 20% no-repeat;
}

#supp li strong  { 
	margin: 0px 0px 0px 20px;
	text-decoration: none;
	color:#f95;
	font-weight:normal;
	border-bottom:1px solid #f95 ;
}

#supp li a { 
	margin: 0px 0px 0px 20px;
	padding:0px;
	text-decoration: none;
	color:#00f;
	border-bottom:0px dotted ;
}

#supp li a:hover { 
	text-decoration: none;
	color:#00f;	
	border-bottom:1px solid #00f;
}

/*
Footer
-----------------------------*/
#footer	{
	clear:both;
	background-color:#456;
	font: 95%/1em Verdana, Sans-serif;
	color:#ffc;
	margin:0px;
	padding:0px;
	width:100%;
}

#footer  a	{
	text-decoration:none;
  	color:#bb9955;
}

#footer a:visited	{
	text-decoration:none;
}

#footer a:visited	strong.nice {
	text-decoration:none;
}

#footer a:hover	{
	text-decoration:none;
	border-bottom:1px solid #bb9955;
}

#footer a:active	{
	text-decoration:none;
}

/*
Headings
-------------------------*/
h1	{
	margin:0px;
	padding:1em 0px 0.3em 20px;
	color:#777;
	font:110%/1.6em Verdana, Sans-serif;
	font-weight:bold;
	border-bottom:1px solid #bbb;
}

h1.col1	{
	background-color:#ddd;
	font-weight:bold;
}

h1.col2	{
	color:#776;
	background-color:#ccc;
}

h3	{
	margin:0px;
	padding:15px 0px 0.35em 20px;
	color:#c95;
	font:110%/1.6em Verdana, Sans-serif;
}

h3.show	{
	clear:left;
	height:2em;
	margin:5px 0px 0px 0px;
	padding:0.4em 0px 0px 20px;
	color:#c80;
	font:110%/1.6em Verdana, Sans-serif;
	font-weight:bold;
	background-color:#eee;	
}

h4	{
	margin:0px;
	padding:10px 10px 0.35em 20px;
	font:110%/1.6em Verdana, Sans-serif;
	color:#c00;
	font-weight:bold;
}

/*
Paragraphs
--------------------------------------------------------------*/
p.center	{
	margin:0px;
	padding:0.5em 0px 0.5em 0px;
	text-align:center;
	font: 100%/1.5 Verdana, Sans-serif;
}

p.padd	{
	margin:0px 15px 0px 20px;
	padding:0.25em 0px 0.25em 0px;
	text-align:left;
	font: 110%/1.6 Verdana, Sans-serif;
	color:#000;
}

p.padd strong  {
	font-weight:bold;
	font-style:normal;
}

p.padd1	{
	margin:5px 10px 0px 20px;
	padding:0.25em 0px 0.5em 0px;
	text-align:justify;
	font: 95%/1.6 Verdana, Sans-serif;
	color:#777;
	width:490px;
	letter-spacing:-1px;
}

p.padd1 strong  {
	color:#777;
	font-weight:bold;
	font-style:normal;
}


p.paddr	{
	margin:0px;
	padding:2px 10px 2px 15px ;
	color:#000;
	font: 95%/1.6 Verdana, Sans-serif;
	text-align:left;
}


p.just	{
	margin:0px 15px 0px 20px;
	padding:0.25em 0px 0.25em 0px;
	text-align:left;
	font: 110%/1.6 Verdana, Sans-serif;
	color:#000;
	text-align:justify;
}

p.just strong  {
	font-weight:bold;
	font-style:normal;
}

p.back	{
	text-align:right;
	margin:5px 15px 5px 20px;
	padding:2px 0px 2px 20px; 
	font: 11px Verdana, Sans-serif;
	background:url('../symb/larrow.gif') 82% 50% no-repeat;
}

p.back	a {
	color:#00f;
	border-bottom:1px dotted #00f;
	background:#eeeedd;
}

p.back	a:hover {
	color:#00f;
	border-bottom:1px solid #00f;
	background:#ffcc99;
}



/*Images
--------------------------------*/
img.left	{
	float:left;
	border:0px solid red;
	padding:0px 0px;
	margin:5px 10px 0px 0px;
}

/*Links
---------------------------------*/
a:link {
	text-decoration:none;
}

a:visited	{
	text-decoration:none;
}

a:hover	{
	text-decoration:none;
}

a:active	{
	text-decoration:none;
}

/*
Miscellaneous
------------------------------*/
strong	{
	font-size:100%;
}	

strong.wide {
	letter-spacing:1px;
}

strong.nice {
	letter-spacing:1px;
	font-weight:normal;
}

em	{
	font-weight:normal;
	font-style:italic;
}