﻿body 
{
    font-family: verdana, trebuchet ms, tahoma, verdana, arial;
    font-size:.8em;
    padding:0;
    border:0;
    margin:0;
}
#accessible
{
display:none;
}
#wrapper
{
    margin:0 auto;
    padding:0;
}
#page
{
    margin:0 auto;
}
#header
{
	display:none;
}
#menu
{
    display:none;
}
#content
{
	margin: 0 auto;
}
#leftmenu
{
    display:none;
}

#leftbox
{
    width:100%;
}
#leftbox img
{
    float:right;
    border: 1px solid black;
    margin:0 0 5px 5px;
}
 #leftbox img.signature
{
    float:right;
    border: none;
    padding-right:100px;
}   
#rightbox
{
    display:none;
}
#wrapperfooter
{
    margin:0 auto;
}
#footer
{
	margin: 0 auto;
	border-top:1px solid #000;
	text-align:center;
}
.clear
{
    clear:both;
}
h1 
{
    color: #000;
    margin-bottom:1px;
}
h2 
{
    color: #000;
    margin-bottom:1px;

}
h3 
{
    color: #000;
    margin-bottom:1px;
}
p
{
    color:#000;
    margin:0 0 6px 0;
    padding:0;
    border:0;
}
#navcontainer
{
    display:none;
}
#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.5em;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #006bad;
	border-bottom: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-image:url('images/menu_hover.gif');
	background-repeat:repeat-x;
	color: #fff;
}
#horiznavcontainer
{
    display:none;
}
#horiznavcontainer li
{
    margin:0;
    padding:0;
    float:left;
    width:100%;
    border-bottom:1px solid #fff;
}
#horiznavcontainer a
{
    display: block;
    color:#fff;
    text-decoration:none;
    padding:0 15px;
    line-height:2;
    border-bottom:1px solid #006bad;
    background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}
#horiznavcontainer a:hover
{
    background-image:url('images/menu_hover.gif');
	background-repeat:repeat-x;
}
.signup
{
    display:none;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated element  */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

fieldset
{
    float:left;
    clear:left;
    width:565px;
    margin: 0 0 0 0;
    padding:2px;
    background-image: url(images/fieldset-gradient.jpg);
    background-repeat:repeat-x;
}
legend
{
    margin-left:1em;
    color:#000000;
    font-weight:bold;
}
fieldset ol
{
    padding:1em 1em 0 1em;
    list-style:none;
}
fieldset li
{
    float:left;
    clear:left;
    width:100%;
    padding-bottom:1em;
}
fieldset.submit
{
    float:none;
    width:auto;
    border:0 none #fff;
    padding-left:12em;
}
label.list
{
    float:left;
    width:100px;
    text-align:left;
}
.headline
{
    font-weight:bold;
    padding:0;
    margin:0;
}
.date
{
    text-align:right;
    padding:0;
    margin:0 0 15px 0;
}
.extract
{
    padding:0 0 0 10px;
    margin:0;
}
a 
{
    color:#000;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
p.right
{
    text-align:right;
}