/*  Stylesheet for jmt_reg_template_, Author: Ron Pepper, Date: 11-07-2006, modified: 12-13-07 */

td img {
	display: block;
}

body {					/* puts scroll-bar space on all pages */
	overflow: scroll;
	overflow-x: hidden;
}	

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9DB9EA;		/* background color for text template */
	margin: 0px;
	padding: 0px;
}

#wrapper {							/* Overall wrapper */
	width: 749px;
	padding: 0px;
	margin: 0px auto;
	border-left: 1px solid #666;
	border-top-style: none;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	/* main content */
	font-size: 0.82em;
	line-height: 1.2em;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 20px;
	width: 709px;
	border-right: 1px solid #666;
}		

h1 {
	color: #993300;
	text-align: center;
	width: 440px;
	margin-top: 3px;
	font-size: 1.7em;
	line-height: 1.2em;
}
h2 {
	text-align: center;
	margin: 0px 0px -5px 0px;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #993300;
}
h3 {
	margin: 10px 0px -7px 0px;
	font-size: 1.1em;
	clear: left;
}

#extra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #CCCCCC;
	float: right;
	clear: right;
	width: 230px;
	margin: 0px 0px 15px 15px;
	border: 1px solid #666666;
	padding: 15px;
}

.main_pict {					/* These 3 image classes are for pictures in the content section */
	margin: 12px 0px 5px 0px;
	float: left;
	border: solid 1px #000000;	
}
.caption_left {
	font-style: italic;
	text-align: left;
	width: 420px;
	padding-left: 7px;
	padding-bottom: 7px;
}

.left_pict {
	margin: 15px 20px 18px 0px;
	float:left;
	clear: right;
}	
.right_pict {
	margin: 15px 0px 18px 15px;
	float: right;
		
}
.right_pict img,
.left_pict img,
.main_pict img	 {
	border: solid 1px #000000;
}		
.caption {
	margin-top: 5px;
	font-style: italic;
	text-align: center;	
	width: 430px;
}	

#bottom_nav {
	text-align: center;
	color: #993300;
	width: 100%;
	margin-bottom: -0.8em;
	clear: both;	
}

#bottom_nav a {
	text-decoration: none;
}

#bottom_nav a:link, #bottom_nav a:visited, 
.prev a:link, .prev a:visited, 
.next a:link, .next a:visited  {
	color: #993300;
}
#bottom_nav a:hover,
.prev a:hover,
.next a:hover {
	color: #FF0000;
	background: #9DB9EA;	
}

.prev {
	text-align: left;
	width: 15%;
}
.next {
	text-align: right;
	width: 15%;
}
.middle {
	text-align:center;
}

#footer {
	background-color: #999999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 100%;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: center;
}
#footer address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	font-style: normal;
	color:#FEFEFE;
	
}
#footer address a {
	color: #FEFEFE;
	text-decoration: none;
}
#footer address a:hover {
	color:#FF0606;
}			