/* Global Styles */

body {
	margin:0px;
	width:100%;
	padding:0px;
	height:100%;
	background-repeat: no-repeat;
	background-attachment:fixed;
	color:#000000;
	}
h{color:#000066;
 font-size:32px;
  font-weight:bold;
  }
pt{ color:#000066; 
	font-size:24px; 
	}
p{color:#000000;}	
td {
	font:11px arial;
	color:#000000;
	}
td.bodyText	{color:#000000;}
hr {
	height:1px; 
	color: #000000;
	border: none;
	}
div.centered table.entries {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-RIGHT: #23559C 1px solid;
   BORDER-LEFT: #23559C 1px solid;
   BORDER-TOP: #23559C 1px solid;
   BORDER-BOTTOM: #23559C 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}
	
a {
	color: #000000;
	text-decoration:underline;
	}
	
a:hover {
	color: #003399;
	text-decoration:none;
	}
	
/* ID Styles */


#navigation a {
	font:11px georgia;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	color:#003399;
 	font-size:32px;
  	font-weight:bold;
	line-height:24px;
	letter-spacing:.3em
	}

#tagline {
	font:18px georgia;
	color: #003399;
	font-size:24px;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #003399;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:24px georgia;
	color: #003399;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: left;
	top: 50px;
	left: 0px;
	border:none;
	width:100%;
	height:100%;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	height:auto;
	float:left;
	margin:0em;
	margin-top: 0em;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #003399;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	
	}
	
#menuh a:link  /*, #menuh a:visited, #menuh a:active*/	/* menu at rest */ 
	{
	color: black;
	background-color: white;
	text-decoration:none;
	}
#menuh a:notvisited{
color: black;
	background-color: white;
	text-decoration:none;
	background:transparent;


}
#menuh a:visited
{	color: black;
	background-color: white;
	text-decoration:none;
	
	}
	
 #menuh a:active{
	color: black;
	background-color: white;
	text-decoration:none;
	
	
	}
	
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color:#0066FF;
	text-decoration:none;
	}	
	
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background:transparent;
	
	}
	 #menuh a.top_parent:hover 
	 {
	 background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background:transparent;
	background-color:#0066FF;
	 }
	
#menuh a.parent	/* attaches side-arrow to all parents */
	{
	background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}
 #menuh a.parent:hover
 {
 	background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color:#0066FF;
 
 }

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9.5em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 0px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:150;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;width:12em;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;width:14em;}

/* End CSS Drop Down Menu */

	
