#contents
{
	background: #fff;
	clear: both;
	margin: 0px;
	padding: 15px;
} 

body {
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/jrbg.jpg);
	background-color: #FFFFFF;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color:#262626;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background: #FFFFCC;
}
a:active {
	color:#C10029;
	text-decoration: underline;
	background-color: #FFFFFF;
}

h1 {
	font-size: 10px;
	text-transform:uppercase;
	margin:0px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
}

h2 {
	font-size:12px;
	font-weight: normal;
	margin:0px;
	color: #000000;
	background-color: #F6F7F2;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	padding: 10px 10px 10px 20px;
}

/* ----------container to center the layout-------------- */
#container {
	width: 600px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	width: 600px;
	border-bottom: 3px solid #C10028;
	background: #EBEAE5;
}
#banner img {
	margin-bottom: 25px;
	margin-top: 25px;
} 

/* -----------------content--------------------- */
#content {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
div#content { 
min-height:250px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px 0px 25px;
	background: #FFFFFF repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 600px;
	text-align: center;
	padding: 10px 0px 30px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}
h3 {
	font-size:14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #841111;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 10px 7px 20px;
	margin: 0px;
	text-transform: uppercase;
}
h4 {
	font-size:12px;
	font-weight: bold;
	margin:0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 10px 10px 10px 20px;
}
#content img a:hover {
	padding: 0px;
	margin: 0px;
}

li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: url(../images/bullet-02.gif) outside;
	line-height: 20px;
	color: #333333;
}
ul {
	color: #000000;
}

#banner h1 {
	background-color: #F3F4EF;
	padding: 10px;
	border-bottom: 3px solid #C10028;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 22px;
	background-image: url(../images/jrbg2.jpg);
	background-repeat: repeat-x;
}
 .floatright
{
	float: right;
	border: 0px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}

/* navigation */

#nav {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 0 0px;
	list-style: none;
	background: #841111 repeat-x left top;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}
#nav li {
	float: left;
	margin: 0;
	list-style: none;
	background: no-repeat right top;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#nav a {
	float: left;
	padding: 7px 8px 5px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #B31718;
	}
#nav a.active {
	font-weight: normal;
	}
li#t-home a {
	margin-left: 25px;
	background: no-repeat left top;
	}

/* additional */


h5 {
	font-size:14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 10px 7px 20px;
	margin: 0px;
	background-repeat: repeat-x;
}

#container em {
	font-size:18px;
	font-weight: normal;
	margin:0px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 10px 10px 20px;
	background: #FFFFCC;
}

p.quote {
	font-size: 14px;
	font-weight: normal;
	width: 550px;
	margin: 10px auto;
	line-height: 140%;
	font-family: georgia;
	color: #841111;
	padding: 10px 0px 5px;
	border-top: 1px dashed #CCCCCC;
	text-align: center;
}

cite {
  color: #666;
  font-size: 11px;
  font-style: italic;
}
#contacts table {
	background: #F6F7F2;
}

#contacts h2 {
	font-size:10px;
	font-weight: normal;
	margin:0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 18px;
	padding: 5px 0px 0px 15px;
}
#contacts h4 {
	font-size:11px;
	font-weight: bold;
	margin:0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 15px 5px;
}
#contacts p {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#contacts td {
	vertical-align: top;
}
#contacts tr {
	vertical-align: top;
}
