body {
	background: #bcbcbc url(../images/bg.gif) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
}

img {
  border: 0;
}

a {
  color: blue;
  text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
}

#header {
	height: 137px;
	background: #fcb324 url(../images/header_bg.gif) repeat-x;
	overflow: hidden;
	position: relative;
}

#headerleft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: url(../images/header_left.gif) no-repeat;
	width: 41px;
	height: 137px
}

#headerright {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	background: url(../images/header_right.gif) no-repeat;
	width: 41px;
	height: 137px
}

#logo {
	position: absolute;
	top: 35px;
	left: 20px;
	z-index: 2;
}

#search {
  position: absolute;
  right: 16px;
  bottom: 5px;
  z-index: 3;
  background: url(../images/search_images.gif) no-repeat;
  width: 340px;
  height: 75px;
  text-align: right;
}

#search form {
  margin: 0;
  margin-top: 50px;
}

#search input.query {
  border: #3542a2 1px solid;;
  padding: 2px;
  width: 200px;
}

#search input.btn {
  width: 40px;
  height: 22px;
  padding: 0;
}

#search input.btn:hover {
  cursor: pointer;
}

#wrapperleft
{
	background: url(../images/content_leftright.gif) top left repeat-y;
}

#wrapperright
{
	background: url(../images/content_leftright.gif) top right repeat-y;
}

#maincontainer
{
	margin: 0px 10px;
	background-color: #fff;
}

#navcontainer
{
	background: #f3b92a url(../images/nav_bg.gif) repeat-x;
	color: #000;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	margin: 0px 2px;
	height: 3em;
}

ul#udm ul.smartmenu
{
 position:absolute;
 top:3px;
 right:-175px;
}

#main
{
	padding: 3px;
	padding-bottom: 0;
	font-size: 1.2em;
	height: 420px;
	max-height: 420px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	word-wrap: break-word;
}

#sidebar
{
	float: left;
	width: 178px;
	margin-right: 5px;
	height: 420px;
	max-height: 420px;
  overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 0.9em;
	background: #fff5e0 url(../images/sidebar_bg.gif) repeat-y;
}

#sidebar ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#sidebar ul li
{
  display: inline;
}

#sidebar ul li a
{
	display: block;
	text-decoration: none;
	color: #273d8b;
	padding: 4px 2px;
	margin-bottom: 4px;
	margin-right: 2px;
}

#sidebar ul li a:hover
{
	background: #3973c1 url(../images/sidebar_hover_bg.gif) repeat-y;
	color: #fff;
}

#advertisment
{
	float: right;
	width: 315px;
}

#content
{
	margin-left: 183px;
	margin-right: 318px;
	position: relative;
	height: 420px;
}

#watermark,
#watermarkHover
{
	height: 420px;
	background-position: 0 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
}

#breadcrumb,
#watermarkBreadcrumb
{
  font-size: 0.9em;
  background-color: #fff;
  color: #333;
}

#breadcrumb a,
#watermarkBreadcrumb a
{
  color: #333;
}

#watermarkBreadcrumb
{
  position: absolute;
  padding: 2px;
  top: 0;
  left: 0;
}

.clear
{
	clear: both;
}

#footer
{
	background: url(../images/footer_leftright.gif) bottom left no-repeat; 
}

#footer div
{
	background: url(../images/footer_leftright.gif) bottom right no-repeat;
	padding: 0px 15px;
}

#footer div div
{
	background: url(../images/footer_bg.gif) repeat-x;
	height: 13px;
	position: relative;
}

#disclaimer
{
	text-align: center;
	color: #595959;
}

#copyright
{
	text-align: center;
	color: #595959;
}

#copyright a
{
	color: #595959;
}