@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
}
#wrapper {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	position: relative;
}
#banner {
	background-image:url(images/jm_banner2.jpg);
	width:780px;
	height:131px;
	background-repeat: no-repeat;
	background-position: left;
}
#bannerBG {
	background: url(images/jm_banner2-1px.jpg) repeat-x;
	height: 131px;
}
#leftcol {
	width: 375px;
	margin-left: 2px;
	padding-top: 30px;
	padding-left: 3px;
	background-color: #FFFFFF;
}
#rightcol {
	position: absolute;
	width: 390px;
	left: 390px;
	top: 155px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 110%;
	text-align: center;
	font-weight: lighter;
	font-style: italic;
}
p {
	font-size: 85%;
}
#content {
	width: 757px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	border: 1px solid #CC3300;
}
#content p {
	font-size: 90%;
}
table {
	border-collapse:collapse;
	font-size: 12px;
}
#content ul {
	list-style: none;
	font-size: 90%;
}
#content ul li a {
	color: #003366;
	text-decoration: none;
	line-height: 20px;
}
#content ul li a:hover {
	color: #6F0909;
	text-decoration: underline;
}
#footer {
	font-size: 10px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: center;
	border: 1px solid #6F0909;
}
#footer ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer ul {
	display: inline;
}
#footer ul li {
	display: inline;
	line-height: 25px;
}
#footer ul li a {
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #6F0909;
	font-weight: bold;
	padding: 3px 10px;
}
