body {
	margin: 0;
	padding: 0;
	background:#fff;
	color: #121212;
	font: 13px verdana, arial, helvetica, sans-serif; 
}

/* LAYOUT */
body#ESBody {
	background:#E6E6E6;
	}
#pageFrame {
	width:795px;
	border:1px solid #ccc;
	margin:0 auto 30px auto;
	background: url("images/bg_leftbar.gif") top left repeat-y #fff;
	}
#menu {
	float:left;
	width:187px;
	padding-bottom:0px;
	background:url("images/bg_menu.gif") bottom left no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-bottom:2px;
	}
html>body #menu{padding-bottom:2px;}	
#header {
	border-bottom:28px solid #163870;
	background: url("images/photo.jpg") bottom right no-repeat #fff;
	background-position:0 right;
	height:69px;
	position:relative;
	padding:0 0 0 10px;
	margin:0;
	}
	
#header img {
	margin:0 0 0 -10px;
	}
	
#content {
	float:left;
	width:608px;
	padding:40px 20px 40px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 568px;
	}
html>body #content{width: 568px;}

#banner {
	display:none;
	}
#footer {
	border-top: 1px solid #B2B2B2;
	font: 11px verdana, arial, helvetica, sans-serif;
	padding:0;
	margin:0;
	width:608px;
	float:right;
	padding:10px 20px 10px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 568px;
	}
html>body #footer{width: 568px;}
/* TEXT TAGS */

a, a:link, a:visited {
	color: #163870;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
b, strong {
	font-weight: bold;
}


h1 {
	font: normal 22px verdana, arial, sans-serif;
	border-bottom:1px solid #D6D6D6;
	color:#163870;
}

h2 {
	font:19px verdana, arial, sans-serif;
	color: #163870;
	margin-bottom: 0;
	text-align: center;
}
h3 {
	font: bold 14px verdana, arial, sans-serif; 
	color: #163870;
}


p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0 0 16px 0;
	padding:0;
}


/* TEXT STYLES */

.subhead {
	border: none;
	margin-top: 0;
	text-align: center;
}

.top {
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align: right;	
}

.button {
	background-color: #7af;
	color: #fff;
	font-weight: bold;
}

.largetext, .largeText{
	font-size:14px;
	}
	
.smalltext, .smallText {
	font-size:9px;
	}

/* MENU STYLES */
#menu a, #menu a:link, #menu a:visited {
	color: #000;
	text-decoration: none;
	padding:5px 10px 15px 10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	display:block;
	width:167px;
	background:url("images/bg_menu.gif") top left no-repeat;
}
#menu a:hover, #menu a:active {
	text-decoration: none;
	color:#163870;
	background:url("images/bg_menu-over.gif") top left no-repeat #fff;
}

#menu li.selMenuItem a, #menu li.selMenuItem a:link, #menu li.selMenuItem a:visited {
	font-weight:bold;
	color:#163870;
	background:url("images/bg_menu-over.gif") top left no-repeat #fff;
	
	}
#menu h4 {
	color: #999;
}
ul#nav {
	margin: 10px 0 0 0;
	padding: 0 0 40px 0;
	list-style-type: none;
	background:none;
}

ul#nav li {
	float:left;
	padding:0 0 0 0;
	margin:0;
	
	width:187px;
	
	}
	
ul#nav li.selMenuItem{
	
	}

