/*****************************************************************************
* The body style
******************************************************************************/

html, body {
	background: #D6D6F8 url('/images/background_gradient.gif') repeat-x top left;
	height: 100%;
	min-height: 100px;
}

/*****************************************************************************
* Default page element styles
******************************************************************************/

p {
  font-size: 11pt;
  /* font-family: Georgia; */
  font-family: Arial;
}

h1 {
	font-family: Arial; /* Verdana; */
	font-size: 16pt;
	/*font-weight: bold;*/
	color: #0C2577;
	margin: 0;
}

h2 {
	font-family: Arial; /* Verdana; */
	font-size: 12pt;
	font-weight: bold;
	color: #7494AD;
}

img	{
	border: 0px;
	vertical-align: top;
}

ul {
  margin: 0 0 0 9px;
  padding: 0 0 0 9px;
	list-style-image: url('/images/bullet.bmp');
}

ul li {
	font-size: 11pt;
	/* font-family: Georgia; */
	font-family: Arial;
	line-height: 1em;
	margin: 3px 0 3px 0;
}

ul ul {
	list-style-image: url('');
}

ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }

/*****************************************************************************
* Page layout div specs
******************************************************************************/
div#wrap {
	margin: 10px auto;
	width: 820px;

	padding: 10px;
	height:auto !important; /* real browsers */
	height: 100%;
	min-height: 100%;
  
	background-color: white;
	border: 1px solid #0C2577;
}

div#nav {
	height: 20px;
	width: 100%;
	border-top: 2px solid #0C2577;
	border-bottom: 2px solid #0C2577;
	margin: 10px 0 12px 0;
}

div#nav ul {
  margin: 0;
  list-style: none;
}

div#nav ul li {
  margin: 0;
  width: 24.5%;
  height: 20px;
  display: inline;
  float: left;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #0C2577
}

div#nav ul li:hover {
  color: white;
  background-color: #0C2577;
}

div#nav ul li a {
  font-family: Arial;
  font-size: 11pt;
  color:inherit;
  font-weight: bold;
  text-decoration: none
}

div#footer {
  padding-top: 25px;
  height: 75px;
  clear: both;
}

div#footer p 
{
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
}

/*****************************************************************************
* "Content" styles (main section of page)
******************************************************************************/
div#content {
  float: right;
  width: 542px;
  padding: 0px 17px;
  
	height:auto !important; /* real browsers */
	height: 100%;
	min-height: 100%;
  
}

div#content ul li h2 {
  font:Arial 11pt bold;
  color: #0C2577;
}

div#content ul li h2 a {
  text-decoration: none;
  color: #0C2577;
}

div#content p {
  font-family: Arial;
}

/*****************************************************************************
* "Left" styles (Left-side menu titles and lists)
******************************************************************************/
div#leftmenu {
	float: left;  
	width: 223px;
	height: 100%;
	background-color: #F0F0F0;
}

div#leftmenu div {
  padding: 5px;
}

div#leftmenu p {
  font-family: Arial;
  font-size: 11pt;
  color: #0C2577;
}

div#leftmenu h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
	background-color: #0C2577;
	color: white;
	line-height: 30px;
	text-align: center;
}

div#leftmenu h1 a {
	color: white;
	text-decoration: none;
}

div#leftmenu h2 {
	background-color: #0C2577;
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1px 0;
	padding: 0;
	font-size: 9pt;
	color: white;
}

div#leftmenu ul {
  margin: 0 0 8px 9px;
  list-style-image: url('/images/bullet_greybg.bmp')
}

div#leftmenu ul li {
	line-height: .9em;
}

div#leftmenu ul li p {
  margin: 3px 0 3px 0;
  padding: 5px;
  font-family: Arial;
  font-size: 11pt;
  line-height: 1em;
}

div#leftmenu a { text-decoration: none; }
div#leftmenu a:link { color: #0C2577; }
div#leftmenu a:active { color: #0C2577; }
div#leftmenu a:hover { color: #0000FF; }
div#leftmenu a:visited { /*use default*/ }

div.rightphoto {
	float: right;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	text-align: center;
}

div.leftphoto {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	text-align: center;
}

div.rightphoto p,
div.leftphoto p {
	margin: 0px;
	text-align: center;
}

div.rightphoto img,
div.leftphoto img {
  margin: 5px 0 5px 0;
  border: 7px ridge #C0C0FF;
}

div.publication {
  margin: 10px 5px 10px 5px;
  padding: 5px;
  height: 1%;
}

div.publication p {
  margin: 0;
}

div.publication div.download_link {
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
  text-align: center;
  border: dashed 1px black;
}

div.tabactive {
  float: left;
  position: relative;
  z-index: 1;

  border: 1px solid #0C2577;
  border-bottom: 1px solid white;
  background-color: inherit;
  padding: 3px 15px;
  margin: 0px 5px;
}

div.tabbodyactive {
  border: solid 1px #0C2577;
  padding: 10px;
  position: relative;
  top:-1px;
  z-index:0;
}

div.tabbodyactive p {
  font-family: Arial;
}

