/* CSS Document */

*
{
    border-width: 0px;

}

.mOut
{
    background-color: #990000;
    min-width: 150px;
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    vertical-align: middle;
    font-weight: bolder;
}

.mOver	{background-color:#6B0000;
		 border-style: groove;
		 border-width: thin;
		 border-color: #FF8080;
		 min-width: 150px;
		 font-size: 14px;
		 color: #FFFFFF;
		 font-weight: bolder;
		 }
		 
 .MainTable
{
    padding: 4px;
    margin: 15px;
    width: 90%;
    background-color: #000000;
    border: thick double #CC0000;
    border-collapse: collapse;
    vertical-align: middle;
}


A
{
    text-decoration: underline;
    font-style: oblique;
}
		 
.menu
{
    width: 20%;
    border-style: solid;
    border-color: #000000;
    border-width: thin;
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: center;
    border-collapse: collapse;
}
.MenuTable
{
    margin: 0px;
    border-color: #111111;
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.ImageCell
{
    padding: 5px;
    border-bottom-style: ridge;
    border-bottom-width: medium;
    border-bottom-color: #0000FF;
    text-align: left;
}
P
{
    margin: 0px;
    text-align: left;
}
body
{
    /*background-color: #3333CC;*/ /*background-color: #0000FF;*/
    background-color: #000000;
}
.MainText
{
    padding: 15px;
    margin: 15px;
    /*border: thin solid #000000;*/
    width: 80%;
    background-color: #FFFFFF;
    vertical-align: top;
    min-height: 400px;
}

 h4
{
    font-size: x-large;
    font-weight: bold;
    color: #CC3300;
    text-align: center;
}     
 h5
{
    font-size: large;
    font-weight: bold;
    text-align: left;
    font-style: oblique;
    margin-bottom: -1px;
} 
 h6
{
    font-size: medium;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    margin-bottom: -3px;
    margin-top: 5px;
} 
.SubHeader
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
    font-style: italic;
    top: 1px;
}  

.Centered
{
    text-align: center;
}
.LeftJustify
{
    text-align: left;
}
.LeftIndent
{
    padding-left: 25px;
}
ul
{
    text-align: left;
    text-indent: 15px;
    list-style-type: square;
}
.PhotoTable
{
    width: 70%;
    border-collapse: collapse;
}
.PhotoCell
{
    padding: 3px;
}
 .h5Centered
{
    font-size: large;
    font-weight: bold;
    text-align: center;
    font-style: oblique;
    margin-bottom: -1px;
}
.Link
{
    text-decoration: underline;
    font-style: italic;
}
.HeaderRow
{
    min-height: 136px;
    min-width : 136px;
}
.LeftJustify
{
    text-align:left;
}