* {
	margin:0;
	padding:0;
}

html,body{
	margin: 0px;
	padding:0px;
}

body {
	font: 76% verdana,tahoma,arial;
	background-color: #a2a2a2;
	background-image: url(/images/pagebg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	line-height: 120%;
}

p {
	margin:0 10px 10px;
}

a {
/*	display:block;*/
	color: #0159b0;
	padding:10px
}

#breadcrumb a {
    display: inline;
}

div#wrapper {
    min-height: 1%;
}


div#header {
	background:url('../images/header.jpg') no-repeat left top;
	height: 195px;
	text-align:right;
	color:white;
}

div#header img {
	float:left;
}


div#header h1{
	display: none;
}

div#container{
	width: 1000px;
	padding-top: 0px;
	text-align:left;
	background-image: url('../images/wrapperbg.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #eeccaa;
	margin:0 auto;
}

div#content p{line-height:1.4}

div#navigation{}
div#extra{}


div#content{
	float:left;
	width:747px;
	text-align: center;
}

div#navigation{
	float:right;
	width:253px;
}



div#footer{
	width: 1000px;
	height: 65px;
	padding-top: 0px;
	text-align: center;
	background-image: url('../images/footerbg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
}

div.box ul li a:hover {
	text-decoration:none;
}

.clear
	{	clear: both;
		overflow: hidden;
		height: 0}

/* menu styles */
#jsddm
{	
    margin: 0;
	padding: 0;
}

#jsddm li	{
	float: left;
	list-style: none;
}

#jsddm li a	{	
	text-align: left;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}

#jsddm li a:hover {

}
	
#jsddm li ul {	
	width: 180px;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #000066;
}

#jsddm li ul li{
	float: left;
	display: inline;
}

#jsddm li ul li a {
	float: left;
    width: auto;
	color: #000066;
	width: 180px;
	background-color: #ffffff;
	
}

#jsddm li ul li a:hover {
	text-decoration: underline;
	color: #000066;
	background-color: #ffffff; 
}

