﻿body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

p 
{
  text-align: justify;
}

#wrap
{
  width: 100%;
  margin: 0 auto;
  height: auto;
}

#header
{
  width: 100%;
	height: 100px;
	padding: 0;	
	color: #FFF;
	border: solid 1px gray;
}

#header div.text
{
  width: auto;
  vertical-align: middle;
  text-align: center;
  
}

#header div.text h2
{
  font-size: 22pt;
  color: Green;
}

#logo
{
  background: url(images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: solid 1px gray
}

#logo1
{
  background: url(images/vision.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	border: solid 1px gray
}

#menu {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: #81C524 url(images/menu.jpg) repeat;	
	font: bold 16px/30px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 30px;
	width: 100%;	
	border-bottom: solid 1px black;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 6px;
	color: #FFF;	
	text-decoration: none;
}

#menu ul li.last a {
	padding-right: 20px;	
}

#menu ul li a:hover {
	color: #D4E59F;	
}

#menu ul li a:active {
	color: #333;	
}

#menu ul li#current a {	
	color: #D4E59F;
}

#main {
	float: left;
	width: 79%;
	padding: 0;
}

#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}

#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 20%;
	padding: 0;
	color: #68774A;	
	background-color: #EDFDCE;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
}
	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/heading.jpg) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}

#sidebar ul.sidemenu
{
  background-position: left top;
  list-style: none;
  text-align: left;
  margin: 7px 4px 8px 0;
  padding: 0;
  text-decoration: none;
  background: url('images/dots.jpg') repeat-x left top;
}

#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}

#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }

#sidebar ul.sidemenu ul li { background: none; }

table.formatted {
	border-collapse: collapse;
	margin: 10px;	
}

.formatted th strong {
	color: #fff;
}

.formatted th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

.formatted tr {
	height: 30px;
}

.formatted tr td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

.formatted tr td.first,th.first {
	border-left: 0px;
}

.formatted tr.row-a {
	background: #F8F8F8;
}

.formatted tr.row-b {
	background: #EFEFEF;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: justify;
  display: block;
  overflow: auto;  
  font-style: italic;
  border: 1px solid #E5F0FB;  
  background: #F4F8FD;
}

div.notice
{
  width: 45%;
  float: left;
  margin-left: 15px;
  border: 1px solid #E5F0FB;
  background: #F4F8FD;
  text-align: justify;
  font-style: italic;
  padding: 5px 5px 5px 5px;
}

div.notice h2
{
  margin-top: 10px;
  font: Bold 120% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
}
