/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;

}

html > body {
	font-size: 10pt;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	
	
}

acronym, .titleTip {
  border-bottom: 1px dotted #333333;
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
	color: #333333;
	background-color: #00FFFF;
	overflow: hidden;

}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration:  none;
  font-size: 100%;  /* For MSIE */
  font-weight: bold;
}

.headerTitle > a {
  font-size: 100%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
	color: #00FFFF;
	background-color: #00FFFF;
	font-size: 102%;
	text-align: left;
	margin: 0;
	 /*margin-left:12.5em*/
	padding-left: 30px ;
		/*padding-left: 13.0em;*/
	/*padding: 0.5ex 0;*/
	font-weight: bold;
    border-top:   #0000FF thin solid ;
    border-bottom:   #0000FF thin solid ; 
}

.subHeader a {
  color: #333333;
  /*background-color: #FFFF99;*/
  background-color:#00FFFF;
     border-top:   none;
    border-bottom:   none ;  
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
	color: black;
	/*background-color: #00FFFF;*/
	background-color: #FF9966; 

}


/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 12em;
	float: left;
	clear: left;
	background-color: #FFFFFF;
	margin-top: 2ex;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:  #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color:  #0000FF;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color:  #0000FF;
}

.leftSideBar .sideBarTitle {
	color: #0000FF;
	background-color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color:  #0000FF;
	border-bottom-color:  #0000FF;

	 
	
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left:0;
  margin-right:0;
  margin-top:0;
 margin-bottom:1em;
	
  /*margin: 0 0 1em 0;*/
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  /*padding: 0 0 1.25ex 0.75ex;*/
  padding:0.25ex 0 0.2ex 0.5ex;
}

.leftSideBar a {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	line-height: 1em;

}

.leftSideBar a:hover {
	color: #FF0000;
	/*background-color: transparent; */
	background-color: #FFFF33;

	text-decoration: none; 
}

.leftSideBar .sideBarText {
	color: #000000;
	background-color: transparent;
	line-height: 1.25em;
	margin-top: 1ex;
	margin-bottom: 0.5ex;	
	margin-left: 0.75ex;
	margin-right: 0.25ex;	
	/*margin: 1ex 0.25ex 1.5em 0.75ex;*/
	padding: 0;
	display: block; 
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;

}

.leftSideBar .thisPage {
	/* Titles on the left bar */
  color: #FFCC00;
	background-color: transparent;
	font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid   #0000FF;
}

.rightSideBar .sideBarTitle {
	color: #0000FF;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-top: 1.25ex;
	margin-right: 0ex;
	margin-bottom: 1.25ex;
	margin-left: 0ex;
	padding-top: 0.9ex;
	padding-right: 1ex;
	padding-bottom: 0.9ex;
	padding-left: 1ex;
}

.rightSideBar a {
	color: #0000CC;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

.rightSideBar a:hover {
	text-decoration: none;
	color: #FF6600;
}

.rightSideBar .sideBarText {
	color:#333333;
	line-height: 1.25em;
	margin: 0;
	padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
	color: black;
	background-color: white;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0 12.0em;
	padding: 0.5ex 15em 1em 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:  #0000FF;
	
	/* No border to the left*/
	/*border-left-style: solid;*/
	/*border-left-color:  #0000FF;*/

}

#main-copy h1 {
	color: #333333;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
}

#main-copy a {
  color: #0000FF;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

/* #### Information Copy ##### */

#info-copy {
	color: black;
	background-color: white;
	text-align: left;
	line-height: 1.1em;
	margin: 0 0 0 12.0em;
	padding: 0.5ex 1em 1em 1em;
	border-left-width: 1px;
	width:auto;
	right: 1em;
	border-right-width:thin;
	border-left-style: solid;
	border-left-color:  #0000FF;
	
	/* No border to the left*/
	/*border-left-style: solid;*/
	/*border-left-color:  #0000FF;*/

}

#info-copy h1 {
	color: #000000;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
}

#info-copy a {
	color: #0000CC;
	background-color: transparent;
	text-decoration: underline;
}

#info-copy a:hover {
  text-decoration: none;
  color:#FF6600
}


/* ##### Footer ##### */

#footer {
	color: #0000FF;
	background-color: #FFFFFF;
	font-size: 92%;
	text-align: center;
	line-height: 1.25em;
	margin: 0;
	padding: 1em 4mm 1em 4mm;
	clear: both;
	border-top-style: solid;
	border-top-color:  #0000FF;
	border-top-width: 1px;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
.normal_image {
	padding-left: 15px;
}

clear_window {
}
free_right {
	margin-right: 1px;
}
freeleft {
	border-right-width: 1px;
}

.style4 {
	font-size: 1.1em;
	background-color: #FFFFFF;
	line-height:1px;
}
.style5 {
	font-size: 100%;
	color: #000000;
			}
.style7 {font-size: 150%}
.style8 {
	font-size: 1em;
	background-color: #FFFFFF;
}

.style9 {color: #00FFFF}
