* {
margin: 0;
padding: 0;
}

body {
background: #333;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #000;
padding-top: 10px;
}

a {
color: #0099FF;
text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.headerTxt{
	color:#990000;
	font-size:13px;
	font-weight:bold;	
}
#wrapper {
word-wrap: break-word;
width: 580px;
background: #fff; 
border: solid 10px #fff;
margin: auto;
text-align: left;
}
.tableForm{
margin:auto;
}
td, tr{
/*text-align:left;*/
}
#header {
/*width: 580px;*/
/*height: 400px;*/
background: #000 url("jdlogo.gif") no-repeat;
background-position: top right;
}
#submit{
border:2px dotted #999999;
color:#212121;
font-size:140%;	
}


h1 {
width: 570px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}


h2 {
width: 419px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 400px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
	background-color: Blue;
}

#current a {
	background-position: 100% 50%;
	background : Red;
}

#sidebar {
	width: 132px;
	background-color: #fff;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;

}

.floatright { float: right; }

.floatleft { float: left; }

#content {
	float: right;
	width: 580px;
	margin: 10px 0 0 10px;
}

p {
	margin-top : 10px;
	margin-bottom: 10px;

}

p:first-line {
font-weight: bold;
}

#footer {
clear: both;
width: 400px;
margin-left: 3px;

}