body	{
	background: #fff;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #000;
}

a {
color: #55767D;
}
a:visited {
color: #333;
}

/****************************/

#wrapper	{
	position: absolute;
	top: 32px;
	left: 12px;
	width: 950px;
	height: 100%;
}

#mast	{
	width: 100%;
	border-top: solid #000 6px;
}

#mast img	{
	border-top: 4px solid #fff;
margin-left: 1px;
}

#nav	{
	position: absolute;
	top: 204px;
	left: 2px;
z-index:1000;
/*
width: 1000px;
background: #000;
height: 19px;
border-top: 1px solid #fff;
*/
}

#bodycontent	{
	position: absolute;
top: 234px;
	width: 100%;
	padding-top: 18px;
	font-family: Georgia;
}

#left	{
	float: left;
	width: 288px;
	height: 100%;
	padding-left: 6px;
	font-size: .8em;
}
#left strong {
font-size: 1em;
}
#left h2,
#left h2 a,
#left h2 a:visited {
font-size: 1.1em;
color: red;
font-weight: bold;
}
#left h2 a:hover {
color: black;
}

#main	{
	float: right;
	width: 650px;
	text-align: justify;
	font-size: .9em;
}


#footer {
position: relative;
top: 10px;
height: auto;
z-index: 1;
text-align: left;
font-family: Times, serif;
font-size: .8em;
}


*{margin:0;padding:0;border:none;}

body{margin:0.5em;font-family:Times,sans-serif;}

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */



/* Begin CSS Popout Menu */

.menu{
width:1000px;
float:left;
}

.menu a, .menu h2{
font:bold 11px/16px Times,sans-serif;
display:block;

border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;

xborder-width:1px;
xborder-style:solid;
xborder-color:#000 #000 #000 #000;
xborder-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:5px 0 1px 3px;
/padding:2px 0 3px 3px;
}

.menu h2{
color:#fff;
background:#000;
text-transform:uppercase;
text-align: center;
}

.menu a{
background:#eee;
text-decoration:none;
}

.menu a, .menu a:visited{
color:#000;
}

.menu a:hover{
color:#a00;
background:#ddd;
}

.menu a:active{
color:#060;
background:#ccc;
}

.menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:9.9em;
xwidth:9em;
}

.menu li{
position:relative;
}

.menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

.menu ul ul ul{
top:70;
xtop:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div.menu h2:hover{
background:#000;
}

div.menu li:hover{
cursor:pointer;
z-index:100;
}

div.menu li:hover ul ul,
div.menu li li:hover ul ul,
div.menu li li li:hover ul ul,
div.menu li li li li:hover ul ul
{display:none;}

div.menu li:hover ul,
div.menu li li:hover ul,
div.menu li li li:hover ul,
div.menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

.menu a.x, .menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee;
}

.menu a.x:hover{
color:#fff;
background:#000;
}

.menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

