body {
	margin: 0;

	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #F5F5DC;
}

/* Banner across top of page that says the name of the whole site */

#main_title {
    margin: 0px 0px 10px 0px;
    padding: 10px 200px 100px 25px;
    background-color: White;
    border-bottom: 2px solid #778899;
    color: White;
    font-weight: bold;
    font-size: .8em;
    letter-spacing: 5px;
    text-align: right;
    background-image: url(JF_Logo2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

/* Styles for the main text on the page. */

#main_text {
margin-top: 40px;
margin-bottom: 20px;
margin-left: 190px;
margin-right: 190px;
}

h1 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    color: #055989;
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}

h2 {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1em;
    color: #5F9DA0;
    font-weight: bold;
}

.tagLine {
    display: inline;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 0;
    padding: 0;
    font-size: 1.5em;
    color: #055989;
    font-weight: bold;
font-variant: small-caps;}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .7em;
line-height: 1.9em;
}

.para{
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .7em;
line-height: 1.9em;
}

ol, ul {
margin-left: 25px;
}

.indent {
margin-top: 0;
margin-bottom: 17px;
margin-left: 25px;
margin-right: 0;
font-size: .7em;
line-height: 1.9em;
}

a:link, a:visited {
    color: #5F7DA0;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #5F7DA0;
    font-weight: bold;
    text-decoration: underline;
}

.highlight{
    color: #5F7DA0;
    font-weight: bold;
    display: inline;
}

/* Styles for the navbar on the left side. */

#left_menu {
position: absolute;
top: 120px;
left: 0;
margin: 20px;
width: 150px;
}

#left_menu p {
    border-bottom: 1px dotted #6495ED;
    text-align: right;
    font-size: .8em;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-bottom: 0;
}

#left_menu a:link, #left_menu a:visited {
    color: #5F9EA0;
}

#left_menu a:hover, #left_menu a.current {
    color: #5F7DA0;
    text-decoration: none;
}

/* Styles for the pullquote on the right side. */

#right_column {
position: absolute;
top: 140px;
right: 0;
margin: 20px;
width: 150px;
}

#right_column p {
line-height: 1.5em;
font-size: .7em;
}

#right_column strong {
    color: #5F7DA0;
    font-style: italic;
}

/* Styles for the footer at the bottom of the page */

#footer {
    text-align: center;
    background-color: #BAE3FA;
    color: Black;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: .7em;
    border-top: 2px solid #055989;
    border-bottom: 15px solid #B0E0E6;
}

#footer a:link, #footer a:visited {
    color: Gray;
}

#footer a:hover {
    color: #EB879B;
    text-decoration: none;
    border-bottom: thin dashed;
}


#hidden
{
position: absolute;
visibility: hidden;
}