/* CSS Document */

html {
	height: 100%;
}



body {
	margin: 0px;
	margin-bottom: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	/*line-height: 120%;*/
	font-size: 12px;
	color: #333333;
	background: #96BA9A;
}



#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}



	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #006699;
	/*background: #c64934; */
}


p    {text-indent: 15px; margin: 0px;}




ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	/*text-align: left;*/
	font-size: 12px;
}


a:link, a:visited {
	color: #0066CC; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0033cc;	text-decoration: none;
	font-weight: bold;
}





.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  //*background: url(../images/arrow.png) repeat-x; */
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	font-size: 10px;
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

SELECT {
	font-size: 10px;
	width: 140px;
}
/*
 INPUT {
background-color: #99ccff;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 12pt
}
*/

h2 {
		font-size: 14px;
}

.small {
	color: #999999;
	font-size: 11px;
}

.big18 {
	font-size: 18px;
	
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	/*background: url(../images/menu_bg.png) no-repeat;*/
	font-family: Arial, Hevlvetica, sans-serif;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
	text-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
      }
a.mainlevel:hover {

	/*background-position: 0px -25px;
	*/
	text-decoration: none;
	background-color: #18A0F6;
	/*background-color: #69B3E4;*/
	
	color: #ffffff;
}

a.mainlevel#active_menu {
	color:#C64934;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}

a.mainlevel#active_menu:hover {
	color: #dddddd;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	
	padding-left: 1px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	height: 15px !important;
	height: 15px;
	color: #000000;
	text-align: center;
	 background-color: #6FB7FF; 
}

a.sublevel:hover {
	display: block;
	color: #C64934;
	background-color: #99CCFF;
	text-decoration: none;
}



form {
/* removes space below form elements */
	font-size: 10px;
	margin: 0;
 	padding: 0;
}


