body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #CDE9F5;
	color: #1C3D72;
}

a:link
{
	font-weight: bold;
	text-decoration: none;	color: #132FA8;
}
div.menuItem:link { font-weight: bold; color: #1C3D72; }

a:visited
{
	font-weight: bold;
	text-decoration: none;	color: #132FA8;
}
div.menuItem:visited { font-weight: bold; color: #1C3D72; }

a:hover
{
	font-weight: bold;
	text-decoration: none;	color: #D7A424;
}
div.menuItem:hover { font-weight: bold; color: #E0E000; background: #1C3D72; }

a:active
{
	font-weight: bold;
	text-decoration: none;	color: #D7A424;
}
div.menuItem:active { font-weight: bold; color: #E0E000; background: #1C3D72; }

div.content
{
	position: absolute;
	width: 85%;
	top: 1%;
	left: 12%;

	padding: 20px;

	border: #1C3D72 solid 2px;

	margin-left: auto;
	margin-right: auto;
}

div.menu
{
   background: #1C3D72;

   position: fixed;
   width: 10%;
   height: 98%;
   top: 1%;
   left: 1%;
   overflow-x: hidden;
   overflow-y: auto;

   border-left: #1C3D72 solid 2px;
   border-right: #1C3D72 solid 2px;
   border-top: #1C3D72 solid 1px;
   border-bottom: #1C3D72 solid 1px;
}

div.menuHeader
{
   color: #1C3D72;
   background: #D0D0FF;

   text-align: center;
//   font: normal 12pt verdana bold;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: 1px;
   word-spacing: 5pt;

   padding-top: 5px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 5px;

   border: #000080 solid 1px;
}

div.menuItem
{
   color: #1C3D72;
   background: #E0E0FF;
   display: block;

//   text-align: left;
   text-align: center;
//   font: normal 10pt verdana bold;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   letter-spacing: 1px;
   word-spacing: 5pt;

   padding-top:5px;
   padding-left:10px;
   padding-right:10px;
   padding-bottom:5px;

   border: #1C3D72 solid 1px;
}

div.menuItemSelected
{
   color: #E0E000;
   background: #1C3D72;
   display: block;

//   text-align: left;
   text-align: center;
//   font: normal 10pt verdana bold;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   letter-spacing: 1px;
   word-spacing: 5pt;

   padding-top:5px;
   padding-left:10px;
   padding-right:10px;
   padding-bottom:5px;

   border: #1C3D72 solid 1px;
}

hr
{
   color: #1C3D72;
   background-color: #1C3D72;
   height: 2px;
   border: 0;
}