/* Copyright Seven Communications Ltd 2006+ */

html {
height: 100%;
}
body {
color: #616161;
background-image: url("_images/img_bg01.gif"); 
background-repeat: repeat-y;
background-position: top left;
background-color: white;
font-family: verdana, arial, sans-serif;
font-size: 0.75em;
line-height: 1.5em;
padding: 0;
margin: 0;
min-height: 100%;
position: relative;
}
* html body {
height: 100%;
}
h2 {
color: #930E08;
font-size: 1.5em;
}
div.titleBar {
margin: 0;
padding: 15px 0 10px 35px;
height: 145px;
background-color: #B00305;
border-bottom: 2px solid white;
background-image: url("_images/img_bg02.gif"); 
background-repeat: no-repeat;
background-position: top right;
}
div.menuBar {
position: absolute;
top: 172px;
left: 0;
width: 206px;
background-color: #930E08;
background-image: url("_images/img_bg03.gif"); 
background-repeat: repeat-x;
background-position: top left;
padding: 20px 20px 0 20px;
margin: 0;
}
div.menuBar ul {
list-style: none;
padding: 0;
margin: 0;
}
div.menuBar ul li {
border-bottom: 1px solid #C40001;
padding: 2px 0;
font-weight: bold;
color: silver;
text-decoration: none;
cursor: default;
}
div.menuBar ul li.spacer {
padding-top: 15px;
}
div.menuBar a {
font-weight: bold;
color: white;
text-decoration: none;
}
div.menuBar a:hover {
color: silver;
}
div.textBox {
margin: 0 0 0 246px;
background-image: url("_images/img_bg04.gif"); 
background-repeat: repeat-x;
background-position: top left;
padding: 30px 30px 10em 35px;
position: relative;
}
div.textBox a {
font-weight: bold;
color: #B00305;
text-decoration: none;
}
div.textBox a:hover {
color: #740500;
}
div.textBox ul {
list-style-image: url(_images/img_bullet01.gif); 
}
div.baseBar {
font-size: 0.9em;
position: absolute; 
bottom: 0; 
width: 100%; 
height: 25px;
padding: 5px 0 0 0;
margin: 0;
background-color: #AD0405;
border-top: 2px solid white;
text-align: center;
color: white;
}
div.baseBar a {
color: white;
text-decoration: none;
}
div.baseBar a:hover {
text-decoration: underline;
color: white;
}
table {
border: collapse;
padding-top: 10px;
}
td {
vertical-align: top;
padding: 6px 10px 0 0;
}
p.details {
text-align: center;
padding: 15px 0;
}
p.details img {
margin-bottom: 4px;
}
b {
color: #740500;
}
input {
font-family: verdana, arial, sans-serif;
color: #616161;
}
textarea {
color: #616161;
font-family: verdana, arial, sans-serif;
font-size: 100%;
}
input.btns {
font-family: verdana, arial, sans-serif;
color: black;
}
