/*cope with inheritance bugs*/
body, table, th, td{
color:#000000;
font-size:10px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-color:#eaeaea;
margin-top:16px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a:link{
color:#0000ff;
font-size:10px;
text-decoration:none;
}

a:visited{
color:#0000ff;
font-size:10px;
text-decoration:none;
}

a:hover{
color:#ff0000;
font-size:10px;
text-decoration:underline;
}

a:active{
color:#ff0000;
font-size:10px;
text-decoration:none;
}

a.boxlink:link{
color:#000080;
font-size:10px;
text-decoration:none;
}

a.boxlink:visited{
color:#000080;;
font-size:10px;
text-decoration:none;
}

a.boxlink:hover{
color:black;
font-size:10px;
text-decoration:underline;
}

a.boxlink:active{
color:black;
font-size:10px;
text-decoration:none;
}

li{
color:#000000;
list-style-type:square;
}

ol{
color:#000000;
}

ul{
color:#000000;
list-style-type:square;
}

H1, H2, H4, H5, H6 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H3{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px
}

.actCHECKOUTEM {background-color:#999999;}
.actCHECKOUTBG {background-color:#eeeeee;}

.actlarger{
	font-size: larger;
	color:#000000;
}

.actsmaller{
	font-size: smaller;
	color:#000000;
}

.actxxsmall{
	font-size:9px;
	color:#000000;
}

.actxsmall{
	font-size:10px;
	color:#000000;
}

.actsmall{
	font-size:10px;
	color:#000000;
}

.actregular{
	font-size:12px;
	color:#000000;
}

.actlarge{
	font-size:14px;
	color:#000000;
}

.actxlarge{
	font-size:16px;
	color:#000000;
}

.actxxlarge{
	font-size:18px;
	color:#000000;
}

.actwarningcolor{color:#ff3300;}
.actrequiredcolor{color:#ff3300;}
.actsearchhighlightcolor{color:#ff0000;}
.actrequired{color:#ff3300;}
.actwarning{color:#ff3300;}
.actwelcome{color:#000000;}

.actlogotext {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:10px;}

.thinborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003dc9;
	border-right-color: #003dc9;
	border-bottom-color: #003dc9;
	border-left-color: #003dc9;
}

.thinred {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003dc9;
	border-right-color: #003dc9;
	border-bottom-color: #003dc9;
	border-left-color: #003dc9;
}

.thinred2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}

.actsmallheading {
	font-size:10px;
	color:#ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

td.boxheader {
	background-color:#d6d6d6;
}

.sectborder {
	border-width: 1px;
	border-color: #bbbbbb;
}

#mainNav {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#mainNav ul {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/images/jjp-back.jpg) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
	white-space: nowrap;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainNav li a, #mainNav li a:link {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #000;
	display: block;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/jjp-back.jpg) repeat-x left top;
	padding-top: 0.5em;
	padding-right: 1.4em;
	padding-bottom: 0.5em;
	padding-left: 1.4em;
}

#mainNav li a:hover {
	background: url(/images/jjp-back-blue.jpg);
	color: #000000;
}
li.nonestyle { 	list-style: none;
}
/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }