@charset "UTF-8";
/* CSS Document */
/* hide from ie on mac \*/
html {
     height: 100%;
}
#flashcontent {
 height: 100%;
}
/* end hide */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font: "Times New Roman", Times, serif;
	color:#333;
	line-height:190%;
}
			
#content {
	width: 100%;
	height: 100%;
	background:url('../cssImages/JB_bg7.jpg') no-repeat;		
}

#header {
	display:block;
	width:160px;
	height:152px;
	background:url('../cssImages/logo.jpg') no-repeat;
	top:0px;
	left:0px;
	
}
#container {
	width:840px;
	padding-left:30px;
	padding-right:30px;
	
}
#liner {
	display:block;
	width:840px;
	height:1px;
	background:url('../cssImages/underline.gif') repeat-x;
}
.warning {
	font-size:22px;
	
}
a {
	color:#cc1b03;	
	text-decoration: none;
	border-bottom: dotted 1px #cc1b03;
}
a:Hover {
	color:#880F00;	
	text-decoration: none;
	border-bottom: dotted 1px #666666;
}

h1 {
	font-size:27px;
	font-weight:100;
	line-height:130%;
}
h2 {
	font-size:23px;
	font-weight:100;
	line-height:130%;
}
h3 {
	font-size:18px;
	font-weight:100;
	line-height:100%;
}

p {
	font-weight:100;
	line-height:160%;
	padding-right:200px;
}
