/* CSS Document */

body {
	background-image:url(img/bgblue.gif);
	background-repeat:repeat-x;
	background-color:#D1EEFF;
	margin:0px;
	}

.content {
	background-image:url(img/bgcontent.png);
	background-repeat:repeat-y;
	width:743px;
	padding: 5px 32px 7px 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000000;
	height: 800px;
	}
	
.menu {
	width:285px;
	position: absolute;
	top: 181px;
	left: 20px;
	overflow: auto;
	z-index: 2;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
	margin:0px
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	margin:0px;
	margin-top: 4px;
	}

.menutext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#521F54;
	font-weight:bold;
	line-height:20px;
	text-align:right;
	padding: 0px 40px 0px 5px;
	background-image: url(img/bgmenu.png);
	background-repeat: repeat-y;	
	}

.content a:link		{ color:#990099; font-weight:bold; text-decoration:none; }
.content a:visited	{ color:#990099; font-weight:bold; text-decoration:none; }
.content a:hover	{ color:#009999; font-weight:bold; text-decoration:underline; }
.content a:active	{ color:#990099; font-weight:bold; text-decoration:none; }

.menutext a:link 	{ color:#521F54; font-weight:bold; text-decoration:none; }
.menutext a:visited { color:#521F54; font-weight:bold; text-decoration:none; }
.menutext a:hover 	{ color:#6B956A; font-weight:bold; text-decoration:none; }
.menutext a:active 	{ color:#521F54; font-weight:bold; text-decoration:none; }

.menusub a:link 	{ color:#FFFFFF; font-weight:bold; text-decoration:none; }
.menusub a:visited 	{ color:#FFFFFF; font-weight:bold; text-decoration:none; }
.menusub a:hover 	{ color:#6B956A; font-weight:bold; text-decoration:none; }
.menusub a:active 	{ color:#FFFFFF; font-weight:bold; text-decoration:none; }

/* dropdown menu */
.mainDiv
{
  text-align:right;
}

.mainMenu
{
	margin-top:3px;
	margin-bottom:5px;
}

.topItem
{
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  cursor:pointer;
}

.topItemOver
{
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  cursor:pointer;
}

.topItemClose
{
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  cursor:pointer;
}

.topItemCloseOver
{
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  cursor:pointer;
}

.dropMenu
{
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;	
  color: #000;
  filter:alpha(opacity=100);
  padding-top:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-top:2px;
   height: 15px;
   font: 11px Verdana, Arial, Helvetica, sans-serif;	
   text-decoration:none;   
}

.subItem a:link 	{ color:#ffffff; font-weight:bold; text-decoration:none; }
.subItem a:visited { color:#ffffff; font-weight:bold; text-decoration:none; }
.subItem a:hover 	{ color:#ffffff; font-weight:bold; text-decoration:none; }
.subItem a:active 	{ color:#ffffff; font-weight:bold; text-decoration:none; }

.subItemOver
{
   margin-top:2px;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   color: #521F54;
   height: 15px;
}

.subItemOver a:link 	{ color:#521F54; font-weight:bold; text-decoration:none; cursor:pointer;}
.subItemOver a:visited { color:#521F54; font-weight:bold; text-decoration:none; }
.subItemOver a:hover 	{ color:#6B956A; font-weight:bold; text-decoration:none; }
.subItemOver a:active 	{ color:#521F54; font-weight:bold; text-decoration:none; }

.drop
{
   border-left:0px solid black;
   border-right:0px solid black;	
}
