/* Overall page properties */
body {
position: relative;
margin: 0;
padding: 0;
background-color: #281A84;
font-family: Tahoma, Verdana, ariel, sans-serif;
}

/* Page heading - top of page */
div#header {
position: absolute;
top: 15px;
left: 15px;
right: 20px;
height: 112px;
width: 760px;
background: transparent 0px 0px url(images/southendheader.gif) no-repeat scroll;
}

/* Links - Overall position and font */
div#links {
position: absolute;
top: 127px;
bottom: 20px;
left: 15px;
width: 130px;
font-weight: bold;
}

/* Links - Anchor properties without mouse over */
div#links a {
display: block;
text-align: center;
padding: 8px 5px;
margin: 0px 0px 4px;
border: 1px solid #281A84;
text-decoration: none;
color: #FFFFCC;
background-image: url(images/gradient3.png);
background-repeat: repeat-y;
}

/* Links - Anchor properties with mouse over */
div#links a:hover {
color: #FFFFFF;
background: #0D0560;
border: 1px solid #0000BB;
}

/* Page contents */
div#content {
position: absolute;
top: 127px;
left: 146px;
right: 20px;
width: 629px;
color: #0E0662;
border: 1px solid #D5002B;
background-color: #FEFEFE;
margin: 0px 0px 20px;
padding: 15px 15px 15px;
}

/* Table colors */
table,tr {
color: #0E0662;
border-color: #281A84;
}

td,th {
text-align: center;
color: #0E0662;
border-color: #281A84;
}

td.pad {
padding: 5px 5px;
}

caption {
margin-bottom: 5px;
}

form {
margin-bottom: 0em;
}

h1,h2,h3,h4,h5,h6 {
margin-left: -.25em;
margin-bottom: .25em;
}

.sideMenuBoxOff
{
background-color:#FEFEFE;
}

.sideMenuBoxOn
{
background-color:#B7BFD7;
}


