/* Tag Definitions */

body	{ 
		   background-color: #cfcfcf;
		  font-family:  "Book Antiqua", Gentium, Palatino, Garamond, "Times New Roman", Times, serif;
		  background-image: url("../imgs/serpents_iz_mus.gif"); 
		  	background-repeat: repeat;
		  	background-position: top left;
			background-attachment: fixed;
		  font-size: 12pt; }
		   		
		   	
		   		
a:link { color: #0033bb; font-weight: normal; text-decoration: none; }

a:visited { color: #002288; font-weight: normal; text-decoration: none; }

a:active { color: #0033bb; font-weight: normal; text-decoration: none; }

a:hover { color: #0033bb; font-weight: normal; text-decoration: underline; }

p	{
		margin-top: .25em;
		margin-bottom: .25em;
		
	}
	
	
img { border: none; } 		

H1 		{		
		
		font-size: 22pt; 
		margin-top: .2em;
		margin-bottom: .5em;
		font-variant: small-caps;
		
		}



H2		{
		
		font-size: 20pt;
		margin-top: .2em;
		margin-bottom: .5em;
		font-variant: small-caps;
		
		}


H3		{
		
		font-size: 18pt;
		margin-top: .2em;
		margin-bottom: .5em;
		font-variant: small-caps;
		
		}
 
 OL     {
 
           color: #050505;
           
           }

	
/* Class Definitions */

.maintitles 	{
				padding: 10px; 
				background: black;
				color: white;
				
					}

.linklist {

				border-width: 0 0 1px 10px;
				border-style: none none solid solid; 
				border-color: white;
				padding-top: 2px;
				margin-top: 8px;

			}

.pad { padding:  10px; }

.marg { margin: .2em; }

.white { color: white; }

.black { color: black; }

.blackback { background: black; }

.whiteback { background: white; }

.contrast { color: darkgreen; }

.center { text-align: center; }

.tiny { font-size: 8pt;}

.xsmall { font-size: 9pt }

.small { font-size: 10pt; }

.medium { font-size: 11pt; }

.large { font-size: 14pt; }

.bottom { margin-bottom: 15px; }

.big { font-size: 16pt; }


.tight 	{ 
				margin-top: 0em;
				margin-bottom: 0em;		
		 }


.wide	 { 		margin-top: .25em;
				margin-bottom: .75em; }

.spcbef { margin-top: 1em; }
				
.spcaft { margin-bottom: 1em; }

.indent		{ 
			
			margin-left: 25px; 
			margin-right: 15px;
			
			 }

.deepindent	{

				margin-left: 3em;
				margin-right: 1em;
				
				}
				
.fl { text-indent: 1em; }

.hang {

		text-indent: -0.5em;
	
		 }
  
.box { border: solid; border-width: 2px; border-color: #bbbbbb; padding: .5em; }

.fill { border: solid; background-color: white; color: black; padding: 1em; }

/* ID Declarations */

#toplinks {  	margin-left: 10px; 
               	font-size: 75%;
				
				}

#page-top {

			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 195px;
			z-index: 12; 
			
			
			}

#transpbanner {
		position: absolute;
		top: 0px;
		left: 215px;
		width: 655px;
		height: 130px;
		z-index: 12;
		padding-top: 20px; 
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
			}



#banner {
		background-color: #cfcfcf;
		position: absolute;
		top: -3px;
		left: 215px;
		width: 655px;
		height: 130px;
		z-index: 12;
		padding-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		border-bottom: medium ridge black;
			}

#content {
		position: absolute;
		top: 139px;
		left: 0%;
		width: 100%;
		z-index: 9;
		background-image: url("../imgs/serpents_iz_mus.gif");
		background-repeat: repeat;
		background-position: top center;
		background-attachment: fixed;
		 }
			
#article { position: absolute;
			top: 0px;
			left: 220px;
			width: 640px;
			padding: 5px;
			margin-top: 25px;
			z-index: 8;
			
			}

#leftside {
		position: absolute;
		top: 6px;
		left: 0px;
		width: 175px;
		margin-left: 10px;
		margin-top: 10px;
		padding: 5px;
			}
			
#leftside a:hover { text-decoration: none; background: white; }

#rightside {
		position: absolute;
		top: 0px;
		left: 885px;
		width: 235px;
		margin-top: 10px;
		margin-left: 10px;
		padding: 5px;
			}

