/* CSS Document */

.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: #35457a;
padding-left: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #35457a;
}

.title_rule a {
color:#FFFFFF;
text-decoration: none;
}

a {
color:#35457a;
text-decoration: underline;
font-weight: bold;
}

.content {
position: absolute;
left: 25%;
top: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color:#000000;
width: 70%;
}

.bold {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.red {
color:#bd2e13;
}

.blue {
color: #35457a;
}

.bold_blue {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #35457a;
}

.title_rule {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
color:#ffffff;
padding: 10px;
border-bottom: 2px solid #35457a;
background-color: #35457a;
}

.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #000000;
padding-left: 10px;
}

.left_links {
position: absolute;
padding-left: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #35457a;
font-size: .9em;
line-height: 1.1em;
left: 10px;
width: 20%;
top: 50px;
}

.left_links a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
padding-left: 13px;
color: #35457a;
}

.left_links a:hover {
color: #bd2e13;
}

.left_links ul {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

.left_links li {
padding-left: 0px;
background-image:url(blue_arrow.jpg) no-repeat;
background-repeat: no-repeat;
background-position: 0em .38em;
line-height: 1.25em;
}

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