*
	{
	margin:0;
	padding:0;
	}

body 
	{
	background:#004080;
	font-family: verdana, helvetica, arial, "sans serif";
	font-weight: normal;
	color: #fff;
	font-size: 80%;
	text-align: justify;
	margin:5px 5px;
	position:relative;
	width:800px;
	}

a:link  	
	{  
	color:#c0c0c0;
	text-decoration:none;
	}
	
a:visited
	{  
	color:#c0c0c0;
	background: transparent;
	text-decoration:none;
	}

a:hover 
	{
	color: #fff;
	background: transparent;
	text-decoration: underline;
	}
	
a:active, a:focus

	{
	color: #fff;
	background: transparent;
	text-decoration: underline;
	}

h1 
	{  
	color:#c0c0c0;
	background: transparent;
	font-size: 1.5em; 
	font-weight: normal;
	float:left;
	clear:left;
	margin: 0em .2em 1em 0em;
	text-align: left;
	} 

#home h1{float:none;}

h2 
	{  
	color:#c0c0c0;	
	background: transparent;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0em 0em 1em .5em; 
	text-align: left;
	}

h3 
	{ 
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0 .5em 0;
	text-align: left; 
	}

p 
	{
	font-size: 1em;  
	line-height: 1.3em;
	margin: 0 0 1em 0;
	}

li
	{
	list-style-type: square;
	margin-left: 1.8em;
	}
	
#gallery li
	{
	list-style-type: none;
	display: inline;
	margin-left: 1.8em;
	}
		
#nav
	{
	position: absolute;
	width: 140px;
	top: 5px;
	right: 8px;
	text-align:left;
	}

#switcher
				 {
				 	position: absolute;
	top:170px;
	right: 5px;
						}

#switcher1
	{
	font-size: 12px;
	}
	
#switcher2
					{
					font-size: 15px;
					}
#switcher3
					{
					font-size: 18px;
					}

a#switcher1 ,  a#switcher2, a#switcher3
						{
						border: 2px solid #c0c0c0;
						padding: 0 2px;
  					margin: 2px;
						width: 10px;
						}						
				
a:hover#switcher1 ,  a:hover#switcher2, a:hover#switcher3 	
					 {
					 	color: #004080;
						background: #c0c0c0;
						text-decoration: none;
						}				
	
#nav ul
	{
	border-top: 1px solid #c0c0c0;
	}

#nav li
	{
	border-bottom:1px solid #c0c0c0;
	text-indent: .2em;
	list-style-type:none;
	margin: 0;
	}
	
#nav a
	{
	display: block;
	padding: .2em 0 .2em 0;
	}
	
#nav a:hover, #nav a:active, #nav a:focus
	{
	color: #004080;
	background: #c0c0c0;
	text-decoration: none;
	}


#maincontent
	{
	margin-right:150px;
	padding-left: 10px;
	padding-right: 8px;
	}
	
img
	{
	float: right;
	top: 5px;
	}
	
#w3cimg img
	{
	float: left;
	clear: left;
	border: 0;
	}
	
img#placeholder 
	{
	float:none;
	margin-top: 10px;
	margin-left: 1.8em;
	}
	
p#caption 
	{
	margin-left: 1.8em;
	}
	
#footer 
	{  
	 font-size: .7em;
	 text-align: left;
	}
	
.code
	{
	font-family: courier, serif;
	}