* {
margin: 0;
padding: 0;
}
body {
font: 12px Arial, Helvetica, sans-serif;
color: #636363;
}
a {
text-decoration: none;
}
p {
padding-bottom: 12px;
line-height: 17px;
}
h2 {
font-size: 16px;
font-weight: bold;
color: #250659;
padding-bottom: 12px;
}
h3 {
font-size: 14px;
color: #fff;
}
.stress {
font-style: italic;
}
.strong {
font-weight: bold;
}
.boxhead {
width: 178px;
height: 33px;
margin: auto;
background: url(images/boxhead.gif) repeat-x;
border: 1px solid #cacaca;
}
.boxhead h3 {
padding-top: 8px;
text-align: center;
}
.boxbody {
padding: 20px 15px 20px 15px;
}
.boxbody ul {
padding: 0 0 10px 20px;
list-style-image: url(images/bullet.gif);
}
.boxbody ol {
font-size: 14px;
font-weight: bold;
list-style: none;
}
.boxbody ol li {
padding-bottom: 10px;
}
#main {
background-color: #FFF;
width: 800px;
margin: 0 auto;
}
#header {
height: 94px;
background: url(images/header.png) no-repeat;
}
#heading {
padding: 17px 0 0 59px;
}
#heading a {
display: block;
width: 213px;
height: 29px;
}
#heading span {
display: none;
}
#content {
padding: 30px 20px 200px 20px;
}
#content a {
color: #068030;
}
#content a:hover {
color: #250659;
}
a#current {
color: #250659;
}
#text a:visited {
color: #250659;
}
#text {
margin-right: 250px;
}
#contact {
padding: 20px 0 0 50px;
}
#box {
float: right;
width: 198px;
margin-bottom: 200px;
padding-top: 10px;
background-color: #f4f4f4;
color: #000;
border: 1px solid #cacaca;
}
#footer {
clear: both;
width: 800px;
padding: 15px 0 15px 0;
font-size: 10px;
color: #959595;
text-align: center;
background-color: #f4f4f4;
border: 1px solid #cacaca;
}
#footer a {
color: #959595;
}
#footer a:hover {
text-decoration: underline;
}
