﻿/*Layout*/
.container
{
    border: 1px solid #666666;
    position: relative;
    right: auto;
    left: auto;
    width: 750px;
    min-height: 590px;
    background-color: #660303;
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
}

.header
{
    border-width: 1px;
    border-color: #666666;
    position: relative;
    width: 572px;
    height: 187px;
    border-bottom-style: solid;
    float: right;
}

.menuheader
{
    position: relative;
    width: 165px;
    height: 185px;
    background-color: Transparent;
    float: left;
}

.menuheadertext
{
    font-family: Pristina;
    font-weight: bold;
    color: White;
    margin-top: 25px;
}

.menuheaderpic
{
    margin-left: 13px;
    margin-top: 20px;
}

.menu
{
    padding: 5px;
    border-width: 1px;
    border-color: #666666;
    position: relative;
    width: 167px;
    background-color: Transparent;
    border-right-style: solid;
    float: left;
}

.content
{
    padding: 10px;
    position: relative;
    width: 552px;
    min-height: 690px;
    float: right;
    background-color: #FDD5C4;
    font-family: Calibri;
    text-align: justify;
}
/*End Layout*/

/*Styles*/
.menutext1
{
    background-position: center top;
    font-size: medium;
    font-family: 'Times New Roman' , Times, serif;
    /*background-image: url('images/menupanel.png');*/
    background-repeat: no-repeat;
    text-align: left;
    margin-left: 5px;
}

l
{
    font-size:11px;
    font-style:italic;
}

.paragraph
{
    position:relative;
}

p.paragraph:first-letter 
{
    display:block;
    float:left;
    padding-right: 5px;
    margin:-3px;
    font-size:30px;
    font-family: Times New Roman;
    color: Maroon;
}

.paragraphheader
{
    display:block;
    font-size:18px;
    font-style:italic;
    font-weight:bold;
    color: Maroon;
}

.smallpics
{
    position: relative;
    float: right;
    border: 1px solid;
    border-color: #666666;
    padding: 3px;
    margin-left: 10px;
}

/*Hyperlinks*/

a
{
    color: Black;
}
a:link
{
    color: Black;
}

a:visited
{
    color: Black;
}

a:hover
{
    color: Gray;
}
/*End Hyperlinks*/
