* {
padding: 0px;
margin: 0px;
}
img {
border: 0px;
}
p {
margin-bottom: 15px;
}
a {
color: #00538d;
}
body {
text-align: center;
background: url('images/body_bg.png') repeat;
}
#wholesite {
font-size: 12px;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
margin: 8px auto;
width: 780px;
text-align: left;
}
#header {
border-bottom: 8px solid #fff;
}
#header #logo {
margin-bottom: 8px;
margin-left: 8px;
}
#header #navbar {
list-style-type: none;
background: #00538d;
height: 32px;
line-height: 32px;
}
#header #navbar li {
float: left;
border-right: 1px solid #003d67;
}
#header #navbar li a {
font-weight: bold;
text-decoration: none;
padding: 6px 25px;
color: #e7edf2;
}
#header #navbar li a:hover {
color: #fff;
}
#container_body {
background: url('images/container_bg.gif') repeat-y;
}
#body {
width: 500px;
background: #e7edf2;
padding: 8px;
float: left;
border-right: 8px solid #fff;
}
#body2 {
width: 240px;
background: #f3e1b3;
padding: 8px;
float: left;
}
#footer {
border-top: 8px solid #fff;
background: #00538d;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 11px;
color: #e7edf2;
clear: both;
}
#page_title, #page_title_alt {
color: #2a77ac;
font-size: 20px;
line-height: 18px;
font-weight: 300;
margin-bottom: 12px;
}
#page_title span, #page_title_alt span {
font-weight: 900;
}
#page_title_alt {
color: #bea668;
}
.success, .error {
font-weight: bold;
padding: 6px 10px;
background: #e0f1b0;
border: 2px solid #668c00;
margin-bottom: 15px;
}
.error {
background: #ffebe8;
border-color: #dd3c10;
}