/* General Tags */

body {
font-family: Georgia, "Times New Roman", Times, Serif;
background: url(images/bg.gif) #B8D3F0 top left repeat-x;
}

a {
color: white;
}

a:hover {
color: #9CF4FE;
}

/* Unique IDs */

#bodycontent {
width: 975px;
margin-left: auto;
margin-right: auto;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: black;
}

#header {
color: #FFFFFF;
background-image:url('images/boards.gif');
background-repeat: no-repeat;
background-position: center left;
background-color: #006699;
border-style: solid;
border-width: 1px;
border-color: black;
}

#header h1 {
font-size: 36px;
font-family: Georgia, "Times New Roman", Arial, Sans-serif, Serif;
color: #006699;
}

#navmenu {
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 18px;
float: left;
width: 135px;
border-style: solid;
border-width: 1px;
border-color: #006699;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 5px;
}

#navmenu ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

#navmenu a {
background: url(images/navbg2.gif) #fff bottom left repeat-x;
line-height: 1.9em;
height: 2em;
border-style: solid;
border-width: 1px;
border-color: #006699;
color: white;
text-decoration: none;
text-align: center;
padding-left: 20px;
padding-right: 20px;
display: block;
}

#navmenu li a:hover {
background: url(images/navbgover.gif) #fff bottom left repeat-x;
text-decoration: underline;
}

#content {
line-height: 1.9em;
font-family: Georgia, Sans-serif, serif, Arial;
padding-left: 15px;
padding-right: 15px;
margin: 0px 0px 5px 150px;
}

#content q {
font-style: italic;
}

#content em {
color: blue;
}

#content a {
color: blue;
}

#content a:hover {
color: red;
}

#footer {
font-family: Georgia, Sans-serif, serif, Arial;
text-align: center;
color: white;
background: #006699;
border-color: #0D8E06;
border-width: 2px;
border-style: solid;
margin-top: 5px;
clear: left;
}

/* Classes */

.button {
font-size: 20px;
}
