/* CSS Document */

body	{background-color: #6666CC;
		background-repeat: repeat;
		font-family: "Helvetica";
		position: relative;
}


#container	{width: 750px;
			height: auto;
			margin-left: 0px;
}


#title		{background-color: white;
			font-size: medium;
			position: relative;
			width: 210px;
}

.front		{width:210px;}

.index		{width: 210px;}

#contents1	{background-color: white;
			width: 200px;
			font-size:x-small;
			position: relative;
			padding: 5px;
}

#contents2	{background-color: white;
			width: 200px;
			font-size:x-small;
			position: relative;
			padding: 5px;
			height: 300px;
}

#showme		{background-color: white;
			padding: 5px;
			font-size: x-small;
			position: absolute;
			left: 220px;
			right: auto;
			top: 34px;
			bottom: 0px;			
}

#showsmall	{background-color: white;
			padding: 5px;
			position: absolute;
			font-size: x-small;
			left: 220px;
			width: auto;
			top: 0px;
			height:auto;
			}
			
.update	{font-weight: bold;
		color: white;
		background-color:red;
		font-size: -1;
		height:auto;
		height: auto}

#notes		{background-color: white;
			width: 200px;
			font-size: xx-small;
			position: relative;
			padding: 5px;
			height: 50px;}
			
#display	{background-color: white;
			width: auto;
			height: auto;
			position: absolute;
			top: 0px;
			left: 220px;
			}

.showabout	{width: 300px;}

.front		{width:210px}

#invisible	{background-color: red}

a.title:link {text-decoration: none; color: black}
a.title:visited {text-decoration: none; color: black}
a.title:active {text-decoration: none; color: black}
a.title:hover {text-decoration:none; color: red; font-weight:normal}


#contents1 a:link {text-decoration: none; color: black}
#contents1 a:visited {text-decoration: none; color: black}
#contents1 a:active {text-decoration: none; color:orange; font-weight:bold;}
#contents1 a:hover {text-decoration: none; color: red; font-weight: bold;}

/* This applies to large lists of links */
a.first:link {text-decoration: none; color: black}
a.first:visited {text-decoration: none; color: black}
a.first:active {text-decoration: none; color: black}
a.first:hover {font-weight:bold; color: red;}


.group	{text-deocration: none;}

/* This applies to large lists of links */
.group a:link {text-decoration: none; color: black}
.group a:visited {text-decoration: none; color: black}
.group a:active {text-decoration: none; color:orange; font-weight:bold;}
.group a:hover {text-decoration: none; color: red; font-weight: bold;}

/* This applies to links within bodies of text */
.single a:link {text-decoration: none; color: orange}
.single a:visited {text-decoration: none; color: orange}
.single a:active {text-decoration: none; color: black}
.single a:hover {font-weight:bold; color: red;}

bold	{font-weight: bold;}
