/******* MAIN TEMPLATE CSS *********/


body {
  color: #000000;
  background: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  text-align: center;
}

a { text-decoration : underline; color : #0000ff; }

h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 15px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
  font-weight: bold;
  color: #000000;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
  font-weight: bold;
  color: #000000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	background-color: #fff;
	width: 100%;
	position: relative;
	background-image: none;
  text-align: left;
}

#header {
  display: none;
}

#content {
  position: relative;
  left: 0px;
	width: 100%;
  padding: 0px;
  margin: 0px;
}


#actiondiv {
  display: none;
}

#leftcol1 {
  display: none;
}

#leftcol2 {
  display: none;
}

#rightcol {
}

#footer {
  display: none;
}



/***********************************************/
/* Elements inside #content                    */
/***********************************************/

#content h1 {
  font-family: 'Times New Roman', Times, serif;
  /*font-size: 24px;*/
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  color: #000;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 15px;
}

#content h2 {
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 13px;*/
  font-size: 1.1em;
  font-weight: bold;
	color: #000;
	text-align: left;
}

#content h2 a {
  color: #000;
  text-decoration: underline;
}
#content h2 a:visited {
  color: #000;
}
#content h2 a:hover {
  color: #000;
}


#content p {
  font-family: verdana, arial, sans-serif;
  padding-left: 20px;
  /*font-size: 11px;*/
  font-size: 0.9em;
  color: #000;
  line-height: 1.3em;
  margin-top: 0px;
  margin-bottom: 14px;
}

#content p.callout {
  padding-left: 45px;
  padding-right: 30px;
  margin-bottom: 8px;
}

#content span.learnmore {
  font-family: 'Times New Roman', Times, serif;
  /*font-size: 16px;*/
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #000;
}


#content p.learnmore {
  font-family: 'Times New Roman', Times, serif;
  /*font-size: 16px;*/
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

#content p a {
  font-weight: bold;
  color: #1D3654;
  color: #1D3699;
  text-decoration: underline;
}


#content ul {
  /*font-size: 11px;*/
  font-size: 0.9em;
  margin-top: 0px;
}

#content ul.callout {
  margin-top: 0px;
  padding-left: 85px;
  padding-right: 30px;
}

#content li {
  font-family: verdana, arial, sans-serif;
  color: #000;
  line-height: 1.2;
  margin-bottom: 8px;
}
#content li a {
  font-weight: bold;
  /*color: #872D5E;*/
  color: #1D3654;
  text-decoration: none;
}


/* Styles for floating Child Menu div */

#content div.calloutright {
	float: right;
	width: 160px;
	padding: 0px;
	/*top right bottom left */
  margin: 10px 0px 20px 40px;
	border-top: 1px solid #D1D8E1;
	border-left: 1px solid #D1D8E1;
	border-right: 1px solid #516B8C;
	border-bottom: 1px solid #516B8C;
  background-color: #E8EBF0;
}

#content div.calloutright p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
  margin: 8px 5px 20px 10px;
  padding: 0px;
}

#content div.subnav {
  width: 150px;
	font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
	background-color: #CED6E2;
	color: #000000;
  margin-bottom: 20px;
  margin-left: 5px;
}

#content div.subnav h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #E8EBF0;
  color: #000;
  padding-top: 5px;
  padding-bottom: 8px;
  margin: 0px;
  clip: rect(auto,auto,auto,auto);
}

#content div.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*border: none;*/
  border-left: 1px solid #98A7BB;
  border-right: 1px solid #98A7BB;
  border-top: 1px solid #516B8C;
}

#content div.subnav li {
  border-bottom: 1px solid #516B8C;
  font-size: 12px;
  margin: 0;
}

#content div.subnav li a {
  display: block;
  /* top  right  bottom  left  */
  padding: 7px 5px 7px 10px;
  background-color: #CED6E2;
  font-size: 11px;
  color: #1D3654;
  text-decoration: none;
}

html>body #content div.subnav li a {
  width: auto;
}



