

/* Layout CSS for JCP. -
    Site design by China-e. http://www.china-e.com  */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #616161;
	color: #383412;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px;
	background-image: url(../images/tile_gray.jpg);
}

#wrapper {
	width: 770px;
	w\idth: 770px;
	margin: 10px auto;
	position: relative;
	background-image: url(../images/background.jpg);
	background-color: #e2e2e2;
	text-align: left;
	background-repeat: no-repeat;
}

#topbar {
	position: relative;
	background-image: url(../images/topbar.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

#logo {
	width: 590px;
	height: 75px;
	margin-left: 175px;
	margin-bottom: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#menu{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333;
	background-color: #333;
	margin-left: 175px;
}

#menu ul{
	padding: 2px;
	margin: 0;
	background-color:#333;
}

#menu ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#menu ul li a{
	font-size: 70%;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #666;
	text-align: center;
	width: 7em;
} 

#menu ul li a:hover, #nav ul li a:focus{
	background-color: #c00;
}

#content {
	width: 565px;
	margin-left: 175px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 80%; 
}

#content h1 {
	font-size: 130%;
	color: #333;
}

#content h2 {
	font-size: 120%;
	color: #333;
}

#content h3 {
	font-size: 110%;
	color: #333;
}

#content h4 {
	font-size: 110%;
	color: #333;
}

#content p {
	margin-right: 10px;
	padding: 2px;
}

#content ul{
	margin-left: 10px;
	padding: 1px;
	list-style: none;
}
 
#content li {
	margin-right: 20px;
	line-height: 14pt; 
	background-image: url(../images/blob_red.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em; 
}

#content a { 
	color: #333;
	text-decoration: underline;
}

#content a:hover,
#content a:focus {
	color: #c00;
	text-decoration: none; 
}

#redbox {
	width: 160px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#redbox h1 {
	margin-left: 20px;
	font-size: 130%;
	font-style: italic;
}

#redbox h2 {
	margin-left: 30px;
	font-size: 120%;
	font-style: italic;
}

#redbox h3 {
	margin-left: 30px;
	font-size: 110%;
	font-style: italic;
}

#redbox h4 {
	margin-left: 30px;
	font-size: 100%;
	font-style: italic;
	line-height: 5pt;
}

#redbox h5 {
	margin-left: 30px;
	font-size: 90%;
	line-height: 10pt;
}

#redbox ul{
	margin-left: 20px;
	padding: 1px;
	list-style: none;
	font-size: 75%;
}
 
#redbox li {
	line-height: 16pt;
	background-image: url(../images/blob_gray.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;
	font-weight: 800;
}

#redbox a { 
	color: #333;
	text-decoration: underline;
}

#redbox a:hover,
#redbox a:focus {
	color: #c00;
	text-decoration: none; 
}

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 150px;
}

.head_redbox{
	margin-left: 30px;
	font-size: 100%;
	font-style: italic;
	font-weight: 800;
}

.intro{
	font-size: 110%;
	font-weight: 400;
	line-height: 14pt;
}


.topofpage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin: 0;
}

.topofpage a { 
	color: #000;
	text-decoration: underline;
}

.topofpage a:hover,
.topofpage {
	color: #c00;
	text-decoration: none; 
}

#leftcol {
	float: left;
	width: 160px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

#logo_seal {
	position: relative;
	background-image: url(../images/logo_seal.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 100px;
}

#footer { 
	background-color: #fff;
	width: 770px;
	border-top: 1px solid #000;
	font-size: 60%;
	text-align: right;
	margin-top: 20px;
	clear: both; 
}

#footer p {
	background-color: #fff; 
	padding: 4px 4px 4px 10px;
	margin: 0;
}

#footer ul{
	background-color: #333;
	margin: 0;
	padding: 4px;
}

#footer li{
	display: inline;
}

#footer a { 
	color: #fff;
	text-decoration: underline;
}

#footer a:hover,
#footer a:focus {
	text-decoration: none; 
}