body{
	font-family: Arial,sans-serif;
	color: #888888;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

#topHead {
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#leftimage
{
    float:left;
  margin-bottom: 3px;
  margin-right: 3px;
}

#rightimage
{
    float:right;
}

#topTabs {
	top: 0px;
	right: 2%;
	background-color: #DBE0FB;
	padding: 0px 0px 0px 155px;
	width:95.6%;
}

#topTabs a
{
	width: 150px;
	padding: 0px;
	color:#000066;
	background-color:#CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#login
{
  background-color:purple;
  color:yellow
}

#leftNav 
{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #ccccff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#important
{
    
  font-size: XX-large;
  color: #990000;
}

#contents
{
    padding: 0px 0px 0px 0px;
    border-left: 0px;
    border-top: 0px;
    margin-left: 151px;
    margin-right: 0px;
    top: 100px;
    right: 150px;
}

#contents h1
{
  top:inherit;
  padding: 0px 0px 0px 0px;
  background-color: #E6F2FF;
  margin:0px 0px 0px 0px;
  color:#000099;
  font-size: 18px;
  position: static;
}

#contents h2
{
  top:inherit;
  color:#000099;
  font-size: 16px;
  border-bottom: 1px solid #000099;
  background-color: #E6F2FF;
  border-top: 1px solid #000099;
  position: static;
}

#contents h3
{
	color:#000099;
	font-size: 12px;
  border-bottom: 1px solid #009999;
  border-top: 1px solid #009999;
}

#contents p
{
	color:#666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}


#contents table
{
}

#contents total
{
  color:#555599;   
}

#contents tr
{
	color:#000099;
}

#contents th
{
	background-color:#6699CC;
	color:#000099;
}


#contents td
{
	background-color:#E1EBF4;
	color:#000099;
}

#hi
{
	color:#333399;
}

#lo
{
	color:#000099;
}

#historyData
{
	background-color:#CCCCCC;
	color:#000099;
}


#siteIdentity{
  height: 80px;
  background-color: #ffffff;
}

#webName
{  
  color: #000000;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 56px;
  font-family: Arial,sans-serif;
}

#webNameOutline
{  
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 58px;
  font-family: Arial,sans-serif;
}

#siteLogo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#siteBasket{
	margin: 1px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	background-color: #D5D5FF;
}

#smallFooter
{
  width: 100%;
  height: 20px;
  color:#FFFFFF;
  font-size: x-small;
  bottom: 0px;
 background-color:#DDDDDD;
   position: static;
}

#smallFooter td
{
  background-color:#DDDDDD;
  color:#FFFFFF;
}

#company 	
{
    left: 0px;
 }

#module	 	
{
    text-align: center;
    float:none;
 }

#version 	
{
   text-align:right;
   right: 0px;
 }

#mainStory
{
	border-bottom: thin;
	border-bottom-color:#666666;
	padding: 0px 0px 0px 0px;
}

#mainStory h1
{
	font-size:18px;
	background-color:#FFFFFF;
	color:#0000FF;
}

#leftStory
{
  top: 100px;
  position: absolute;
  right: 151px;
  left: 151px;
}

#rightStory
{
  top: 100px;
  width:151px;
  position: absolute;
  right: 0px;
}

#newsheadine
{
  background-color: #21536A;
  color: #cccccc;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  border-top-width: 1px;
  border-top-color: green;
}

#newstext
{
  background-color: #c8e0e0;
}

#pictureBox
{
    
  position: relative;
}

#pictureBoxLeft
{
  top: 0px;
  left: 0px;   
}

#pictureBoxRight
{
  top: 0px;
  right: 0px;
}
/************ sectionLinks styles **************/

#sectionLinks
{
display: block;
	  margin: 0px;
  padding: 0px;
  background-color: #a7b2e9;
  color: #a2c0d5;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover
{
  color: #ccccff;
  border-top: 1px solid #cccccc;
  background-color: #0000ff;
  background-image: none;
  font-weight: bold;
  text-decoration: none;
}

/************ SystemLinks styles **************/

#systemLinks{
	margin: 0px;
	padding: 0px;
	background-color: #000099;
}

#systemLinks h3{
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

#systemLinks a:link, #systemLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#systemLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #669966;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************ sectionLinks styles **************/

#specialSectionLinks{
	margin: 0px 0px 0px 30px;
	padding: 5px;
	background-color: #CCCCCC;
        color:blue;
}


#specialSectionLinks a:link, #specialSectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
}

#specialSectionLinks a:hover{
	background-color: #999999;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/******* Buttons *******/
#Button a  {
	color: #FFFFFF;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	border:1px inset;
	background-color:#6699CC;
	width: 125px;
        height: 20px;
	margin: 5px;
	text-align: center;
        vertical-align: middle;
	border-color: #000066;
	position: absolute;
}

#Button a:hover 
{
	background-color:#3366AA;
}

#ButtonRed a  {
	color: #FFFFFF;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	border:1px inset;
	background-color:#CC3300;
	display: block;
	width: 100px;
	padding: 3px 5px;
	margin: 1px;
	text-align: center;
	border-color: #000066;
}

#ButtonRed a:hover 
{
	background-color: #8A2300;
	color:#FFFFFF;
	padding-left:5px;
	border:1px inset;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



