body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	line-height: 140%;
	font-size: 85%;
	background:  #fff;
	color: #000;
	}

#header {
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
	padding: 2em 4em;
	}

#header .H1 a:hover {
}

#menubox {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	background: silver;
	}

input
{
	color: #781351;
	background: #EEEEEE;
	border: 2px outset #d7b9c9;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	padding: 2px;
}

#middle {
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
	padding: 0;
	}

#col1 {
	float: left;
	width: 20%;
	}

#col2 {
	float: left;
	width: 60%;
	}

#col3 {
	float: left;
	width: 20%;
	}	

.box {
	margin: 0 0.2em 0.2em 0.2em;
	padding: 1em 1em 1em 1em;
	background: #fff;
	}

.par {
	margin: 0 0.2em 0.2em 0.2em;
	padding: 1em 1em 1em 1em;
	background: #eeeeee;
	border: 1px dotted #cccccc;
	font: .8em/1.2em verdana, sans-serif;
	}

.impar {
	margin: 0 0.2em 0.2em 0.2em;
	padding: 1em 1em 1em 1em;
	background: #cccccc;
	border: 1px dotted #eeeeee;
	font: .8em/1.2em verdana, sans-serif;
	}

.admin{
	margin: 0 0.2em 0.2em 0.2em;
	padding: 1em 1em 1em 1em;
	background: #ffffff;
	border: 2px solid #ffcc00;
	font: .8em/1.2em verdana, sans-serif;
	}


#col1 .box {
	padding: 0em 0em 0em 0em;
	background-color: silver;
	}

#col1 ul {
	margin: 0;
	padding-left: 0.3em;
	list-style: none;
}

#col1 li {
	display: block;
	border-bottom: 1px solid #393939;
	color: #990000;
	margin: 0.1em;
	padding: 0px 0px;
	
}

#col2 ul {
	margin: 0;
	padding-left: 0.3em;
	list-style: none;}

#col2 li {
	margin: 0px 0px 0px 10px;
	list-style: square inside;
}

#col3 .box {
	padding: 0.2em 0.2em 0.2em 0.2em;
	}

h1, h2, h3, h4, h5, p, ul {
	margin: 0;
	padding: 0em 0.1em 0.5em 0.1em;
	}

h3  {
	color: #990000;
	}
h1, h2, h4, h5 {
	color: #000066;
	}

p, ul {
	font: .9em/1.5em verdana, sans-serif;
	}

pre {
	margin: 0em 2em 1em 2em;
	padding: .5em 1em;
	font: .9em/1.2em monospace;
	}

ul {
	list-style: none;
	}

#col1 a {
	color: #990000;
	margin: 0.1em;
	padding: 0px 0px;
	text-decoration: none;
}

#col1  a:hover {
	background-color: #DCDCDC;
	color: #fff;
}

a {
	color: #990000;
	text-decoration: none;
} 
 
a:hover {
	background-color: #DCDCDC;
	color: #990000;
} 

#col1 active a {
	background: #000000;
	color: #FFFFFF;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	}

#footerwrap {
	margin: 2em 0;
	padding: 0 7em;
	}

#footer {
	font-size: .9em;
	margin: 0;
	padding: .3em 1em;
	}

.box, pre, #footer {
	border: 1px dotted #aaa;
	}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;		
	}


#menuh
	{
	font-family: verdana, sans-serif;
	width:100%;
	float:left;
	margin:0em 0em;
	margin-top: 0;
	margin-right: 4em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #990000;
	background-color: silver;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #DCDCDC;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh a.top_parent_simple, #menuh a.top_parent_simple:hover  /* attaches down-arrow to all top-parents */
	{
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:12em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */