	BODY 	
		{
			background-color: #C1C1C1;
			background-image: url("bkgrnd1.png");
			background-repeat: repeat;
			background-position: bottom center; 
			background-attachment: fixed;
			font-family: "times new roman", serif;    
		}
	H1	
		{
			font-size: 44pt;
			text-align: center;
			font-style: italic;
		}
	H2	
		{
			font-size: 36pt;
			text-align: center;
			font-style: italic;
		}
	P.caption	
		{
			font-size: 13pt;
		}
	P.text	
		{
			font-size: 13pt;
		}
	A:link
		{
			color: blue;
		}
	A:visited
		{
			color: purple;
		}
	A:hover
		{
			color: blue;
			background-color: yellow;
		}

	#left 
		{
			position:absolute; 
			left:0; 
			top:0; 
			height:100%; 
			width:150px; 
			background:url(sideclown.jpg) #aaa; 
			background-position:0 100px;; 
			font-size:1em; 
			color:#fff;
			z-index:4; 
		}


	.pad2 
		{
			display:block; 
			height:100px;
		}

#navcontainer ul
		{
			padding-left: 0;
			margin-left: 0;
			background-color: #800000;
			color: #FFFFFF;
			float: left;
			width: 100%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px; text-transform: uppercase; font-weight: bold;
		}

#navcontainer ul li 
		{
 			display: inline; line-height: 18px
		}

#navcontainer ul li a
		{
			padding: 0.2em 1em;
			background-color: #800000;
			color: #FFFFFF;
			text-decoration: none;
			float: left;
			border-right: 3px solid #666;
			display: inline;
		}

#navcontainer ul li a:hover
		{
			background-color: #800080;
			color: #FFFFFF;
		}

#navbar
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}
#navbar td
{
	padding-left: 0;
	margin-left: 0;
	background-color: #800000;
	color: #FFFFFF;
	width: 100%;
	height: 45px;
	border-top: 1px solid #e8edff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; text-transform: uppercase; font-weight: bold;
}
#navbar tr:hover td
{
	background-color: #600E9E;
	color: #FFFFFF;
}
#content
{
	background: url("marble2.jpg") repeat;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#button 
{
	width: 10em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #800000;
	color: #333;
}
#button ul 
{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#button li 
{
		border-bottom: 1px solid #90bade;
		margin: 0;
}
#button li a 
{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #6A0202;
		border-right: 10px solid #A90707;
		background-color: #800000;
		color: #fff;
		text-decoration: none;
		width: 100%;
}
html>body #button li a 
{
		width: auto;
}
#button li a:hover 
{
		border-left: 10px solid #800404;
		border-right: 10px solid #C10D0D;
		background-color: #720E79;
		color: #fff;
}
#subset 
{
	width: 10em;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	text-align: center;
	margin-bottom: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #74087C;
	color: #fff;
}
#subset ul 
{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#subset li 
{
		margin: 0;
		border-bottom: 0;
		border-top: 0;
}
#subset li a 
{
		display: block;
		padding: 1px 1px 1px 0.5em;
		border-left: 30px solid #6A0202;
		border-right: 10px solid #A90707;
		background-color: #540654;
		color: #fff;
		text-decoration: underline;
		width: 100%;
}
html>body #subset li a 
{
		width: auto;
}
#subset li a:hover 
{
		border-left: 30px solid #800404;
		border-right: 10px solid #C10D0D;
		background-color: #720E79;
		color: #fff;
}
#important
{
		color: #FF0000;
		text-decoration: underline;
}