/*************************************
	Styles for jdg
*************************************/
body
{
  	/*font-family: cursive;*/
  	/*font-family: fantasy;*/
	font-family:  "Century Gothic" sans-serif;
	/*font-family: serif;*/
}

a
{
	font-size:12px;
}


.overflowhidden
{
	 overflow:hidden;
}

body
{
	color:#6e0000;
	font-size: 18px;
	border:0; 
	background:#de7315; 
}

.whiteOnBlack
{
	color:#ffffff;
	background:#000000; 
}

.innerBody
{
	/*color:#ffffff;*/
	font-weight: normal;
	color:#6e0000;
	background:#de7315;
	/*background:#6e0000;*/
}


h1
{
	color:#ffffff;
	font-size: 20px;
}

.bigfont 
{
	color:#ffffff;
	font-size: 20px;
}

img.transparent
{
	filter: alpha(opacity=0);
	-khtml-opacity: .00;
 	-moz-opacity: .00;
 	opacity: .00;
}

img.hidden
{
	visibility:hidden;
}

img.opaque
{
 	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
 	-moz-opacity: 1.00;
 	opacity: 1.00;
}


td.roundcell
{
	text-align:center;
	font-weight: bold;
    color:#ffffff;
  	padding:0;
 	cursor:pointer;
 	border:0;
 	background-color: #de7315;
	background-repeat: no-repeat;
 	background-image: url(../img/blankcell.gif);
 	width: 185px;
 	height: 148px;
}

td.emptycell
{
	text-align:center;
	font-weight: bold;
    color:#ffffff;
  	padding:0;
 	border:0;
 	background-color: #de7315;
 	width: 185px;
 	height: 148px;
}

/*
div.jdglogo
{
 background: #de7315;
 width: 185px;
 height: 152px;
}

div.jdglogoimg
{
  	padding-left: 80px;
	
}

div.jdglogotxt
{
  	padding-left: 0px;
  	padding-top: 10px;
	
}
*/
table.mainmenutable
{
  	margin-left: 0px;	
}

.slideImages
{
	width :100%;
}

table, ul
{
	font-weight:normal;
	font-size: 18px;
}

div.mainmenu, div.mainmenuhover
{
    border-color: #6e0000;
    color:#ffffff;
}

div.mainmenu, div.mainmenuhover, div.nullmenu
{
	font-weight: bold;
	font-size: 15px;
	text-align:center;
	overflow:hidden;
    border-style: solid;
    border-width: 2px;
	width:90px;
}

div.nullmenu
{
    border-color: #de7315;
    color: #de7315;
}


div.mainmenu
{
    background: #de7315;
}

div.mainmenuhover 
{
    background: #6e0000;
}

div.submenu
{
	font-size:12px;
	font-weight:normal;
}

.roundcell img, .roundcell2 img
{
	z-index:1; 
	position: relative ;
	top:4px;
	left:-7px;
    color:#ffffff;
	border: 0;
 	width: 165px;
 	height: 122px;
 	padding:0px;
}

.roundcell span 
{
	z-index:0; 
	padding:0;
	border:0;
	text-align:center;
	font-weight: bold;
	position: relative; top: -80px;
    color:#ffffff;
 	width: 175px;
    font-size: 25px;
    display:block;
}

.roundcell div
{
	padding-left:5px;
	border:0;
 	width: 175px;
 	height: 130px;
	overflow:hidden;
}

div.more
{
 	width: 165px;
 	height: 123px;
}

.roundcell a, .roundcell2 a
{
	vertical-align: middle;
  	padding-left: 12px;
	padding-right: 12px;
  	padding-top: 12px;
	padding-bottom: 12px;
}

.nolinkunderline
{
	text-decoration: none;
}
.nolinkunderline img
{
	border: 0px;
}

.bigurl
{
	text-decoration: underline;
	color:blue;
	font-size: 55px;

}

