html {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {font-family: Verdana; font-size: 11px; color: black; margin: 0; padding: 0; height: 100%;}
p {
	margin: 0;
	padding: 0;
}
img {border: none;  margin: 0; padding: 0;}
a: {color: #003893;}
a:active {color: red;}
.layout {
	width: 980px;
	height: 100%;
}
.header {
  background: url(/uws_templates/default/graphics/head.png) no-repeat;
  height: 110px;
}
.menu {
  background: url(/uws_templates/default/graphics/menu_bg.png) repeat-x;
  height: 22px;
  border-bottom: 1px solid #003893;
}
.path {
	height: 20px;
	border-bottom: 1px solid #c8d1e1;
}
.content {
	width: 980px;
}
.content .content_main {
	padding: 20px 40px 20px 20px;
}
.right_clm {
	padding: 58px 0px 0px 0px;
}
.right_content {
	padding: 20px 20px 0px 0px;
}
.footer {
  height: 30px;
  background: #6d8dc1 url(/uws_templates/default/graphics/menu_bg.png) repeat-x;
  height: 22px;
  border-top: 1px solid #003893;
  color: #a7bad9;
  float: center;
}
.footer a {
  color: #a7bad9;
}
.content h1 {
	background: url(/uws_templates/default/graphics/h1.png) no-repeat left;
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 0px;
	color: #003893;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
}
.uws_pub_content {
	margin-bottom: 15px;
}
