
body {
	font-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	text-decoration: none;
	font-weight: 900;
	padding: 5px 5px 3px 3px;
	margin: 0px 0px 0px 0px;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: red;
	font-size: 14px;
	text-decoration: none;
	font-weight: 900;
	background-color:#ffcc00;
	padding: 5px 5px 3px 3px;
	margin: 0px 0px 0px 0px;
}


/*DROP DOWN MENU -------------------------------------------- */

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-size: 12px;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: blue;
color:#FFCC00;
}

/* WELCOME ----------------------------------------------------------   */

#welcome {
	margin: 28px 0px 20px 120px; 
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	font-size: 16px;
}


/* CSS MENU BEGINS PRESENTATION  HERE-------------------------------*/

#nav { 	
	margin: 58px 0px 0px 290px; 
	}


/* bottom buttons ---------------------------------------------- */

#buttons{
margin: 10px 0px 0px 79px; 
height: 190px; 
} 

#buttons  a  {
background-color: #FFFFFF;
padding: 0;
margin: 0;
}

/* tool tips on buttons --------------------------------------------------------   */

#fixedtipdiv{
position:absolute;
margin: 4px 0px 0px 3px;
padding-left: 5px;
border-left:1px solid black;
font: normal 10px arial;
line-height:12px;
color: black;
z-index:100;
}


/* footer ------------------------------------------------------------------------- */


#footer{
margin: 0px 0px 20px 65px;
}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
/*margin-top: 0.1em; */
font: normal 9px verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
font: normal 9px verdana;
}

#tablist li a{
text-decoration: none;
padding: 0px 0.5em;
margin-left: 3px;
/*
border: 1px solid #778;*/
border-bottom: none;
background: white;
font: normal 9px verdana;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
font: normal 9px verdana;
}

#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
font: normal 9px verdana;
}

#tablist li a.current{
background: #ffcc00;
font: normal 9px verdana;
/*color:red;*/
}

/* footer  ends */
