body {
		 color:#000000;background-color:#fff;
		 font-size:10pt;
		 font-family:"Verdana","Georgia","Helvetica", "Arial", sans-serif}
i { color:#500028;font-style:italic }
h1 {color:#FF0000; font-size:14pt}
h2 {color:#FF0000; font-size:12pt}
h3 {color:#000000; font-size:12pt} 


.menutext { color:#202020;font-size:10pt;font-family:"Verdana","Georgia","Helvetica", "Arial", sans-serif}
.logo		 { color:#FFFFFF;
					background-color:#BBB;

					font-size:36pt;
					font-family:"Arial","Helvetica", sans-serif;
					font-weight:bold;
					border-top: 1px solid #fff;	
					border-bottom: 1px solid #000;

					}
.logotext { color:#FFFFFF;
					background-color:#BBB;

					font-size:36pt;
					font-family:"Arial","Helvetica", sans-serif;
					font-weight:bold;
					}
.tm 			 { color:#FFFFFF;
					background-color:#BBB;
					font-size:10pt;
					font-family:"Arial","Helvetica", sans-serif;
					font-weight:bold;
					}
.logotext2 { 
					color:#FF0000;
					background-color:#DDD;	
					font-size:10pt;
					font-family:"Arial","Helvetica", sans-serif;
					text-align:right;
					}
.logotext2 a { 
					color:#FF0000;
/*					background-color:#EEE;	
					font-size:10pt;
					font-family:"Arial","Helvetica", sans-serif;
					*/
					}
					
.logotext3 { 
					color:#888;
					background-color:#EEE;					
					font-size:10pt;
					font-family:"Arial","Helvetica", sans-serif;

					}
.newstext { 
					color:#222;
					/*font-size:10pt;*/
		 		width:600px;	
					font-family:"Verdana","Arial","Helvetica", sans-serif;
					margin-left:12px;
					margin-right:12px;
					margin-top:6px;
					}
.newstext h2 {
					/*font-size:12pt;*/
					}
.newstext h3 {
					/*font-size:10pt;*/
					}

.newstext ul {
						list-style: none;
					}
.newstext table {
					font-size:10pt;
					font-family:"Verdana","Arial","Helvetica", sans-serif;					
					}

.imagetext { 
					color:#222;
					font-size:8pt		 		
					font-family:"Verdana","Arial","Helvetica", sans-serif;
					margin-left:12px;
					margin-right:12px;
					margin-top:6px;
					}
					
.headermenu {background-color:#EEEEEE;color:#202020;font-size:10pt;height:18px}
.headermenu td {background-color:#EEEEEE;text-align:center;color:#000000;font-size:10pt;height:18px}
.headermenu a {font-weight:bold;text-decoration:none;color:#000000;border:#0}
.headermenu a:visited {color:#000000;}
.headermenu a:link {color:#000000;}
.headermenu a:active {text-decoration:none;color:#FF0000;}
.headermenu a:hover {text-decoration:none;background:#888888;color:#FFFFFF;}

.indent {margin-left:24px}

.cv {font-size:12px}

.h1link {color:#FF0000; font-size:14pt}
.h2link {color:#FF0000; font-size:10pt}

.review {font-size:10pt;}
.reviewer {font-size:10pt;text-align:right;}

.designh2 {color:#FF0000; font-size:10pt;font-weight:bold;}

.admin {background-color:#EEEEEE;font-size=10pt;}
.admini {background-color:#DDDDDD;font-size=10pt;}
.adminh {background-color:#CCCCCC;font-size=10pt;}

.MenubgOff		{
	BACKGROUND-COLOR: Black; 
	FONT-FAMILY: Verdana; 
	COLOR: #ffffff; 
	CURSOR: hand; 
	FONT-SIZE: 10pt;
	font-weight: bold;
	height: 21px;	
	white-space: nowrap;	
	text-align:center;
}
.MenubgOn		{
	BACKGROUND-COLOR: White; 
	COLOR: #000000; 
	CURSOR: hand; 
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;	
	font-weight: bold;	
	height: 21px;
	white-space: nowrap;
	text-align:center;	
}
.Menu {
	text-align:center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 10pt;	
}
#page-nav {
	font-size:10pt;

	padding: 0;
	list-style: none;
	display: block;
/*	position: absolute;*/
	background: #e6e6e6 url(images/button-bg.png) right repeat-y;	
/*	left: 105px;
	top: 55px;
	right: 0;
*/	z-index: 300;
}
#page-nav li {
	margin: 0;
	padding: 0;
	float: right;
	background: #e6e6e6 url(images/button-bg.png) right repeat-y;
}
#page-nav li a {
	float: left;
	display: block;
	border: 1px solid #3e4e2f;
	border-width: 1px 1px 1px 0;
	padding: 1px 11px;
	color: #333;
	text-decoration: none;
	background: transparent url(images/button-ridge.gif) top left no-repeat;
}
#page-nav li.first a {
	border-width: 1px 1px 1px 1px;
}
#page-nav li a img {
	border: 0;
	vertical-align: middle;
	margin-right: 4px;
}

#page-nav li a:hover {
	background: transparent url(images/button-ridge-hov.gif) top left no-repeat;
	background-color: #777;
	color: #fff !important;
}

#button {
	width: 130px;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	padding: 0 0 0em 0;
	margin-bottom: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:10pt;
	background-color: #f00;
	color: #f00;
	}
/*
	The first rule is for the #button DIV. It defines the space that 	
	the menu will occupy, and provides a context for the menu so that 
	we can define the way the list and links will behave inside the DIV. 
	I chose to make the menu fluid, based on the browser’s font size 
	preferences, so (almost) all units are in ems. This includes the 
	width of the menu. The solid black border on the right was based 
	on the original design from Michael. The bottom padding is there to 
	extend the DIV down beyond the menu of links so that you can see the 
	background of the DIV. Again, this follows the original design. The 
	bottom margin is to separate the DIV from what follows it. The 
	colors came from the original design.
*/
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		text-align:left;
		}
		
	#button li {
		border-top: 1px solid #fff;	
		border-bottom: 1px solid #000;
		margin: 0;
		}

/*Next I defined what the list will look like. Since all the list items were to be links, 
	and the rollover functionality would be built into the CSS for the links, 
	I essentially removed all styling from the lists. 
	I did add a single pixel border on the bottom of each link that matched the background 
	of the #button DIV, to work as the separator. In the original design, this was an image.
*/
	#button li a {
		display: block;
		padding: 0px 5px 5px 0.5em;
		border-left: 0px solid #BBB;
		border-right: 0px solid #999;
		background-color: #F00;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 0px solid #BBB;
		border-right: 0px solid #0C3;
		background-color: #C00;
		color: #fff;
		}
#button li a:active {
		border-left: 0px solid #F00;
/*
//		border-right: 20px solid #5ba3e0;
//		border-top:1px solid #003399;
//		border-bottom: 1px solid #66ccff;

//		background-color: #2586d7;
*/		color: #fff;
		font-weight:normal;
		}
