body {
        background-image: url("images/gradient.gif");
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: repeat-x;
        font-family : Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0px;
}
#header {
        position: absolute;
        top: 10px;
        left: 40px;
	background-image: url("images/header.jpg");
        background-position: top left;
        background-repeat: repeat-x;
        color:#1e5780;
        height: 85px;
        width:100%;
        padding-left: 20px;
	padding-top: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 2.40em;
}
#tagline {
        position: absolute;
        top: 70px;
        left:40px;
        margin: 0px;
        width:80%;
        padding-left: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        color: #1e5780;
        font-size: 1.5em;
}
#content {
        margin-right: 20em;
        margin-left: 40px;
        background-color: #eff3f6;
        padding: 1.0em;
        margin-top: 100px;
        margin-bottom:5px;
        border: 1px #eee solid;
}
#menu {
        width: 13em;
        position: absolute;
        float: right;
        top: 122px;
        right: 5em;
        font-size: 100%;
}
* html #menu { /* make IE put it in the right place */
        right: 1em;
}
#menu p {
        color:#1e5780;
        font-size:1.2em;
        font-weight: bold;
}
#menu ul {
        margin-top: 0;
        padding-left: 0;
        margin-left: 5px;
        list-style: square;
        color: #2f89c9;
}
#menu a:link, #menu a:visited {
        color: #1e5780;
        border: none;
}
#menu form{
        margin: 0;
}
#menu form br {
        display:none;
}

h1{
        font-weight: bold;
        font-size: 1.5em;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color : #000000;
        padding-top: 0.6em;
        margin: 2px;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        padding-top: 0.3em;
        margin: 1px;
}
h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 1px;
}
p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}
ul {
        margin-left: 5px;
        padding: 0px;
}
li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
}

div.innerdiv {width:100%}

.footer {
	margin-top: 1em;
	border-top-width=1px;
        font-size : 10px;
	text-align: center;
}
.footer a {
        text-decoration: none;
        color: #cc9933;
}
.footer a:hover {
        color: #cc9933;
        text-decoration: underline;
}

table {
        font-size: 12px;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

