﻿body
{
	background-image: url(../images/backgroundStretch.jpg);
	background-repeat: repeat-x;
	min-height: 600px;
	height: 100%;

	font-size: 10pt;
	font-family: Verdana;
	width:100%;
	
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px; 
	margin-bottom:auto;	
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #2E4A7E;
}

p
{
	margin-bottom: .5em;
	margin-top: 0px;
	padding: 0;
}

#HeaderTop
{
	height: 4px;
	width: 760px;
}

#HeaderTopLeft
{
	background-image: url(../images/ContainerBorderTopLeft.gif);
	background-repeat: no-repeat;
	width:4px;
	height:4px;
	float:left;
}

#HeaderTopRight
{
		background-image: url(../images/ContainerBorderTopRight.png);
	background-repeat: no-repeat;
	width: 10px;
	height:4px;
	float:right;
}

#HeaderTopStretch
{
	background-image: url(../images/ContainerBorderTopStretch.gif);
	background-repeat: repeat-x;
	width:746px;
	height:4px;
	float:left;
}

#HeaderContent
{
	background-image: url(../images/HeaderImage.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 746px;
}

#HeaderBottomBorder
{
	width:746px;
	height:1px;
	background-color: #636363;
	float:left;
}

#Container
{
	height: 100%;
	height: 600px;
	width: 760px;
	margin-left:auto; 
	margin-right:auto;	
}

#Content
{
	height: 804px;
	overflow:visible;
	width: 746px;
	float:left;
	background-color: #FFFFFF;
}

#ContainerBorderLeft
{
	background-image: url(../images/ContainerBorderLeftStretch.gif);
	background-repeat: repeat-y;
	height: 851px;
	width: 4px;
	float:left;
}

#ContainerBorderRight
{
	background-image: url(../images/ContainerBorderRightStretch.png);
	background-repeat: repeat-y;
	height: 851px;
	width: 10px;
	float:right;
}

#NavContainer
{
	background-image: url(../images/NavStretch.gif);
	background-repeat: repeat-x;
	width: 746px;
	height: 49px;
	float:left;
}

#NavShadow
{
	background-image: url(../images/NavShadowStretch.png);
	background-repeat: repeat-x;
	height: 7px;
	width: 595px;
	float:left;
}

#LeftBar
{
	background-image: url(../images/NavShadowStretch.png);
	background-repeat: repeat-x;
	width:150px;
	height: 600px;
	background-color: #AD8C63;
	float:left;
	border-right: solid 1px black;
	padding-top: 0px;
	margin-top: 0px;
}

#LeftBarPicture
{
	background-image: url(../images/JohnDennis_thmb.jpg);
	background-repeat: no-repeat;
	width:150px;
	height: 210px;
	/*border-bottom: solid 1px black;*/
	margin-top: 0px;
	padding-top: 0px;
}

#Footer
{
	text-align:center;
}

#Footer
{
	width: 746px;
	height: 34px;
	background-color: #B42D2D;
	border-top: solid 3px black;
	float:left;
	text-align: -moz-center;
	padding-top: 15px;

}

#FooterBottom
{
	height: 4px;
	width: 760px;
	clear:both;
}

#FooterBottomLeft
{
	background-image: url(../images/ContainerBorderBottomLeft.gif);
	background-repeat: no-repeat;
	width:4px;
	height:4px;
	float:left;
}

#FooterBottomRight
{
		background-image: url(../images/ContainerBorderBottomRight.gif);
	background-repeat: no-repeat;
	width: 10px;
	height:4px;
	float:right;
}

#FooterBottomStretch
{
	background-image: url(../images/ContainerBottomBorderStretc.gif);
	background-repeat: repeat-x;
	width:746px;
	height:4px;
	float:left;
}

.Menu
{
	height: 49px;
	width: 100%;
	text-align:center;
	vertical-align:middle;
}

.MenuItem
{
	color: #000000;
	font-weight: bold;
	height: 49px;
	text-align:center;
	vertical-align:middle;
	border-right: solid 2px black;
}

.MenuItemHover
{
	background-image: url(../images/NavStretch_hover.gif);
	background-repeat: repeat-x;	
}

.MenuItemHover A:hover, .MenuItemHover A:link, .MenuItemHover A:visited
{
	background-image: none;
}

.DynamicMenu
{
	
	width: 150px;
	height: 30px;
}

.DynamicMenuItem
{
	background-image: url(../images/NavStretch.gif);
	background-repeat: repeat-x;
	color: #000000;
	width: 150px;
	height: 30px;
	background-position: center center;
	border: solid 1px black;
}

.DynamicMenuHover
{
	background-image: url(../images/NavStretch_hover.gif);
	background-repeat: repeat-x;	
}

.DynamicMenuHover A:hover, .DynamicMenuHover A:link, .DynamicMenuHover A:visited
{
	background-image: none;
}

.MenuFooter
{
	text-align:center;
	border-left: solid 1px white;
	vertical-align:middle;
}

.MenuFooterItem
{
	padding: 0px 4px 0px 4px;
	color: #ffffff;
	font-size:8pt;
	border-right: solid 1px white;
	
}

#MainContent
{
	padding: 4px 4px 4px 4px;	
	float:left;
	width: 580px;
}