body{
	color: black;
	background-color: #003b59;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-size: 10pt;
	line-height: 15pt;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin:0;
	padding:0;
}

td{
	color: black;
	font-size: 10pt;
	line-height: 15pt;
	margin-top: 0;
	margin-bottom: 15pt;
}

p{
	color: black;
	font-size: 10pt;
	line-height: 15pt;
	margin-top: 0;
	margin-bottom: 10pt;
}
	
h1{
	color: #9b0000;
	font-size: 18pt;
	font-weight: bold;
	line-height: 24pt;
	margin: 0 0 5pt;
}

h2{
	color: #777777;
	font-size: 14pt;
	font-weight: bold;
	line-height: 18pt;
	margin: 10px 0 0;
}

p + h2 {
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid gray;
}

#wrapper {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
}
		
#header {
	width:900px;
	padding:0;
	margin:0 0 0 50px;
	top:0;
	z-index:4;
}

#header-flash {
	width:550px;
	padding:0;
	margin:0 0 0 392px;
	top:0;
	z-index:5;
	position:absolute;
}

#top-nav-wrapper {
	padding:0;
	color: #fff;
	background: url(../images/nav-top-bkgrd.gif);
	width:900px;
	height:36px;
	margin:0 0 8px 50px;
}

#top-nav-menu a{
	color: #fff;
	text-decoration: none;
}

#top-nav-menu a:hover{
	text-decoration: underline;
}
	
#content-top {
	height:11px;
	background: url(../images/jvr-bodyt.gif) no-repeat;
	margin:0 0 0 50px;
	width:900px;
}
	
#content-middle{
	width:900px;
	background:url(../images/jvr-body.gif);
	margin:0 0 0 50px;
}
	

#content-bottom {
	background:url(../images/jvr-bodyb.gif);
	height:11px;
	width:900px;
	margin:0;
}

#main-content {
	padding: 10px 20px 0;
	width:540px;
}	

#sidebar-wrapper{
	color: #4b4b4b;
	font-size: 10px;
	padding: 0 12px 0;
	width:301px;
	float:right;
}

#sidebar-top{
	height:15px;
	background: url(../images/sidebar-t.jpg);
}

#sidebar-middle{
	background: url(../images/sidebar-body2.jpg);
}

#sidebar-bottom{
	height:19px;
	background: url(../images/sidebar-b.jpg);
}

#sidebar-content {
	padding: 0 12px;
	background: url(../images/sidebar-body.jpg) no-repeat;
}

#sidebar-content a{
	color: #9b0000;
	text-decoration: none;
}

#sidebar-content a:hover{
	 color: #9b0000;
	text-decoration: underline;
}

#sidebar-content h1{
	color: #9b0000;
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 5pt;
}
	
#sidebar-content h2{
	color: #4b4b4b;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin: 5px 0;
}

#sidebar-content h2 a, #sidebar-content h2 a:hover{
	color: #4b4b4b;
}

#sidebar-content p{
	color: #4b4b4b;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 9pt;
}
	
#sidebar-content .last{
	border-bottom:none;
	padding-bottom:0;
}

#sidebar-content .sidebar-entry{
	padding-bottom:10px;
	border-bottom:1px solid gray;
}

#sidebar-content .last{
	border-bottom:none;
	padding-bottom:0;
}

#sidebar-content .image, #sidebar-content a .image {
	float:right;
	margin-left:0px;
	border:none;
}

#sidebar-content .by {
	font-size:10pt;
}

#btmnav{
	color: #fff;
	font-size: 10pt;
	line-height: 12pt;
	text-align:center;
	margin-top:10px;
}

#btmnav a{
	color: #fff;
	text-decoration: none;
}

#btmnav a:hover {
	text-decoration: underline;
}


.imagefloatleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imagefloatright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.clearfix {
	clear:both;
}