body {
    font: normal small verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #444;
    width: 900px;
    margin: 5px auto 0px auto;
    background-image: url("/graphics/background.png");
    background-repeat: repeat-x;
}



div#slogan {
    font-weight: bold;
    color: #777;
    padding-top: 0px;
    margin-top: -20px;
    margin-bottom: 30px;
}

h1, h2, h3, h4 { color: #800000; }

h2 { font-size: 12pt; }

h3 { font-size: 11pt; }

p.threeStoogesText { 
    font-size: 9pt; 
    font-style: oblique;
}
a img {
  border-width:0;
}

a:link {
  color: DarkBlue;
  text-decoration:none;
}
  
a:visited {
  color: DarkBlue;
  text-decoration:none;
}
  
a:hover {
  color: DarkRed;
  text-decoration:underline;
}

li {
    list-style-type: square;
    padding-bottom: 10px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
	
div.center {
    text-align: center;
}

div#threeStoogesMain {
    width: 800px;
    background-color: #f5f5f5;
    background-color: rgb(249,249,255);
    margin: 20px auto 10px auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px dotted #ccc;
}

div#threeStoogesLeft{
    position: relative;
    width: 250px;
    float: left;
}

div#threeStoogesRight{
    position: relative;
    float: right;
    width: 250px;
    margin-top: 0px;
    padding-top: 0px;
}

div#threeStoogesMiddle{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

h4.noPadding {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: -5px;
}

 
div#headerPicture {
    padding: 0px;
    margin: -9px 20px 0px 0px;
    float: left;
}
div#header {
    text-align: left;
    width: 800px;
    margin: 0px auto 20px auto;
    height: 33px;
}

div#mainPicture{
    margin: 10px 0px 30px 0px;
    text-align: center;
}
 
div#headerText {
    margin-top: 9px;
}

div#downloadTeaser {
    clear: both;
    text-align: center;
    font-weight: bold;
    color: #444;
    padding: 20px;
    vertical-align: middle;    
}

div#mainBody {
    width: 800px;
    margin: 0px auto 0px auto;
}   

div.pictureAndtextBlock {
    clear: both;
    padding-top: 10px;
}

div.rightFloat{
    float: right;
    padding: 20px;
    
}

div.leftFloat{
    float: left;
    padding: 20px;
    
}

div#footer {
    text-align: center;
    font-size: 9pt; 
    width: 800px;
    margin: 30px auto 0px auto;
    border-top: 1px solid #999;
    padding: 10px;
}