/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 0.8em Tahoma, sans-serif;
}
#toppage{
	width:100%;
}
#date{
	width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#logo{
	width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
	width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999999;
}
#title{
	right:10px; bottom:0px; width:600px;
}
#menu{
	width:190px; margin:0px;
}
#footer{
	width:590px; padding-right:10px; padding-left:200px;
}

#divContent {
	padding-left: 0px;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	/*background-color:#EEEEEE;*/
	background-color: white;
	margin:10px;
	padding:10px;
	text-align: left;
/*	width:550px;*/
/*	height:160px;*/
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#E37A43;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#E37A43;
}
h2 {
	font: 0.8em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #6fb311;
}
h3 {
	font: 0.7em Tahoma, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#7286D1;
}
h4 {
	font: 0.4em Tahoma, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#E37A43;
}
h5 {
	font: 0.4em Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#E37A43;
}

#linksmenu a{
	margin-left: 6px;
	width:183px; 
	height:20px; 
	/*b8da8a*/
	background-color:#9ED16B; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	display: block;
}
#linksmenu a:hover{
	background-color:#8bda20;
}

span.error {
	color: #dd5555;
	font-weight: bold;
	font-size: 12px;
}


/* Test CSS for menu */

ul#test_menu, ul#test_menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#test_menu a {
  display: block;
  text-decoration: none;	
}

ul#test_menu li {
  margin-top: 1px;
}

ul#test_menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#test_menu li a:hover {
  background: #000;
}

ul#test_menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#test_menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

