﻿a {
	text-decoration: none; 
}
   
.TableStyle {
	width: 800px; 
	height: 530px; 
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.Title {
	color: #FFFFFF;
	font-family: Bradley Hand ITC;
	font-size: 24pt;
	text-align: left;
	height: 35px;
	font-weight: bold;
}

.TitleRight {
	color: #FFFFFF;
	font-family: Bradley Hand ITC;
	font-size: medium;
	text-align: right;
	height: 35px;
}

.TitleRightText {
	padding-top: 15px;
}

.Background {
	background-image: url('images/Nyree%20background%20copy.jpg');
	width: 600px;
	height: 495px;
}

.BackgroundFade {
	background-image: url('images/Nyree%20background%20faded.jpg');
	width: 600px;
	height: 495px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.TableMenu {
	background-color: #998B7A;
	width: 200px; 
	height: 495px;
	text-align: left;
}
	
.Stats {
	text-align: left;
	color: #E6E6E6;
	font-family: Century Gothic, Modern, Pupcat, Arial, Verdana, sans-serif;
	font-size: large;
	padding-left: 40px;
	padding-top: 0;
	padding-bottom: 2px
}

.BioTitle {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left_menu{	/* Menu object */
	margin:0px;
	padding:0px;
	width:200px;	/* Width of menu */
}

#left_menu li{
	padding-top:0px;	/* Space between each menu item */
}
	
#left_menu li a{	/* Text rules for the menu items */
	color:#FFFFCC;	/* White text color */
	text-decoration:none;	/* No underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
	letter-spacing:2px;	/* Extra space between each letter of the menu items */
	font-size:1.4em;	/* Fixed font size */
	padding-left:5px;
	line-height:2.0em;	/* Height of menu links */
	display:block;
}

#left_menu li a:hover { 
	color:#000000;	/* White text color */
	text-decoration:none;	/* No underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
	letter-spacing:2px;	/* Extra space between each letter of the menu items */
	font-size:1.4em;	/* Fixed font size */
	padding-left:5px;
	line-height:2.0em;	/* Height of menu links */
	display:block;
	background:#807280;
}
