﻿/*  
Dark Blue: #536f9d
dark backgroundblue #00629A
bright red: #C02B3F
*/
body
{ 
	margin: 0px;
	text-align: center;
}
#body
{
	margin:0px auto;
	background-color: white;
	background: url(Images/backSlice1.jpg) repeat-x;
}
#page
{
	width: 871px;
	margin: 0px auto;
	
}
#pageWrapL
{
	float: left;
	margin-top:0px;
}
#pageWrapR
{
float: right; 
margin-top: 0px;
}
#header
{
	margin-top:0px;
	padding-top: 10px;
	background: #00629A;
	
	float: left;
	width: 803px;
}
#headerBar
{
	background: url(Images/HeaderBottom.jpg) white no-repeat;
	height:63px;
	margin:0px;
	padding:0px;
	
}
#headerBar h2
{
	color: #536f9d;
}
h2
{
	text-align:left;
	font-weight: bolder;
	margin: 0px 0px 20px 100px;
	font-size:16px;
	color: #536f9d; /*dark brown*/
}
#menu ul
{ 
		text-align: center;
	list-style: none;
	}
#menu ul li
{
	padding: 0px 30px 0px 30px;
	display:  inline;
}
#menu a 
{
	font-family:Tahoma;
	text-transform:lowercase;
	font-size:14px;
	text-decoration: none;
	color: White;
}

#menu ul li:hover
{
	padding: 4px 30px 0px 30px;
	text-decoration: none;
	background: url(Images/menuSlice.jpg) repeat-x;
	height:25px;
	
}
#Content
{
	background: white;
	text-align:left;
	margin-right:35px;
}
#footer
{
	text-align: center;
	font-weight: bold;
	color: #773C00; /*dark brown*/
}
#leftLogo
{
	Margin: 20px 20px 20px 20px;
	
}


.imgborder
{
	margin: 1px 10px 1px 10px;
	
}

img
{
	border-style: none;
}
