/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #009090;
  font: 13px Trebuchet MS, Verdana, Arial, sans-serif;
  background: #0e0726;
}

h1 {
  font: bold 12px Trebuchet MS, Arial, Verdana, sans-serif;
}

h2 {
  padding: 5px 0;
  font: normal 22px/1.5em Trebuchet MS, Arial, Verdana, sans-serif;
}

h3 {
  padding: 5px 0;
  font: bold 16px Trebuchet MS, Arial, Verdana, sans-serif;
}

p {
  margin: 0 0 10px;
  line-height: 1.5em;
}

a:link, a:active, a:visited {
  color: #7E9095;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input, select, textarea {
font-size: 11px;
}
option {
padding: 0 5px;
}
#container-page {
  /*margin: 0 auto;
  background: transparent url("../images/content_bkgrd.jpg") repeat-y 151px 0; */
  width: 777px;
  margin: 0 0 0 20px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-content {
  /*border: 1px solid #eee;*/
}

#container-content:after {
  clear: both;
  display: block;
  /*font: 1px/0px serif;*/
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 535px;
  float: right;
  padding-right: 20px;
}
.custlinks ul {
	padding: 0 0 0 30px;
	list-style-image: url("../images/bullet.gif");
	text-indent: 5px;
	list-style-position: outside;
}
.custlinks li {
	margin: 0 0 10px;
	font-size: 11px;
	padding-top: -25px;
	height: 18px;
}
.left {
	margin: 5px 10px 5px 0;
	float: left;
}

img.right {
	padding: 3px;
	border: 1px solid #000;
}
img.border {
	padding: 3px;
	margin: 5px;
	border: 1px solid #000;
}
img.title {
	margin: 10px 0;
}
.right {
	margin: 5px 0 5px 10px;
	float: right;
	cursor: pointer;
}
#avmenu {
	float: left;
	width: 180px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.9em;
	background: url("leftmenu.jpg") repeat-y;
}

#avmenu ul {	
	list-style: none;
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
	margin-right: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 6px 0 0 10px;
	/*background: #f4f4f4; */
	/*border-left: 4px solid #000; */
}	
	
#avmenu li a:hover {
	background: #0e0726; /*original color= #666 */
	color: #fff;
	border-left: 4px solid #7E9095;
}

#avmenu p {
	/*font-weight: bold;
	height: 20px; */
	text-decoration: none;
	color: #000;
	display: block;
	padding: 6px 0 0 10px;
  background: url("leftmenu.jpg") repeat-y;
}

#container-foot {
  width: 100%;
  background: #0e0726;
  border-top: 2px solid #7E9095;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
  clear: both;
}
table#services img {
	cursor: pointer;
}
#foot {
  padding: 0 1em;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
}
-->
/*]]>*/