a{
	font-size : 1em;
	text-decoration : none;
}

a:hover{
	text-decoration:underline;
}

a.menuitem{
	color : #3d5b8c;
	/*display : block;*/
	padding : 4px 5px;
	width : 120px;
	font-size: 10px;
	font-family : verdana,arial,helvetica,sans-serif;

}

a.menuitem:link{
	color : #3d5b8c;
}

a.menuitem:visited{
	color : #3d5b8c;
}

a.menuitem:hover{
	background : #3d5b8c; /* #DFDBFF;*/
	color : #CCCCCC; /* #333333; */
	text-decoration : none;
}

a.menuitem:active{
	/*font-weight:bold;*/
}

a.submenuitem{
	border : 1px solid #3d5b8c;
	display : block;
	padding : 4px 0;
	width : 150px;
}

a.submenuitem:link{
	color : #3d5b8c;
}

a.submenuitem:visited{
	color : #3d5b8c;
}

a.submenuitem:hover{
	/*background : #DFDBFF;*/
	color : #3d5b8c;
	text-decoration : underline;
}

a.submenulink:active{
	color : #3d5b8c;
}

body{
	color : #3d5b8c;
	font-family : verdana,arial,helvetica,sans-serif;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	/*background : #DFDBFF; */
	background : url(images/bg.gif) repeat-y;
}

h1,h2,h3,h4,h5,h6,h7{
	color: #3d5b8c;
}

table{
	/*background : #DFDBFF;*/
	border : 0; 
}

.center{
	text-align : center;
}

.submenu{
	/* top position set & modified locally in php for each submenu */
	/*background : #DFDBFF;*/
	border : 0;
	left : 120px;
	padding : 1px 1px 1px 1px;
	position : absolute;
	visibility : hidden;
	width : 150px;
}

#content{
   font-size: 0.8em;
   background-color : #FFFFFF; /*#F7F4FF;*/
   color : #000000;
   /*margin: 0 20px  0 170px;*/
   margin: 0 0  0 10px;
   padding: 0 0;

   /*   min-height is ignored by IE */
   min-height: 400px;
   height: auto;
   /*   non-validating underscore is ignored by IE  but not others */
   _height: 400px;
}

#header{
	/* container for logo */
	background : #FFFFFF;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : left;
}

#headerstyle{
	bgcolor:#83CFF7;
}

#headerlogo{
  background-repeat: no-repeat;
  float: left;
}

#logo_top{
	position: absolute;
	top: 0px;
	left: 100px;
}

#logo_bottom{
	position: absolute;
	top: 91px;
	left: 100px;
}

#headertext{
    position: absolute;
	top: 20px;
	left: 250px;
	width: 70%;
	background : transparent;
	font-size: 2em;
	text-align : left;
	color: #FFFFFF;

}

#menu{
	font-style: bold;
	position : absolute;
	/*background-color: #FFFFFF;*/
	top: 87px;
	left: 200px;
	/*width: 140px;*/
	padding : 3px 3px 3px 3px;
	text-align : left;
}

img{
  border:none;
}

hr{
	color: #3d5b8c;
}

#lastupdate{
	position: absolute;
	text-align: center;
	top: 95px;
	right: 10px;
	font-size: 10px;
	font-family : verdana,arial,helvetica,sans-serif;
	/*font-style: italic;*/
}

td.tdDark { 
	background-color:#FCFCFC 
}

td.tdLight { 
	background-color:#F6F6F6 
}

td.tdHeader {
	background-color:#BBBBBB;
	text-decoration: none;
}

#NonVisTickCancel {
	display: none;
}


