﻿/****************************************************************
*			Styles definition for the page header
*****************************************************************/
#pageHeader
{
    width: 100%;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	background-color: #EAC310; 
	margin-left:0px;
    margin-bottom:0px;
    margin-top:0px;
    margin-right:0px;
}

#pageHeader a
{
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 11px
}

#pageHeader a:hover
{
	color: #3333FF; 
}

#pageHeaderLinks
{
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 11px
}

#siteTitle
{
	color: #201E1E; 
	text-decoration: none;
	font-weight:bold;
	font-family: Verdana; 
	font-size: 20px;
}

/****************************************************************
*			Styles definition for the menu tree
*****************************************************************/
#tree
{
  background-color: #F3F3F3;
  border-right: 0px solid #000000;
  margin-left:0px;
  margin-bottom:0px;
  margin-top:0px;
  margin-right:0px;
}

#tree a
{
	color: #000000; 
	text-decoration: none; 
	font-family: Verdana; 
	font-size: 12px
}

#tree a:hover
{
	color: #FF2222; 
}

/****************************************************************
*			Styles definition for the page body
*****************************************************************/
#pageBody
{
 	margin-left:0px;
    margin-bottom:0px;
    margin-top:0px;
    margin-right:0px;
}

#pageBody a
{
	color: #000000; 
	text-decoration: none; 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 11px
}

#pageBody a:hover
{
	color: #3333FF; 
}

#pageBodyLinks
{
	color: #000000; 
	text-decoration: none; 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 11px
}

#pageBodyTitle
{
	color: #000000; 
	text-decoration: none; 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 18px
}
/****************************************************************
*			Styles definition for the page footer
*****************************************************************/
#pageFooter
{
    width: 100%;
	background-color: #D3BF9D; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana; 
	font-weight: normal;
	font-size: 11px;
	margin-left:0px;
    margin-bottom:0px;
    margin-top:0px;
    margin-right:0px;
}

#pageFooter a
{
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana; 
	font-size: 11px;
}

#pageFooter a:hover
{
	color: #D3BF9D; 
}

/****************************************************************
*			Styles definition for the frames
*****************************************************************/
frame
{
	border:0px;
}

/****************************************************************
*			Styles for indenting 
*****************************************************************/

/* Indent style */
#level0Indent { margin-left:  1em } 
#level1Indent { margin-left:  2em }
#level2Indent { margin-left:  4em }
#level3Indent { margin-left:  6em }
#level4Indent { margin-left:  8em }
#level5Indent { margin-left:  10em }
#levelXIndent { margin-left:  12em }

/* Notes indent */
#level0NotesIndent { margin-left:  2em }
#level1NotesIndent { margin-left:  2em }
#level2NotesIndent { margin-left:  4em }
#level3NotesIndent { margin-left:  6em }
#level4NotesIndent { margin-left:  8em }
#level5NotesIndent { margin-left:  10em }
#levelXNotesIndent { margin-left:  12em }

/* Title style */
#level0Style { font-size: 18pt; font-weight: bold; margin-bottom: 0.5em; margin-left:  0.5em }
#level1Style { font-size: 14pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
#level2Style { font-size: 12pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
#level3Style { font-size: 10pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
#level4Style { font-size:  9pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
#level5Style { font-size:  8pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
#levelXStyle { font-size:  8pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
