﻿/*3 Column divider controls */
/*--------------------------*/

@font-face
{
	font-family:MrsEavesSmartLig;
    src: url('..font/mrseavesjustligroman.ttf');
    src: local(MrsEavesSmartLig), url('..font/mrseavesjustligroman.ttf') format('opentype');
}


body {
	background-image:url('../images/GoldBokeh.jpg');
	/*
	background-repeat:repeat-y; 
	background-color:#cc9933;
	*/
	background-color:#e7d9c0;
	color:#000000;
	
}

hr{
	color:##cc9933;
	height:-15px;
}

#wrapper {
	text-align: left;
	width: 900px;
	/*font-family: Verdana;*/
	font-family:MrsEavesSmartLig;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0px auto;
	padding: 0px;
	background-color: ##e7d9c0;
	color: ##e7d9c0;
}

#left {
	float: left;
	width: 900px;
	font-family:MrsEavesSmartLig;
	border-left:medium black;
	/*background-color: #999999;*/
}

#right {
	float: right;
	width: 300px;
	font-family:MrsEavesSmartLig;
	/*background-color: #999999;	*/
}

#center { 
	float: left;
	width: 300px;
	font-family:MrsEavesSmartLig;
	/*background-color: #999999;*/
}

#clearleft{
	clear:left;
	
}

#clearright{
	clear:right;
	
}

.header {
	
}

.navigation {
	
}

.footer{
	font-family:MrsEavesSmartLig;
	font-style: italic;
	font-size:medium;
	color: ##e7d9c0;
	text-align: center;
}

.imapMainNav{
	border: 0px;
}

.strike{
	text-decoration:line-through;
}

/* Styles for table and 3 column */
/*--------------------------*/
.imapMainNav{
	border: 0px;
}

.leftedge {  
	border-color: black; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}

.topedge {  
	border-color: #FF0000 black black; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

.topleftedge {  
	border-color: #FF0000 black black #0000FF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}

.tablefontTitle {
	font-family:MrsEavesSmartLig;	
	/*
	font-family: verenda, Arial, Helvetica, sans-serif;
	*/
	font-style: normal;
	font-size: x-large;	
	color: #000000;
	border-bottom-width: 1px; 	
}

.tablefontRow {
	font-family:MrsEavesSmartLig;	
	font-style: normal;
	font-size:x-large;	
	color: #000000;
}
.tablefontCellLeft {
	width: 254px;
	font-family:MrsEavesSmartLig;	
	font-style: normal;
	font-size:large;	
	color: #000000;
}

.tablefontCellCenter {
	width: 249px;
	font-family:MrsEavesSmartLig;	
	font-style: normal;
	font-size:large;	
	color: #000000;
}

.tablefontCellRight {
	width: 410px;
	font-family:MrsEavesSmartLig;	
	font-style: normal;
	font-size:large;	
	color: #000000;
}

.bodyfontTable {
	font-family:MrsEavesSmartLig;	
	/*
	font-family: verenda, Arial, Helvetica, sans-serif;
	*/
	font-style: normal;
	font-size:large;	
	color: #000000;
}


a:visited {
	color: #00FFFF;
}

/*
-- Advanced Selectors
*/
#nav>li{
	background: url('../images/folder.png') no-repeat left top;
	padding-left:40px;
	padding-top:10px;
}

#openingMessage {
	font-family:MrsEavesSmartLig;	
	/*
	font-family: "French Script MT";
	*/
	font-style: normal;
	font-size:40px;
	/*
	color: #e7d9c0;
	*/
	color:black;
	text-align: center;
}

.centerText{
	text-align:center;
}

.galaProgramText{
	text-align:center;
	font-size:x-large;
}
/*Bullets*/
ol.a{
	list-style: circle;
	text-align: left
}
ol.a.biglist{
	font-family:MrsEavesSmartLig;	
	/*
	font-family: verenda, Arial, Helvetica, sans-serif;
	*/
	font-style: normal;
	font-size:large;
	color: #990000;
	padding-bottom:25px;	
	padding-left:150px;
	list-style: circle;
}

