/*========================== Menu Start ==========================*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {
	height: 26px;
	position: relative;
	z-index: 200;
	border: solid 1px #003464;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #5A6E79;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	display: inline;
}
/* style the links for the top level */
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	background: #5A6E79;
	padding: 0 7px 0 8px;
	line-height: 26px;
	font-weight: normal;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li table {
	visibility: hidden;
	position: absolute;
	z-index: 210;
	top: 26px;
	left: 0;
	margin: 0;
	padding: 0;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #003464;
}
/* another hack for IE5.5 */
* html .menu ul li table {
	top: 26px;
	t\op: 27px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
.menu ul li table tr, .menu ul li table tr td {
	margin: 0;
	padding: 0;
	border: 0;
}
/* style the second level links */
.menu ul li table a, .menu ul li table a:link, .menu ul li table a:visited, .menu ul li table a:active{
	background: #C2CCD1;
	color: #000000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px 5px 10px;
	border: 0;
}
/* style the top level hover */
.menu a:hover, .menu ul li table tr td a:hover {
	color: #FFFFFF;
	background: #2B5C77;
}
.menu :hover > a, .menu :hover > span a, .menu ul li table tr td :hover > a {
	color: #FFFFFF;
	background: #2B5C77;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover table, .menu ul a:hover table {
	visibility: visible;
}
.menu ul li table tr td a.indent {
	padding-left: 20px;
}



/*
=================================================================== */


.menu2 {
	height: 26px;
	position: relative;
	z-index: 100;
	border: solid 1px #003464;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #5A6E79;
}
/* hack to correct IE5.5 faulty box model */
* html .menu2 {
	width: auto;
	w\idth: auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu2 ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
	float:left;
	width: auto;
	position:relative;
	display: inline;
}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {	
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	background: #5A6E79;
	padding: 0 7px 0 8px;
	line-height: 26px;
	font-weight: normal;
	margin-left: 3;
	margin-right: 3;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
	margin-left:3;
	margin-right:3;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:149px;
	border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
	top:26px;
	t\op:26px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

.menu2 ul li table {
	visibility: hidden;
	position: absolute;
	z-index: 110;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #003464;
}

.menu2 ul li table a, .menu2 ul li table a:link, .menu2 ul li table a:visited, .menu2 ul li table a:active{
	background: #C2CCD1;
	color: #000000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px 5px 10px;
	border: 0;
}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
	background:#C2CCD1;
	color:#000000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
	color:#FFFFFF;
	background:#2B5C77;
}
.menu2 :hover > a, .menu2 ul ul :hover > a {
	color:#FFFFFF;
	background:#2B5C77;
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{
	visibility:visible;
}

/*=========================== Menu End ===========================*/

body {
	margin: 3px;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #003464;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}
a, a:link, a:visited, a:active, a:hover {
	color: #003464;
	text-decoration: underline;
}
.menu, .logo {
	margin-bottom: 3px;
}
.logo img {
	border: solid 1px #003464;
}
.mainTable {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
.mainTable tr, .mainTable tr td {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
.mainTable tr td.leftColumn {
	background: #5A6E79;
}
.mainTable tr td.main {
	background: #FFFFFF;
	padding: 2px 2px 2px 26px;
}
.mainTable tr td.border {
	background-color: #003464;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.main h1:first-child {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 10px 24px 0px 0px;
	border-style: solid;
	border-color: #003464;
	border-width: 0px 0 1px 0;
}
.horizontalMenu {
	height: 26px;
	position: relative;
	z-index: 90;
	border: solid 1px #003464;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #5A6E79;
}
.bodytext h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	border: 0;
	padding: 10;
	margin: 0 0 10px 0;
}
.bodytext h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #003464;
	border-width: 0px 0 0px 0;
}
/*.main p:first-child {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	margin: 0px 24px 10px 0px;
	border-style: solid;
	border-color: #003464;
	border-width: 1px 0 1px 0;
}*/
.main p:last-child {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	margin: 0px 24px 10px 0px;
	border-style: solid;
	border-color: #003464;
	border-width: 0px 0 1px 0;
}
.bodytext ul {
	margin: 0;
	padding: 0 0 0 40px;
	border: 0;
}
.bodytext table {
	border-collapse: collapse;
}
.bodytext table, .bodytext table tr {
	margin: 0;
	padding: 0;
	border: 0;
}
.bodytext table th, .bodytext table td {
	margin: 0;
	padding: 2px 10px 2px 0px;
	border: 0;
}
.bodytext table th {
	text-align: left;
	font-weight: bold;
}
.main div.hr {
	padding: 0;
	margin: 0px 24px 10px 0px;
	border-style: solid;
	border-color: #003464;
	border-width: 0px 0 1px 0;
}
.mainaddhr {
	padding: 0;
	margin: 0px 24px 10px 0px;
	border-style: solid;
	border-color: #003464;
	border-width: 0px 0 1px 0;
}
.bold, .menu span.bold a {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.portrait {
	padding: 12px;
	margin: 40px 6px 40px 0;
	border: solid 1px #003464;
	float: left;
	display: block;
}
.portraittext {
	padding: 0;
	margin: 40px 0 40px 0;
	border: 0;
	float: left;
	display: block;
}
.portraitwrapper {
	margin: 0;
	padding: 0;
	border: 0;
}
.clearboth {
	clear: both;
}
.textalignright {
	text-align: right;
}
.pressbox, .bodytext .pressbox {
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-color: #003464;
	border-width: 1px 0 1px 0;
}