body {
	background-color: #ffffff;
	background-image: url(../img/bg_stripes.png);
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

h1
{
	display: none;
}

a {
	color: #cf6b6e;
	border: 0px;
	text-decoration: none;
}

a:hover {
	color: #0c0e4f;
	text-decoration: none;
}

img {
	border: 0px;
}

#website {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 10px;
}

#top {
	position: relative;
	height: 160px;
	width: 960px;
}

#logo {
	top: 50px;
	margin-left: 10px;
}

#logo_anbos {
	position: absolute;
	right: 10px;
	top: 60px;
	background-image: url(../img/anbos.jpg);
	width: 61px;
	height: 61px;
}

#search_container {
	width: 200px;
	height: 30px;
	position: absolute;
	text-align: right;
	right: 10px;
	top: 130px;
	color: #ffffff;
}

#search_container input {
	width: 80px;
	padding: 1px;
}

#logo_print {
	display: none;
}

#main {
	position: relative;
	width: 960px;
	background:#ffffff;
	background-color: #ffffff;
	border-bottom: 3px solid #e09fa1;
	min-height: 400px;
	_height: 400px;
	overflow:hidden;
}

#menu {
	border-top: 1px solid #ffffff;
	background-color: #e09fa1;
	position: relative;
	width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 99;
}

#content {
	position: relative;
	float: left;
	min-height: 150px;
	_height: 150px;
	width: 930px;
	line-height: 18px;
	padding: 15px;
}

#submenu_left {
	width: 185px;
}

#row1_col1_cell1 {
	width: 745px;
}

#bottom {
	Background-image: url(../img/bottom_img.png);
	position: relative;
	height: 17px;
	width: 930px;
	background-position: bottom;
	text-align: right;
	font-size: 8pt;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

#bottom_print {
	display: none;
}

#app {
	width: 100%;
}

h1,h2,h3,h3 {
	color: #0c0e4f;
	font-size: 14px;
	margin-top: 20px;
	padding: 5px;
	border-left: 10px solid #ffe4e5;
}

h4 {
	color: #0c0e4f;
	font-size: 14px;
	margin-top: 20px;
	padding: 5px;
}

input, select, textarea {
  font-family: arial, helvetica, sans-serif;
  color: #0c0e4f;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #e2e2e2;
	margin: 1px;
	padding-left: 1px;
	background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
	background-color: #fdeaeb;
}

.button {
	background-color: #0c0e4f;
	color: #ffffff;
	border: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.button:focus {
	background-color: #000000;
}

#subnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
}

#subnav ul {
	list-style: none;
	z-index: 99;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

#subnav li {
	position: relative;
	display: block;
	height: auto;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: solid 1px #d4d4d4;
}

#subnav a {
	text-decoration: none;
	color: #000000;
}

#subnav a:hover {
	color: #0c0e4f;
}

#subnav li:hover {
 cursor: pointer;
 background-color: #fdeaeb;
}

.subnavselected {
 	font-weight: bold;
}



.news_title {
	color: #cf6b6e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px;
	padding-left: 0px;
}




/*---- Dropdown Menu 2 Styling ----*/

/* Root = Horizontal, Secondary = Vertical */
ul.mainmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul.mainmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

/* SUBMENUS */

ul.mainmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 160px;*/
  width: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul.mainmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.mainmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul.mainmenu a {
	border-bottom: 1px solid #e09fa1;
	border-top: 1px solid #da8c8f;
  border-right: 0px;
  border-left: 0px;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #e09fa1;
  color: #0c0e4f;
  font: 11px/22px Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul.mainmenu a:hover {
  background: #0c0e4f;
  color: #ffffff;
}

/* 2nd Menu */
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a {
  float: none;
}

ul.mainmenu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.mainmenu li:hover ul ul,
ul.mainmenu li.iehover ul ul {
  display: none;
}

ul.mainmenu li:hover ul,
ul.mainmenu ul li:hover ul {
  display: block;
}

ul.mainmenu li.iehover ul,
ul.mainmenu ul li.iehover ul {
  display: block;
}

li.persistHover,
a.persistHover
{
	background: #CCC;
	color: #FFF;
}

span.counter {
	width: 13px;
	text-align: center;
	line-height: 10px;
	padding-left: 3px;
	background: #00aedb;
	color: white;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}

.newsticker
{
	height: 20px;
	width: 100%;
	background-color: #ffe2e3;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.newsticker_date
{
	display: none;
}

.newsticker_title
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
