﻿body{
	font-family:Tahoma;
	color:#424A3D;
	background-color:#fff5a3;
	background-image:url('plainBackPattern2.jpg');
	padding:0px;
	/*background-image:url(bodyGrad.png);*/
	background-repeat:repeat;
}
.body{
	width:800px;
	margin:-18px auto 50px;
	min-height:650px;
	
	padding:0px;
}
.body div{
	margin:0;
}
.top{
	height:0px;
	color:#F4C96D;
	text-align:right;
	padding-right:20px;
	margin:0px;
	display:none;
}
.top a, .top a:visited{
	color:white;
	font-size:12px;
	text-decoration:none;
}
.top a:hover{
	text-decoration:underline;
}
.logo{
	background-image:url('bapsLogo2.jpg');
	background-repeat:no-repeat;
	height:150px;
	width:800px;
	background-color:#2c527c;
}
.main{
	width:799px;
	margin-left:auto;
	margin-right:auto;

	height:100%;
	background-color:#ffe79d;
}
.header{
	/*height:150px;
	background-color:white;
	background-image:url('baps.png');*/
}
.nav{
	height:40px;
	background:black;

}
.nav ul {margin-right:auto; margin-left:auto; width:540px;}
.nav ul li {background: transparent url(ulBorder.png) no-repeat 100% 0; padding-right: 2px; height: 38px; overflow: hidden;}
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:hover,
.nav ul li a:active {
	float: left; color: #fff; text-decoration:none; padding: 14px 18px 16px; font-size: 90%; font-weight: normal; line-height: 1; background: transparent url(ulHover.png) repeat-x 50% 38px;
}

.nav ul li a:hover,
.nav ul li a:active {
	background-position: 50% 0; color: #8fa4ba; text-decoration: none;
}

.nav ul li#lastitem {background: none; padding-right: 0;}
.nav ul li#lastitem a {padding-right: 20px; padding-left: 19px;}

.menu-h { overflow: hidden; margin:0px;}
.menu-h li { float: left; list-style: none; padding: 0;}
.leftNav{
	width:0px;
	background-color:#B27759;
	height:100%;
	padding:10px;
	vertical-align:top;
	display:none;
}
.leftNav ul{
	margin:0px;
	padding:0px;
}
.leftNav ul li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.leftNav ul li a, .leftNav ul li a:visited{
	color:navy;
	text-decoration:none;
}
.leftNav ul li a:hover{
	text-decoration:underline;
}
.fade{
	width:800px;
	background-image:url('fade.png');
	background-repeat:repeat-x;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.content{
	width:798px;
	padding:10px;
	background-color:#ffe79d;
	vertical-align:top;
}
.content a, .content a:visited{
	color:navy;
	text-decoration:none;
}
.content a:hover{
	text-decoration:underline;
	color:black;
}
.content ul{
	margin:0px; padding:0px;
}
.content ul li{
	list-style-type:none;
}
.a a, .a a:visited, .logo a, .logo a:visited{
	color:navy;
	text-decoration:none;
}
.a a:hover, .logo a:hover{
	text-decoration:underline;
}
.footer{
	color:white;
	text-align:right;
	width:780px;
	height:20px;
	padding:10px;
	background-color:black;
	font-size:12px;
}
h3{
	font-family:Arial;
	/*color:#2c2c19;*/
	color:black;
	margin:0px;
	padding:10px;
	border-bottom:1px solid #2c2c19;
	/*background-image:url('plainBackPattern2.jpg');
	background-repeat:repeat;
	background-color:#8fa4ba;*/
}
h4{
	/*color:#e8aa0c;*/
	color:black;
	font-size:18px;
	padding-top:0px; margin-top:10px;
}
label{
	font-weight:bold;
}