body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(images/bg.gif);
	text-align: center;
}
a {
	color: #666666;
}
#container-shadow {
	/* position: relative; */
	text-align:center;
	width: 730px;
	margin: 0 auto;
	/* width: 98%; */
	background: url(images/container-shadow.gif) repeat-y center top;
}
#container-top {
	width: 100%;
	height: 26px;
	background: #fff url(images/container-top.gif) top center repeat-y;
	clear:both;
}
#container-bottom {
	width: 100%;
	height: 17px;
	background: #fff url(images/container-bottom.gif) top center repeat-y;
	clear:both;
}
#container {
	position: relative;
	width:700px;
	margin: 0px auto;
	background: #fff;
	text-align:left;
}
#container #header {
	position:relative;
	height:97px;
	background: url(images/header-bg.jpg) top center no-repeat;
}
#container #menu {
	position:relative;
	height:25px;
	background: url(images/menu-bg.gif) top center repeat-x;
	border-bottom: 5px solid #B0B2B3;
	text-align:right;
	padding-right:20px;
}
#container #menu a {
	display:block;
	float:right;
	height: 25px;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px;
}
#container #menu a:hover,
#container #menu a.active {
	background: #B0B2B3;
}
#container #footer {
	clear:both;
	background: #fff;
	height: 30px;
	line-height: 30px;
	border-top: 6px solid #B0B2B3;
	color: #B0B2B3;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
}
#container #footer a {
	color: #B0B2B3;		
}
#container #copy {
	width: 660px;
	overflow: auto;
	float:right;
	color: #666666;
	padding:15px 20px;
	min-height: 300px;
}
#container #leftmenu {	
	position:relative;	
	left: 20px;
	top: 20px;
	float: left;
	width:188px;
	margin-bottom: 20px;
	background: #ddd;
}
#container #leftmenu #top {
	height: 5px;
	background: #ddd url(images/leftmenu-top.gif) top left no-repeat;
	margin-bottom:10px;
}
#container #leftmenu #bottom {
	height: 5px;
	margin-top:10px;	
	background: #fff url(images/leftmenu-bottom.gif) top left no-repeat;
}
#container #leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #ccc;	
}
#container #leftmenu ul li {
	margin: 0px;
	padding: 0px;
}
#container #leftmenu ul li a,
#container #leftmenu ul li .nolink {
	display: block;
	height: 20px;
	padding: 0px 5px;
	line-height:20px;
	color: #064A7F;
	text-decoration: none;
	padding-left: 15px;
	border-bottom: 1px solid #ccc;		
}
#container #leftmenu a:hover,
#container #leftmenu a.active {
	background: #eee url(images/leftmenu-hover.gif) 3px 5px no-repeat;
}
#container #leftmenu p {
	padding-left:10px;
	color:#666;
}
#copy p {
	/* line-height: 22px; */
	line-height: 20px;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #064A7F;
	margin-bottom: 0pt;
	margine-top: 10pt;
}
h1 { 
	font-size: 22px; 
	margin-bottom: 15pt;
}
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { 
	font-size: 12px; 
	margin-top: 20pt;
}
#copy li {
	line-height:20px;
}
