body {
 padding:0px;
 margin:0;
 background-image:url('images/background.jpg');
 background-repeat:repeat-x;
}

#outer {
 width:800px;
 text-align:left;
 font-family:arial;
 color:#0C3592;
 font-size:0.8em;
}

#left {
 width:170px;
 height:610px;
 float:left;
}

#right {
 width:620px;
 float:right;
}

#bordered {
 width:100%;
 background-color:#fcfcfc;
 background-color:#ffffff;
 line-height:1.6em;
 border:1px solid #f0f0ff;
 border:0px;
 margin-bottom:10px;
}

#padded {
 padding:5px;
}

b {
 font-size:1.2em;
 color:#009900;
}

h1 {
 font-size:1.4em;
 color:#009900;
}

h2 {
 font-size:1.2em;
 color:#000099;
}

th {
 font-size:0.8em;
 color:#000099;
 text-align:right;
 font-weight:normal;
}

#inputbordered {
 border:1px solid #000099;
 width:225px;
}

#mylist {
 margin-left:0;
 padding-left:20px;
 list-style-image: url('images/bullet.jpg')
}