﻿body 
{
    background-color: #664E3C;
    font-family: Verdana, Sans-Serif;
    margin: 0px;
    font-size: 80%;
}

/***** links - standard *****/
	A:link { color: #8e0a08;  text-decoration: none;}
	A:visited { color: #8e0a08; text-decoration: none; }
	A:active { color: #699bab; text-decoration: underline;}
	A:hover { color: #699bab; text-decoration: underline; }
/*end links - standard style*/

/*****HEADER STYLE*****/
h1
{
    color: #8e0a08;
    font-size: 150%;
}

h2
{
    color: #699bab;
    font-size: 130%;
}

h3
{
    color: #8e0a08;
    font-size: 110%;
}

h4
{
    color: #699bab;
    font-size: 100%;
}

h5
{
    color: #8e0a08;
    font-size: 80%;
    text-transform: uppercase;
}
/*end header style*/
#logo
{
    background-color: #FFFFFF;
}

#header
{
    border-bottom: 1px solid #664E3C;
    padding: 14px 0px;
    text-align: center;
}

#creamContainer
{
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 10px;
    background-color: #FCF5F2;
    margin-bottom: 10px;
}

#content
{
    padding: 20px;
    margin-left: 230px;
    border-left: 1px solid #EADFD5;
}

#copyright
{
    font-size: 70%;
    color: #808080;
    font-style: normal;
    font-weight: normal;
}

.quotes
{
    background: #FCF1E2 url('/philosophy/images/quote-bg.jpg') repeat-y left;
    width: 50%;
    padding: 10px 15px;
    float: right;
    border: 1px solid #8e0a08;
    font-family: Tempus Sans ITC, Viner Hand ITC, Bradley Hand ITC, Lucida Calligraphy, Serif;
    font-size: 120%;
    font-style: italic;
    color: #664E3C;
    display: table;
}

.quotes span
{
    display: table-cell;
    vertical-align: middle;
    width: 85%;
}

.quotes img
{
    float: right;
}

.btnGo
{
    color: #8E0A08;
    font-weight: bold; 
    font-size: 90%;
}

/***** LEFT NAV START *****/

#leftNav
{
    float: left;
    padding: 20px;
    width: 210px;
}

#leftNav .HeaderPane a:active
{
    color: #8E0A08;
    font-style: italic;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}

#leftNav .HeaderPane a:hover
{
    color: #8E0A08;
    font-style: italic;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}

#leftNav .HeaderPane a:visited
{
    color: #8E0A08;
    font-style: italic;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}

#leftNav .HeaderPane a:link
{
    color: #8E0A08;
    font-style: italic;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}

#leftNav
{
    color: #8E0A08;
    font-style: italic;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}

{
    text-decoration: underline;
}

#leftNav .HeaderPane a:hover
{
    text-decoration: underline;
}

#leftNav .HeaderPane
{
    border-top: 1px solid #EADFD5;
    padding-top: 5px;
    padding-bottom: 5px;
}

#leftNav .ContentPane a:active
{
    text-decoration: none;
    font-style:normal;
    color: #8d4b4a;
   }

#leftNav .ContentPane a:hover
{
    text-decoration: none;
    font-style:normal;
    color: #8d4b4a;
}

#leftNav .ContentPane a:visited
{
    text-decoration: none;
    font-style:normal;
    color: #8d4b4a;
}

#leftNav .ContentPane a:link
{
    text-decoration: none;
    font-style:normal;
    color: #8d4b4a;
}

#leftNav .ContentPane a:active
{
    text-decoration: underline;
}

#leftNav .ContentPane a:hover
{
    text-decoration: underline;
}

#leftNav .ContentPane ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    padding-bottom: 4px;
}

#leftNav .ContentPane li
{
    margin-bottom: 3px;
    margin-left: 12px;
    font-size: 90%;
}
#leftNav .subheader a:link 
{
	font-style:normal;
	color: #699bab;
}

#leftNav .subheader a:visited 
{
	font-style:normal;	
	color: #699bab;
}

#leftNav .subheader a:hover 
{
	font-style:normal;
	text-decoration: underline;
	color: #699bab;
}

/***** LEFT NAV END *****/

/***** PIC STYLE ******/
.pic
	{
	border: 1px solid #664E3C;
	float: right;
	margin: 10px;
	padding: 3px;
	}
/*end pic style*/
	

/***** TABLE PIC STYLE *****/
.defaultTable td img
	{
	float: none;
	border: 1px solid #664E3C;
	margin: 10px;
	padding: 3px;
	clear: both;
 
	}
		
.defaultTable td
	{
	vertical-align:top;
	}
/*end of table pic style*/

.footerImage
{
    height: 104px;
    border-top: 1px solid #664E3C;
    clear: both;
}

.newspanel
	{
	border: 1px solid #664E3C;
	float: right;
	margin: 10px 0px 10px 0px ;
	padding: 3px;
	}

/*default data table styling*/

	TABLE.defaultTable
		{
		}

	TABLE.defaultTable TH 
		{
		background-color: #BECACB;
		}

	TABLE.defaultTable TD 
		{
		background-color: #DEE4E4;
		}

/*end of default data table styling*/
h3#h3Cust
{
	padding-top:0px;
	margin-top: 0px;
}
hr#hrCust
{
	padding-bottom:0px;
	margin-bottom: 0px;
				
}
.home_seminar
{
	margin-top:0px;
	padding-top:0px;	
}






