body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 13px;
	background: url(assets/bg.jpg) repeat-x #EBF5FF;
}
a {outline: 0}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(assets/bg-outer.gif) repeat-y;
	}
#inner {
	background: url(assets/bg-inner.jpg) no-repeat;
	}
#column {width: 186px;}
/* #nav */
#nav {
	padding-top: 148px;
	margin-left: 12px;
	}
#nav ul {
	padding: 0;
	margin: 0;
	width: 174px;
	list-style-type: none;
	}
#nav li { margin: 0; }
#nav a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
	height: 1%;
	color: #103460;
  background-color: #f7fbff;
  border-top: 0px solid #ebf5ff;
	border-bottom: 1px dashed #b0b2b0;
}
#nav a:hover {
  color: #000;
 	border-bottom: 1px dashed black;
	background-color: #ebf5ff;
	background-color: #C3CADF;
	background-color: #E0E4EF;
  text-decoration: none;
}
#nav ul ul a {
  padding: 5px 5px 5px 20px;
  color: #000;
  text-decoration: none;
	font-size: 12px;
	background-color: #EFEFEF;
	background-color: #ebeff2;
}
#nav ul ul ul a {
	padding-left: 40px;
	background-color: #DFDFDF;
	background-color: #dfe2e5;
	font-size: 11px;
	}
/* /#nav */

/* News column */
#h-news {
	margin-top: 37px;
	background: url(assets/h-news.gif) no-repeat #fff;
	padding: 30px 10px 10px 10px;
	font-weight: bold;
	color: #1b3a64;
	font-size: 11px;
	display: none; /* Client Request */
	}
#h-news p {margin: 0;}	
#h-news a {text-transform: uppercase;}
#h-news a:link {color: #63845b}
#h-news a:visited {color: #63845b}
#h-news a:hover {color: #000}
#h-news a:active {color: #63845b}

/* end news */

/* Home Address */
#h-address {font-size: 11px; margin: 40px 10px;}
.h-address-name {font-weight: bold; margin: 10px 0;}
#h-address p {color: #0e2e52; margin: 0;}
#h-address a:link {font-weight: bold;}
#h-address a:link {color: #63845b}
#h-address a:visited {color: #63845b}
#h-address a:hover {color: #000}
#h-address a:active {color: #63845b}

/* Copyirght */
#copyright {
	color: #888;
	font-size: 11px;
	margin: 0 10px;
	}
#copyright a:link {font-weight: bold;}
#copyright a:link {color: #666}
#copyright a:visited {color: #666}
#copyright a:hover {color: #444}
#copyright a:active {color: #666}



#content {
	float: right;
	position: relative;
	width: 560px;
	padding-top: 200px;
	}
#breadcrumbs { font-size: 11px; margin-bottom: 1em;}	
#breadcrumbs a {font-weight: bold;}
#breadcrumbs a:link {color: #7B88B2;}
#breadcrumbs a:visited {color: #A8B2CF;}
#breadcrumbs a:hover {color: #000;}
#breadcrumbs a:active {color: #7B88B2;}


