/* klixo/try css (c) Klixo Limited. daniel@klixo.net.nz */
html, body  
{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
  color: #000000;
	background-color: #9BA2C8;
	background-repeat: repeat-x;
}	
.clear
{
	clear: both;
}
h1
{
	color: #334575;
	margin: 0px;
	font-size: 250%;
}
h2, h3, h4, h6, h5
{
	color: #575FBC;
}
a:link
{
	color: #E43F6D;
}
a:visited
{
color: #E43F6D;
}
a:hover, a:active
{
	color: #7974DF;
}
#divBody
{
   visibility: visible;
   width: 998px;
   height: auto;
   background-color: #9DD73E;
	padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 999px;
   position: relative;
	border: solid 2px #7974DF;
	border-top: none;
}
#divPanel
{
	background-color: #B39800;
	width: 180px;
	float: right;
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
	font-size: 80%;
}
#divPanel h3
{
	border-top: solid 1px #990055;
}

div#title
{
	background-repeat: repeat-x;
	width: 999px;
	height: 200px;
	text-align: center;
}
div.story
{
	padding: 10px 20px 10px 30px;
	width: 767px;
	min-height: 480px;
	float: right;
	background-color: #F2F2D3;
}
div#footer
{
	background-color: #9DD73E;
	width: 969px;
	padding: 5px 15px 5px 15px;
	border: solid 2px #7974DF;
	margin: 0px auto;
}
div#footer a
{
	color: #990000;
}
div#footer p
{
	font-size: 77%;
}
h1 a
{
	text-decoration: none;
	color: #FFFFFF;
}
.inline
{
	display: inline;
}
p.pageDesc
{
	color: #FFFFFF;
	margin: 0px;	
	font-weight: bold;
}
table#tabs
{
	width: 999px;
	margin-top:0px;
}
table#tabs td
{
	background-color: #C5D6E8;
	padding-left: 15px;
	padding-right: 15px;
}
table#tabs td p
{
	font-size: 88%;
}
table#tabs td span
{
	font-size: 55%;
}					
table#tabs td a					
{
	color: #616161;
}
table#tabs td.current
{
	background-color: #F2F2F2;
}
table#tabs td.current p
{
	font-size: 100%;
}
table#tabs td.current a
{
	color: #000000;
}
/* Left Menu */
div#leftMenu
{
  width: 180px;
  height: auto;
  border: none;
  float: left;
  margin: none;
  padding: 20px 0px;
	background-color: #9DD73E;
}
div#leftMenu img
{
  border: none;
}
ul.leftMenuNav 
{
  width: 160px;
  display: block;
  height: auto;
  margin: 0px;
  padding: 0px;
  
}

/*ul.leftMenuNav li 
{
  display: inline;
  min-width: 120px;
  min-height: 15px;
  color: #0086AF;
  background-color: #FFF8A8;
}*/

/*ul.leftMenuNav li a 
{
  display: block;
  text-align: center;
  min-width: 120px;
  min-height: 15px;
  color: #0086AF;
  background-color: #FFF8A8;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
  padding: 10px;
}

ul.leftMenuNav li a:hover
{
  color: #16479E;
  background-color: #FFC418;
}
ul.leftMenuNav li.selected a
{
  color: #16479E;
  background-color: #FFC418;
  text-decoration: none;
}
ul.leftMenuNav li.selected
{
  background-color: #FFC418;
}*/
ul.leftMenuNav li a:hover
{
  background-color: #eee;
}
/* Table specific styling */
table.form
{
	width: 500px;
	border-top: solid 1px #C5D6E8;
	border-left: solid 1px #C5D6E8;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #C5D6E8;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
table.form input
{
	width: 380px;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-right: solid 1px #C5D6E8;
	border-bottom: solid 1px #C5D6E8;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #C5D6E8;
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}