* {
	margin: 0px;
	padding: 0px;
}

h3 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-bottom: 1px dotted;
}

body {
	padding: 6px 0px 12px;
	background-color: #fff;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url('images/bg.jpg');
}

a {
	text-decoration: underline;
}

a:hover {
	color: #305785;
	background-color: inherit;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 10px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

input {
	padding-top: 2px;
	background-color: #fff;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}


#container {
	margin: 0px auto;
	padding-top: 1px;
	width: 732px;
	text-align: justify;
	border-top: 5px solid #a52322;
	background-color: white;
}


/* Page Header */

#page_header {
	margin-bottom: 1px;
	background: url('images/header.jpg') no-repeat 100% 0px;
	width: 732px;
	height: 174px;
	overflow: hidden;
}

#page_header h1 {
	width: 221px;
	height: 174px;
	background: url('images/jtlogo1.jpg') #387e28 no-repeat 50% 50%;
	color: #fff;
}


/* Page Menu */

#page_menu {
	width: 732px;
	height: 44px;
	overflow: hidden;
}

#page_menu ul {
	width: 732px;
	height: 44px;
}

#page_menu li {
	margin-left: 1px;
	height: 44px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#page_menu li.black {
	
}

#page_menu li a {
	padding-top: 15px;
	color: white;
	background: url('images/menu_bgred.gif') #a52322 no-repeat 0px 0px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

#page_menu li.black a {
	color: white;
	background: url('images/menu_bgblack.gif') #000000 no-repeat 0px 0px;
	border-right: #a52322 1px solid;
}

#page_menu li a:hover {
	color: white;
	background-color: #891d1c;
}

#page_menu li.black a:hover {
	color: white;
	background-color: #424242;
}

#page_menu li b {
	height: 44px;
	display: block;
}

#page_menu li {
	width: 121px;
	vertical-align: middle;
}


/* Page Content */

#page_content {
	margin-left: 1px;
	padding: 5px 0px 0px;
	width: 729px;
	border-bottom: 5px solid #a52322;
	min-height: 350px;
	border-left: 1px dashed #a52322;
  border-right: 1px dashed #a52322;
}

.withbg {
  background: url('images/hatter.jpg') no-repeat center center;
}

#page_content p {
  margin-left: 30px;
  margin-right: 30px;
}

/* Page Footer */

#page_footer {
	padding: 15px 20px 0px;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#page_footer a {
	color: #000;
	background-color: inherit;
}

#page_footer a:hover {
	color: #5c5c5c;
	background-color: inherit;
}
