*:focus {
    outline: none;/* negate firefox outline property */
}

body {
	background-image: url(../img/body.gif);
	border-top: 3px solid #111;
	font-size: 13px;
	padding: 0 0 12px;}

/* text */

a {text-decoration: none;}

a:link, a:visited {color: #4444ee; }

a:hover, a:focus {color:#dd22ee;}

a:active { color:#dd22ee;}

#navigation a { display: block; text-decoration: none;
	color:#425060;
}
/*active navi element */
#navigation a.on, #footer a.on, #overheader a.on { /*color:#d04499;  font-weight:bold; */ 
	color: #000060; border-bottom: none; } 
	
#navigation li.on { background-color:#ffffff;
	padding: 3px 0px 5px 5px;
	margin: 0px 0px 18px 10px;} 

p a {color:#425060;}

h1 {	padding: 30px 0 0;
	font-weight: normal;
	text-align: left;}

h2 {	padding: 7px 0 0;
	font-weight: normal;
	text-align: left;}

p {	text-align: left;}

ul { list-style-type: circle;
	font-size:13px;}

em { font-weight: bold;
	font-style: normal;}

#navigation ul {
	padding: 35px 0 0 22px;
	list-style-type: none;
}

#navigation li {	
	font-size:15px;
	margin-bottom: 20px;}

#pdficon { height: 32px; width: 32px;
	position: relative; top:10px;}

/* div */

#bigcontainer {
	background-image:url(../img/container.png);
/*  min-height: 500px; */
	margin-left: auto;
	margin-right: auto;
	width: 974px;}

#container {	background: white;	
}

#overheader {
	height: 25px;
	background-color: white;
	text-align:right;
	margin: 10px;}

/*
#header {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bbb;	
} */

#wrap { background-image: url(../img/naviback.png) ;}

#navigation {min-height: 450px; }	

#content { 	padding: 0 50px 12px 25px;}

#footer {	background: #e3e3e3;
	text-align: right;
	padding: 5px 9px 5px 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #aaa;}

#bottomShadow {	background-image:url(../img/bottomShadow.png);
	background-repeat: no-repeat;
	width:974px;
	margin: 0 auto;}


