body {
margin: 0px;
padding: 0px;
text-align: center;
background-color: #F5F5DC;
font-family: arial;
font-size: 1em;
color: #000066;
}

#container {
width: 770px;
background-image: url("../images/background.gif");
background-position: center; 
background-repeat: repeat-y;
}

#header {
width: 750px;
}

#header img {
vertical-align: bottom;
}

#menu {
width: 750px;
}

#menu img {
vertical-align: bottom;
}

#subMenu {
width: 750px;
}

#subMenu img {
vertical-align: bottom;
}

#content {
background-color: #FFFFFF;
background-image: url("../images/content_back.gif");
background-repeat: repeat-x;
width: 750px;
text-align: left;
padding-bottom: 10px;
}

#content h1 {
/*text-decoration: underline;*/
font-size: 1.1em;
font-weight: bold;
margin: 0px;
padding: 10px;
padding-left: 20px;
}

#content p {
font-size: .9em;
margin: 0px;
padding: 6px;
padding-left: 40px;
}

#content ul {
font-size: .9em;
margin: 0px;
padding-top: 2px;
padding-left: 56px;
padding-bottom: 10px;
}

#imageRight {
padding: 15px; 
padding-bottom: 0px; 
float: right;
}

#footer {
width: 750px;
height: 30px;
background-image: url("../images/footer-back.gif");
background-repeat: repeat-x;
color: #FFFFFF;
text-align: center;
font-size: .8em;
}

#footer p{
padding: 0px;
margin: 0px;
padding-top: 4px;
}

#footer img {
vertical-align: bottom;
}

a img {
border: none;
}

.highlight
{
font-weight: bold;
color: #990000;
}

A:link {
text-decoration: none;
}

A:visited {
text-decoration: none;
color: #0000EE;}

A:active {
text-decoration: none;
}

A:hover {
text-decoration: underline; 
}