body {
margin: 0;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
color: #77787b;
font-size: small;
}

#OuterBox {
width: 980px;
margin: auto;
margin-top: 1em;
}

#TopLogo {
display: block;
height: 0;
padding-top: 136px;
background-image: url('../images/TopLogo.jpg');
overflow: hidden;
width: 249px;
}

#TopLogo img {
border: none;
}

#FlagScroller {
float: right;
background-color: #efefef;
border: 1px solid #00b5cc;
width: 720px;
height: 100px;
margin: 0;
padding: 0;
}

#Header {
margin: 0;
background-image: url('../images/StrapLine.jpg');
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 10px;
}


#Menu {
padding-top: 8px;
}

#Menu td {
vertical-align: middle;
}

#Menu table {
margin: 0 4px;
width: 972px;
}

#Menu td {
height: 100%;
}

#Menu td a {
padding: 10px;
margin: 1px;
text-align: center;
background-color: #00b5cc;
color: #fff;
text-decoration: none;
display: block;
vertical-align: center;
height: 100%;
}

#Menu a span {

}

#Menu a:hover, #Menu a.Active {
background-color: #a54499;
}

#Footer {
border-top: 1px solid #00b5cc;
font-size: 0.9em;
text-align: right;
padding-top: 10px;
}

.ClearFloats {
clear: both;
font-size: 1px;
height: 1px;
}

#ContentArea {
margin-top: 0;
background-color: #d2edf1;
}

#Content {
padding: 6px;
padding-bottom: 20px;
padding-top: 20px;
/* 978 px of space available */
}

h1 {
font-size: 1.8em;
margin-bottom: 0.25em;
font-weight: normal;
}

h2 {
font-size: 1.15em;
margin-bottom: 0.25em;
}

h3 {

}

p, ul {
margin-bottom: 1em;
}

li {
margin-bottom: 0.5em;
background-image: url('../images/Bullet_Arrow.jpg');
background-position: left 0.1em;
background-repeat: no-repeat;
padding-left: 10px;
margin-left: 1em;
}

ul.OnBlue li {
background-image: url('../images/Bullet_OnBlue.jpg');
}

.BorderBox, .BorderBox2 {
padding: 10px;
border: 1px solid #96989b;
border-top: 1px solid #00b5cc;
margin-bottom: 1em;
background-color: #ffffff;
}

.BorderBox2 {
border-right: none;
border-left: none;
border-bottom: none;
background-color: transparent;
}


a {
color: #00b5cc;
}

.SetHeight {
/* Used by javascript plugin */
}

div.hr {
border-top: 2px solid #00b5cc;
margin-bottom: 1em;
}

div.hr hr {
display: none;
}

table.ListTable {
border-collapse: collapse;
}

table.ListTable th {
padding: 0.5em;
background-color: #00b5cc;
color: #fff;
}

table.ListTable td {
padding: 0.5em;
border-bottom: 1px solid #00b5cc
}

.Error {
color: #c00;
}

.Green {
color: #00cc00;	
}
