* /*Set's border, padding and margin to 0 for all values*/
{
  padding: 0;
  margin: 0;
  border: 0;
}
body, html {
  color: #000;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  height: 100%;
  background: url(/images/layout/left-bg_25_blue.gif) repeat-y #fff;  /*** This is the left column background "faked" with an image. You can also position the image using left top repeat-y also. The background color #fff (white) will be the background color for our content ***/
}
body {
  font-size: 73%;
  min-width: 900px;
}
 /*fieldset
{
border: 1px solid #781351;
width: 60em
}

legend
{
color: #fff;
background: #ffa20c;
border: 10px solid #781351;
padding: 8px
}*/
input{
	color: #000000;
	background: #CCFFFF;
	border: 1px solid #000099
}
input.checkbox{
 	background-color: white;
	border: 0px solid black;
}
p {
  padding: 7px 0 7px 0;
  font-size: 75%;
}
li {
  padding: 7px 0 7px 0;
  font-size: 75%;
  margin-left: 15px;
}
a {
  color: #0000FF;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a.imagelink:hover
{
	text-decoration: none;
}
h1, h2, h3 {
  font-weight: bold;
  padding-bottom: 5px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.0em;
  color: #009591;
}
h3 {
  font-size: 1em;
  color: #009591;
}
.clear {
  clear: both;
}
.message {
	text-align: center;
	margin: 4px;
	padding: 4px;
	width: 400px;
	border: 2px solid #FF0000;
	background-color: #ffeeaa;
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
table
{
	empty-cells: show
}
.plaintable
{
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.dltable {
	border-width: 1px;
	border-spacing: 5px;
	padding: 2px;
	font-size: 75%;
	border-collapse: collapse;
}
.dltable td {
	padding: 2px;
}
.submenutable
{
	border-width: 0px;
	border-spacing: 2px;
	padding: 2px;
	width: 150px;
}

/*td
{
	border: 1px solid #000099;
	border-style: outset;
}*/

td.submenuitem
{
	vertical-align: top;
	background-color : #7b92c5;
	border : 1px solid #fff;
	text-align: right;
	width: 100%;
	padding: 2;
}

td.submenuitem a
{
	color : #fff;
	font-size: 8pt;
	font-weight : bold;
	text-decoration : none;
}
td.submenuitem:hover
{
	background-color : #e4701e;
}

td.tdfooter
{
	text-align: center;
	color: white;
	padding: 2px;
}

#main_left {
	width: 140px;
	background: #fff;
	min-height: 300px;
	padding: 5px;
	margin-left: -10px;
	position: relative;
}
* html #main_left {
  /*** IE needs this  ***/
	height: 300px;
}
#main_left ul {
	list-style: none;
	padding-bottom: 4px;
}
#main_left li {
	padding-bottom: 2px;
}


/*---------
HOMEPAGE Styles
----------*/
#homepage_right_items ul {
	/*padding: 5;
	margin: 5;*/
	list-style: none;
	/*float : left;*/
	/*width : 12em;*/
}

#homepage_right_items li {
	color: #009591;
	font-weight: bold;
	list-style: none;
	padding: 5px;
	margin: 5px;
}

/*#homepage_left_items h3 {
	color: #009591;
}*/

#homepage_right_items a {
	color: #009591;
	text-decoration: none;
}

#homepage_right_items a:hover {
	color: #003399;
}

#homepage_left_items ul {
	/*padding: 5;
	margin: 5;*/
	list-style: none;
	/*float : left;*/
	/*width : 12em;*/
}

#homepage_left_items li {
	color: #009591;
	font-weight: bold;
	list-style: none;
	padding: 5px;
	margin: 5px;
}

#homepage_left_items a {
	color: #009591;
	text-decoration: none;
}

#homepage_left_items a:hover {
	color: #003399;
}