html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
  font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

a img {border:none;}

h1 { 
	font:1.5em arial,sans-serif; 
	margin:0.5em 0;

}

h2 {
	font:1.25em arial,sans-serif;
	margin:0 0 0.5em;
	font-weight: bold;
	}

h3 {
  font:1.1em sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: bold;
  /*font-variant: small-caps;*/
  background-color: #CECECE;
  padding: 2px;
  color: #334499;
}

h4 {
	text-align:justify;
	font-family:arial,sans-serif;
	font-size:small;
	font-weight: normal;
	line-height:1.5; 
	padding: 0em 1em 0em 1em;
}

	h1, h2, a {
		color:#002266;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
  background:#f0f0f0;
	/*background: white url(/images/grid.gif);*/
  /*background-repeat: repeat-y;*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	/*padding:0em;*/
	background:#002266;
}

#menu{
width:100%;
height:37px;
float:left;
background-color:#334499;
margin-bottom:2em;
}

#menu a, #menu h2{
font:12px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#999 #999 #999 #999;
/*white-space:nowrap;*/
margin:0;
padding:1px 0 1px 3px;
}

#menu h2{
color:#fff;
background:#334499 url(/images/expand3.gif) no-repeat 100% 100%;
/* text-transform:uppercase */
}

#menu a{
background:#334499;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#fff;
}

#menu a:hover{
color:#fff;
background:#002266;
}

#menu a:active{
color:#ccc;
background:#334499;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:8em;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top: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:#002266 url(/images/expand3.gif) no-repeat -999px -9999px;
}

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:#fff;
background:#334499 url(/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#002266;
}

#menu a.x:active{
color:#fff;
background:#334499;
}

  
div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 5em 1em; /* bottom padding for footer */
}

div#maincontent
{
  width : 500px;
	padding : 0em 1em 5em 16em;
}

div#cell {
	position:relative; 
	width: 14em;
	height: 100px;
	margin-bottom:1em;
  }
  
.cell {
	position:relative; 
	width: 14em;
	height: 100px;
	margin-bottom:1em;
  }

div#sidebar
{
	position : absolute;
	top : 100px;
	left : 2px;
	width : 14em;
	padding : 1em 1em 5em 1em;
	text-align: center;
}

div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#002266;
	color:#f0f0f0;
	border-top:6px double #334499;
}
	div#footer p {
		padding:0em;
		margin:0;
	}
	
div#footer a {
color:#f0f0f0
}
