body {
   background-color: 	         white;
   font-family:                "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:                  10pt;
   color:                      #444444;
}

#container {
   position:                   absolute;
   width:                      760px;
   left:                       50%;
   margin-left:                -381px;
   margin-bottom:              20px;
   background-color:           #FCFCF4;
}

h1 {
   font-weight:                normal;
   font-size:                  0;
   width:                      0px;
   height:                     0px;
   display:                    none;
}

h2{
    margin-top:               0px;
    font-size:                1.5em;
}

h3{
    margin-top:               0px;
    font-size:                1.2em;
}

#pageFooter_bar {
   background-color:           white;
   background-image:           url(../images/footer1.png);
   background-repeat:          no-repeat;
   height:                     25px;
   text-align:                 right;
   margin-top:                 20px;
}

#pageFooter_bar ul {
   margin:                     0;
}

#pageFooter_bar li {
   display:                    inline;
   padding-right:              1em;
   vertical-align:             middle;
}

#pageFooter_bar li a {
   color:                      #666666;
   text-transform:             lowercase;
}

#contents {
	padding: 1.5em;
	background: #FCFCF4;
	min-height: 300px;
}

.message {
   color:                      Red;
}
