﻿/*re-deinfe tags*/
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size:0.8em; 
	color:#6d6e70;/*Light GrayText*/
	padding:0.5em;
	line-height:1.4em; 	
	text-align:justify; 
}

a
{
	color:#6d6e70;/*Light GrayText*/
}

h1
{
	font-size:1.8em; 
	padding-bottom:1em;
}


h2
{
	font-size:1.5em; 
	padding-bottom:1.3em;
}


h3
{
	font-size:1em; 
	font-weight:bold; 
	color:#434446;/*Dark GrayText*/
	margin-bottom:0em;  
}

hr
{
	color:#2d779c;
	height:0.1em;
	margin-top:-0.5em; 
}

p
{
	margin-top:0em;
	margin-bottom:1.4em;
}

.signiture
{
	font-weight:bold;
}

ul 
{
	list-style-type:disc;
	list-style-position:inside;
	line-height:1.5em; 
	padding-bottom:1em; 
}

ol 
{
	list-style-type:decimal;
	list-style-position:inside;
}

/*Section Themes*/
.OrangeThemeText{color:#ed7f23;}
.PurpleThemeText{color:#9e7bb7}
.GreenThemeText{color:#51ad7b}
.BlueThemeText{color:#7097cf}
.RedThemeText{color:#b71e49}

/*Page Layout*/
.pagecontainer 
{
	width:900px ; 
	max-width:900px; 
	margin: 0 auto;
	vertical-align: middle; 
}

.pageimages
{
	float:right;
	width:220px;
}

.pageimages img
{
	float:right;
}

.pagetext
{
	margin-left:170px;
	margin-right:220px;
}

.pagemenu
{
	float:left;
	width:150px;
}

/*Menu Styles*/

.OrangeThemeBlock{background-color:#ed7f23;}
.PurpleThemeBlock{background-color:#9e7bb7}
.GreenThemeBlock{background-color:#51ad7b}
.BlueThemeBlock{background-color:#7097cf}
.RedThemeBlock{background-color:#b71e49}
.BlackThemeBlock{background-color:#d2cccc}

.OrangeThemeBlock,.PurpleThemeBlock,.GreenThemeBlock,.BlueThemeBlock,.RedThemeBlock, .BlackThemeBlock
{
	width:3px;
	height:20px;
	margin-right:5px;   
	float:left;  
}

ul.menu
{
  list-style-image:none;
  list-style-type:none;   
  font-family:Arial;
  font-weight:bold;
  font-size:small;   
  color:#828282;
  width:150px;
  padding:0px; 
  margin:0px;
  float:left; 
  list-style-position:outside;
  text-align:left; 
}

ul.submenu
{
  list-style-image:none;
  list-style-type:none;   
  list-style-position:outside;
  width:150px;
  padding: 10px 0px 5px 6px; 
  margin:0px;
  float:left; 
  text-align:left;
  font-weight:normal; 
}

ul.submenu li
{
  padding:2px !important;  
  border-style:none!important;
}

ul.submenu a:hover
{
  color: #005886;
}

ul.menu li
{
  border-bottom-style:solid;
  border-bottom-width:1px;  
  border-bottom-color:#cccccc;
  padding:7px;
  color:#828282;
}

div.pagemenu .activepage
{
	/*font-weight:bold;*/
	color: #005886;
}

div.notenumbers .activepage
{
	background-color:#e5d8d8;  
}

ul.menu a
{
	color:#828282;
	text-decoration:none; 
	display:block;
}
 
 .notenumbers span
 {
 background-color:#e5d8d8; 
 padding-right:2px; 
 }
 
 .notenumbers
 {
	margin-left:100px;
	border-width:1px;
	border-color:#e5d8d8;
	border-spacing:0px; 
	border-style:solid;	
	padding:0 0 0 1px;
	width:470px; 
 }
 
 .notenumbers a:hover
 {
	color: #005886;
	/* text-decoration: underline; */
	background-color:#e5d8d8;  
 }
 
 .notenumbers a
 {
	text-decoration:none; 
	padding-right:1px;	
	padding-left:1px;
 } 
 
  .noteselected
 {
	font-weight:bold;
 } 
 
 .footer
 {
  	text-align:center;
 	font-size:0.7em;  
 	margin-left:auto;
 	margin-right:auto;   
 }
 
hr
{
	margin:10px;
}
