/* CSS Document */ 
body 
{
  margin:0px;
  padding:0px;
  font-family: Arial, Arial, Helvetica;
  color: #000000;
  background-color: #CCCCCC;
}

div#header
{ height: 48px;
  top:0px;
}

div#header h1
{ 
  margin-top:0px;
  color:white;
  margin-left:10px;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;}
  
div#navigation {
  position: absolute;
  width:120px;
  left:0px; top:60px;
  margin:22px 0 0 15px;
  border-top:2px solid #069;
  border-bottom:1px solid #069;
  padding:.5em 0 .5em 0;
}
div#navigation a:link {
  text-decoration:none;
  font-weight:bold}
  
div#navigation a:hover 
{text-decoration:underline;}

#navigation ul ul {
 margin-left: 12px; }
 
div#mainbody {
  position: absolute;
  left:150px; top:70px; right:50px;
  margin:22px 0 0 15px;
}
.smallfont {
	font-size: small;
}
.redborder {
	border: thin solid #FF0000;
}
.blackborder {
	border: medium solid #000000;
}
.yellowblock {
	background-color: #FFFF66;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 450px;
	left: 50px;
	position: relative;
}
.Bullet1 {
	list-style-image: url(Theme/autobul1.gif);
	font-size: medium;
}
.Bullet2 {
	list-style-image: url(Theme/autobul2.gif);
}
.Bullet3 {
	list-style-image: url(Theme/autobul3.gif);
}