body {
margin: 20px;
padding: 0;
width: 900px;
color: #000;
background: #fff;
font-family: 'times new roman', times, serif;
font-size: 16px;
}

div.header {
background: url("images/header_image.png") #fff;
background-repeat: no-repeat;
background-position: 100% 0%;
margin: 0 0 30px 0;
padding: 0 0 30px 0;
border-bottom: 2px solid #ccc;
height: 150px;
}

div.column {
float: left;
color: #fff;
background: /*url(bg_images/leftcolumn.png)*/ #000;
width: 250px;
margin: 0 60px 40px 0;
}

img.column {
margin: 20px;
padding: 0;
}

ul.menu {
color: #fff;
background: #000;
width: 250px;
list-style: none;
margin: 20px;
padding: 0;
}

li.menu {
color: #fff;
background: #A08A50;
margin: 1px 0;
padding: 0.5em 1em;
}

a:link {
color: #fff;
background: inherit;
text-decoration: none;
}

a:visited {
color: #fff;
background: inherit;
text-decoration: none;
}

a:hover  {
color: #fff;
background: inherit;
text-decoration: underline;
}

a:active {
color: #fff;
background: inherit;
text-decoration: underline;
}

div.content {
float: left;
width: 564px;
color: #000;
background: #fff;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
line-height: 1.2em;
}

h2  {
color: #000;
background: #fff;
font-family: "times new roman", times, serif;
font-size: 1.6em;
margin: 0 0 0.5em 0;
padding: 0;
line-height: 1.1em;
}

h3  {
color: #000;
background: #fff;
font-family: "times new roman", times, serif;
font-size: 1.3em;
margin: 0 0 0.5em 0;
padding: 0;
text-decoration: underline;
}

/* the following h4 element is for column headings */
h4 {
font-weight: 700;
text-decoration: underline;
font-size: 1em;
margin: 0 0 1em 0;
padding: 0;
}

div.notice {
margin: 0 0 0 0.5em;
}

.content a:link, .content a:visited, .content a:hover, .content a:active{
color: #00f;
background: inherit;
text-decoration: underline;
}

.content ul {
color: #000;
background: #fff;
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}

.content li {
margin: 0.5em;
padding: 0;
}

div.centerimage {
text-align: center;
width: 500px;
border: 1px solid #000;
font-size: 0.8em;
}

div.capimage {
float: right;
margin: 0 0 1em 2em;
border: 1px solid #000;
text-align: center;
font-size: 0.8em;
}

div#footer {
clear:left;
text-align: center;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
margin: 1em 0;
padding: 1em 0;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
color: #000;
background: inherit;
text-decoration: underline;
}

