﻿body 
{
	background-color: #ece9df;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.SplashStyle
{
	margin-top: 35px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #3e4160;
}

.SplashStyle h3
{
	color: #828191;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
}

.SplashStyle h2
{
	font-size: 12px;
	color: #3e4160;
	font-weight: normal;
}

.SplashStyle h1
{
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	color: #7f7144;
	display: block;
	text-align: center;
}

.SplashStyle h1 a
{
	font-weight: bold;
	color: #948658;
	background-color: #e7d9a7;
	border: solid 1px #c7b16b;
	display: block;
	padding: 7px;
	text-decoration: none;
}
.SplashStyle h1 a:hover
{
	color: #5e6078;
	background-color: #c8c6c0;
	border: solid 1px #9d9b96;
}

.VertLine
{
	border-left: solid 1px #5e6079;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ContentContainer
{
	background-image: url(site_images/main_bg2.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #C8C5BF;
	border-right: solid 1px #C8C5BF;
}

.HeaderStyle
{
	font-size: 20px;
	color: #0e133d;
	font-style: italic;
}

.SubHeaderStyle
{
	font-size: 12px;
	color: #747689;
	font-style: italic;
}

.BioContainer
{
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #353959;
    width:355px;
    height:275px;
    padding: 5px;
    overflow: auto;
}

.MenuContainer
{
	/*background-image: url(site_images/th_bg.gif);
	background-repeat: repeat-x;*/
	background-image: url(site_images/th_fullbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	/*overflow: auto;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	
	
	width: 630px;
}

.MenuContainer td
{
	/*background-image: none;*/
}

.OuterMenu
{
	/*background-image: url(site_images/th_l.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	
	position: relative;
	top: 15px;
	left: 18px;
	width: 630px;
	height: 140px;
	overflow: auto;
}

 .OuterMenu > div
{
	/*background-image: url(site_images/th_r.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;*/
	padding-bottom: 20px;
	width: 100%;
}

.ThumbContainer
{
	background-image: none;
	vertical-align: middle;
	/*overflow: auto;*/
	width: 630px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*top: 15px;
	left: 15px;
	height: 140px;*/
}

.LogoTop
{
	height: 101px;
	background-image: url(site_images/main_t.gif);
	background-repeat: no-repeat;
}

.TopNav
{
	background-image: url(site_images/main_tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	position: relative;
	width: 100%;
	height: 101px;
}

.BottomYear
{
	background-image: url(site_images/main_b3.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 60px;
	width: 100%;
	padding-bottom: 5px;
}

.ThumbStyle
{
	border: solid 1px #0e133d;
	outline: none;
}

.clear
{
	overflow: hidden;
	width: 100%;
	padding-left: 215px;
}

a.HomeButton
{
	background: transparent url(site_images/hbtns_bg.gif) no-repeat scroll top right;
	display: block;
	float: left;
	height: 46px;
	width: 50px;
	color: #4f3e18;
	text-decoration: none;
}
a.HomeButton span
{
	display: block;
	line-height: 20px;
	padding: 0px;
}
a.HomeButton:hover
{
	background-position: bottom right;
	outline: none;
}
a.HomeButton:hover span
{
	background-position: top left;
	padding: 0px;
}

a.NavButton
{
	margin-top: 8px;
	margin-left: 3px;
	background: transparent url(site_images/btns_bg.gif) no-repeat scroll 3px -2px;
	display: block;
	float: left;
	height: 36px;
	width: 194px;
	text-decoration: none;
	color: #4f3e18;
	font-size: 19px;
	font-style: italic;
	text-align: center;
	vertical-align: bottom;
}

a.NavButton span
{
	display: block;
	padding-top: 4px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 7px;
}

a.NavButton:hover
{
	background-position: 4px -1px;
	outline: none;
}
a.NavButton:hover span
{
	background-position: top left;
	padding-top: 5px;
}
