﻿body
{
	background-image: url(../../Images//bg.gif);
	background-repeat: repeat-x;
	background-color: #87AEC5;
	text-align: center;
	vertical-align: top;
	margin: 10px 0px;
	padding: 0px;
}

p
{
    margin: 0;
}

.BaseTable
{
	 height: 100%;
	 width: 800px;
	 border-color: Gray;
	 border-style: solid;
	 border-width: thin;
	 background-color: White;
	 vertical-align: top;
	 padding: 0px;
	 margin: 0px auto;
	 border-spacing: 0;
}

.DefaultTable
{
    background-image:   url(../../Images/bg.jpg);
}

.BaseTableMenuRow
{
	background-image:url(../../Images/menu_bkg.gif);
	background-repeat: repeat-x;
	
	width:100%;
	vertical-align: top;
	text-align: center;
}



.BaseTableContentRow
{
	background-color: #F3F3F3;
	padding: 0px;
	border-spacing: 0px;
	padding-top: 0px;
	min-height: 500px;

}

.BaseTableFooterRow
{
    
	color: White;
	background-color: Black;
	font-family: Arial;
	font-size: x-small;
	width: 800px;
	margin: 0px auto;
	text-align: center;
	height: 15px;

}

.MainMenu
{
	font-family:Arial;
	font-size:8;
	margin: 0px auto;
	
}

.MenuItem
{
	color: #013C63;
	font-family: Arial;
	font-size: small;
	padding: 0 5px 0 5px;
	text-align:left;
	font-variant:small-caps;
	
}

.MenuItemHover
{
	color: Blue;
	text-decoration: underline;
}

.MenuItemSelected
{
   
    font-weight: bold;
}

.HomeHeader
{
	font-family:Tahoma;
	font-size: large;
	font-style:oblique;
}

.MainContainer
{
  background-color: Red;
}

.AboutTopP
{
    font-family:Tahoma;
    font-size: 14px;
	text-align:justify;
	padding-right: 15px;
}

.BiosHeader
{
    font-family:Tahoma;
    font-size: 18px;
    font-weight: bold;
    color: White;
	background-color: Black;
	font-variant:small-caps;
}

.BioName
{
    font-family:Tahoma;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    font-size: large;
}

.BioTitle
{
    font-family:Tahoma;
    font-size: 14px;
    font-style:oblique;
    text-align:left;
}

.BioText
{
    font-family:Tahoma;
    font-size: 14px;
    text-align:justify;
}

.AddressText
{
    font-family:Tahoma;
    font-size: 14px;
}
	