/* CSS Document */
.content {
position: absolute;
left:15px;
top:90px;
width:500px;
font-family: Arial, Helvetica, sans-serif;
font-size:.9em;
color:#000000;
}

p {
padding-left: 15px;
}

.padding-left {
padding-left: 20px;
}

.title {
position: absolute;
left: 0px;
top: 0px;
height: 45px;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.25em;
color: #ffffff;
font-weight: bold;
background-color:#3b457a;
padding-left: 30px;
padding-top: 10px;
}

h2 {
font-size:1.25em;
font-style:italic;
font-weight: bold;
color:#3b457a;
padding-left: 15px;
}

ul {
list-style-type: none;
text-indent: 0;
padding-left: 0;
margin-left: 0;
}

li {
padding-left: 15px;
background-image: url(wingdings_arrow.jpg);
background-repeat: no-repeat;
background-position: .00em .15em;
}

a {
color:#3b457a;
text-decoration: underline;
}

a:hover {
color:#bd2e13;
text-decoration: underline;
}
