
body {
    background-color: #e0e0e0;
    font-family: Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

a {
    color: #217AB0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.external {
    color: #99440C;
}

p {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: justify;
}

p.titled {
    margin-bottom: 5px;
    margin-top: 20px;
}

strong {
    font-weight: normal;
    text-decoration: underline;
}

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

#content ul {
    padding-bottom: 5px;
    padding-top: 5px;
}

li {
	padding-left: 10px;
	margin-bottom: 3px;
	border-bottom: none;	
	background: url(images/bullet.gif) no-repeat 0px 5px;
}

img {
    border: none;
}

h1 {
    color: #730A08;
    font-size: 12pt;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 5px;
}

h2 {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    font-size: 9pt;
    color: #3B4B50;
}

#wrap {
    margin: 8px auto;
    margin-top: 100px;
    width: 546px;
    height: 380px;
    text-align: left;
    background: url(images/background.gif) no-repeat;
}

#content {
    width: 418px;
    height: 208px;
    margin-left: 62px;
    padding-top: 120px;
    padding-bottom: 20px;
    font-size: 9pt;
    color: #3B4B50;
}

#footer {
    width: 546px;
    height: 40px;
    color: #FFF;
    font-size: 7pt;
    text-align: center;
}

#footer a {
    color: #FFF;
}
