body {
	margin: 10px;
	margin-top: 0px;
}

p {
  font-size: 11pt;
  font-family: Georgia;
}

img	{
	border:0px;
	vertical-align:top;
}

ul {
	margin-top: 0px;
	margin-left: 9px;
	padding-left: 9px;
	list-style-image: url('/images/bullet.bmp');
}

ul li {
	font-size: 11pt;
	font-family: Georgia;
	line-height: 1em;
	margin-top: 3px;
	margin-bottom: 3px;
}

img#logo {
	float: left;
}

div#banner {
	background: url('/images/banner_top.jpg');
	height: 69px;
}

div#search {
	float:right;
	position:relative;
	top:45px;
}

div#search input#search_button {
	height:23px;
	width:23px;
	background-color:#0C2577;
	color: white;
	font-weight:bold;
}

div#mainmenu {
	height: 14px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #0C2577;
	border-bottom: 1px solid #0C2577;
	margin-top: 10px;
	margin-bottom: 12px;
	text-align:center;
	white-space: nowrap;
}

div#leftmenu {
/*	border: 1px solid blue;  */
	position: absolute; 
	left: 10px;
	top: 108px;
	width: 150px;
	padding-right: 17px;
	border-right: 1px none #0C2577;
}

div#content {
/*	border: 1px solid green;  */
	margin-left: 185px;
}


div#leftmenu p {
	background-color: #0C2577;
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
}

div#leftmenu a.group {
	font-size: 16pt;
	color: white;
	text-decoration: none;
}

div#leftmenu p.listtitle {
	font-size: 9pt;
	color: white;
	cursor: pointer;
}

div#leftmenu ul {
	margin-top: 0px;
	margin-bottom: 5px;
}

div#leftmenu ul li {
	margin-top: 2px;
	margin-bottom: 0px;
	line-height: .8em;
}

div.break { clear: both; margin: 0; padding: 0; width: auto; line-height:5px;}

div.rightphoto {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div.rightphoto p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

div.rightphoto img {
	margin-top: 5px;
	margin-bottom: 5px;
}

p.title {
	font-family: Verdana;
	font-size: 14pt;
	color: #0C2577;
	font-weight: bold;
	margin: 0;
}

p.header {
	font-family: Verdana;
	font-size: 12pt;
	color: #7494AD;
	font-weight: bold;
}

p.copyright	{
	font-size:8pt;
	text-align:center;
}


a.mainmenu    { font-family: Arial; font-size: 9pt; color:inherit; font-weight: bold; text-decoration: none }

a.contact:link,
a.contact:visited,
a.contact:active   { font-family: Georgia; font-size: 11pt; color: #0C2577; font-weight: bold; text-decoration: none }
a.contact:hover      { font-family: Georgia; font-size: 11pt; color: #0000FF; font-weight: bold; text-decoration: underline }

a.bullet:link,
a.bullet:visited,
a.bullet:active  { font-family: Arial; font-size: 8pt; color: #0C2577; font-weight: 300; text-decoration: none; }
a.bullet:hover   { font-family: Arial; font-size: 8pt; color: #0000FF; font-weight: 300; text-decoration: underline; }




/**********************************************************************************************************************************
***********************************************************************************************************************************
**********************************************************************************************************************************/

div.rootMenu, div.rootMenuHighlight {
	float: left;
	width: 19.5%; /*16.5%;*/
	font: normal normal bold 9pt Arial;
	background-color: white;
	color: #0C2577;
 	text-decoration: none;
}


div.rootMenuHighlight {
	background-color: #0C2577;
	color: white;
}

div.rootMenu a {
  color: #0C2577;
}

div.rootMenuHighlight a {
  color: white;
}

div.subMenu {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	visibility: hidden;
}

div.subMenuItem, div.subMenuItemHighlight {
	font: normal normal normal 11px Arial;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	background-color: white;
	color: inherit;
	border-top: 1px solid #0C2577;
	border-left: 1px solid #0C2577;
	border-right: 1px solid #0C2577;
	cursor:pointer;
}

div.subMenuItemHighlight {
	background-color: #0C2577;
	color: white;
	font-weight: bold;
}

a.subMenuItem {
	text-decoration: none;
}

div.subMenuItem div.menuArrow,
div.subMenuItemHighlight div.menuArrow {
	float: right;
	height: 12px;
	width: 9px;
	position: relative;
	top: 4px;
	background-image: url('/images/bullet.bmp');
}
div.subMenuItemHighlight div.menuArrow {
	background-image: url('/images/bullet_inverse.bmp');
}

div.menuBottom {
	height: 1px;
	line-height: 1px;
	padding-left: 7px;
	background-color: #0C2577;
}
