/* CSS Document */

/* Structure */
body {
	background: url(images/back.single.jpg) top left repeat-x #fef3bb;
	margin: 0px 0px 0px 0px;
	font-family:Verdana;
	font-size: 12px;
}

.holder {
width: 100%;
}

.main {
width: 960px;
background: url(images/back.single.jpg) top left repeat-x #fef3bb;
}

.topnav {
	height: 32px;
}

/*.header {
	border-bottom:solid 1px white;
	border-top:solid 1px white;
	height: 102px;
	width: 920px;
}
	.header .left {
		background:url(images/top.left.logo.jpg) left center no-repeat;
		width:470px;
		height: 100px;
		float:left;
	}
	
	.header .right {
		width:450px;
		background:url(images/top.right.logo.jpg) right center no-repeat;
		height: 100px;
		float:right;
	}
	
	.header .center {
		clear:both;
	}*/

.contentheader {
	height:397px;
}

.contentnav {
	height:21px;
	font-size:10px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:4px;
	width: 960px;
}

	.contentnav a:link, .contentnav a:visited {
		text-decoration:none;
		color:#FFFFFF;
	}
	.contentnav a:hover, .contentnav a:active {
		text-decoration:underline;
		color:#FFFFFF;
	}

.content {
width:100%;
padding-top:15px;
}

	.content .left {
		width:600px;
		float:left;
		/*background: #fef3bb;*/
		padding: 10px 40px 10px 40px;
		font-family:Arial;
		font-size: 12px;
	}
	
		.content .left .imagepad {
		padding-left: 19px;
		padding-right: 19px;
		}
	
	.content .right {
		width:220px;
		float:right;
		padding: 10px 10px 10px 10px;
		font-weight:bold;
	}
		.content .right .box1 {
			width:220px;
			height:20px;
			padding-bottom: 5px;
		}
		.content .right .box2 {
			width:220px;
			padding-bottom: 2px;
		}
		.content .right .top {
			width:205px;
			height: 17px;
			background: url(images/sidenavs/top.gif) center top no-repeat;
			padding: 7px 5px 4px 10px;
			color:#FFFFFF;
		}
		.content .right .links2 {
			width:220px;
			background:top center repeat url(images/sidenavs/back.gif);;
		}
		.content .right .links {
			width:220px;
			background:top center repeat url(images/sidenavs/back.gif);
			line-height:30px;
			text-indent: 10px;
		}
			.content .right .links a {
				display:block;
				}
			.content .right .links a:link, .content .right .links a:visited {
				text-decoration:none;
				color:#000000;
				}
			.content .right .links a:hover, .content .right .links a:active {
				text-decoration:none;
				color:#000000;
				}
			.content .right .links a:hover, .content .right .links a.on {
				background: url(images/sidenavs/backon.gif) top left;
				}
		.content .right .bottom {
			width:220px;
			height: 9px;
			background: url(images/sidenavs/bottom.gif) top center no-repeat;
		}
	
	.content .center{
		clear:both;
	}
	
	
.footer {
	background: url(images/back.footer.bar.jpg) left center repeat;
	height:67px;
	width:100%;
	color:#FFFFFF
}

	.footer .text {
		padding: 10px 10px 10px 10px;
		font-size:10px;
		width:960px;
	}
		
	.footer .text a:link, .footer .text a:visited {
		text-decoration:none;
		color:#FFFFFF;
	}
	.footer .text a:hover, .footer .text a:active {
		text-decoration:underline;
		color:#FFFFFF;
	}












.top {
width:100%;
background: url("images/top.back.jpg") top left repeat-x;
}
	.top .left {
	float: left;
	width: 6px;
	height: 79px;
	background: url("images/top.left.jpg") top left no-repeat;
	}
	
	.top .right {
	float: right;
	width:6px;
	height: 79px;
	background: url("images/top.right.jpg") top left no-repeat;
	}
	
	.top .center {
	float: none;
	height: 79px;
	}
	
.toplinks {
padding-top:10px;
}	

.toplinks a:link, .toplinks a:visited {
			text-decoration:none;
			color:#FFFFFF;
			}
.toplinks a:hover, .toplinks a:active {
			text-decoration:underline;
			color:#FFFFFF;
			}