body { 
	background:url("images/bg_page.png");
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	line-height: 130%;
	margin:10px 0 0 0;
}
#container { 
	margin:0 auto;
	width:960px;
}
#content_top {
	background:url("images/bg_content_top.png"); 
	display:block;
	width:960px;
	height:35px;
}
#content {
	background:url("images/bg_content.png") repeat-y; 
	position:relative;
	min-height:500px;
	_height:500px;
}
#content_bottom {
	background:url("images/bg_content_bottom.png"); 
	display:block;
	width:960px;
	height:35px;
}
#content #navbar {
	position:absolute;
	top:0;
	left:10px;
	height:100%;
	_height:450px;
}
#copy{
	position:relative;
	top:0;
	left:295px;
	width:615px;
	min-height:450px;
	_height:450px;
}
#copy2 {
	display:block;
	width:960px;
	background:url("images/bg_copy2.png");
}
#copy2_text{
	position:relative;
	top:0;
	left:295px;
	width:575px;
	padding:0 20px 20px 20px;
}
#copy2_bottom {
	background:url("images/bg_copy2_bottom.png"); 
	display:block;
	width:960px;
	height:35px;
}

/* general styles */
h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	margin:0 0 15px 0;
	color:#000;
	text-transform:uppercase;
}
h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	margin:0 0 15px 0;
	color:#000;
	text-transform:uppercase;
}
p {
	margin:0 0 15px 0;
	color:#000;
}
p:last-child{
	margin:0;
}
a {
	color:#009;
	text-decoration:none;
}
a:hover {
	color:#900;
}
b,strong{
	font-weight:bold;
}

/* lists */
#copy2 ul.pdf {
	margin: 0 0 15px 0;
	border:1px solid #999;
	background:#fff;
	padding:1px;
}
#copy2 ul.pdf li {
	list-style:none;
	background:#F4F4F4 url("images/pdf.png") 9px 11px no-repeat;
	padding: 9px 9px 9px 33px;
}
#copy ul,
#copy2 ul.land {
	margin: 0 0 15px 0;
}
#copy ul li,
#copy2 ul.land li {
	list-style:none;
	background:url("images/bullet.gif") 0 4px no-repeat;
	padding:0 0 7px 12px;
}
#navbar ul.pdf {
	margin: 50px 10px 0 10px;
	border:1px solid #fff;
	background:#fff;
	padding:0;
	width:248px;
}
#navbar ul.pdf li {
	list-style:none;
	background:#E9E1A1 url("images/pdf.png") 9px 11px no-repeat;
	margin:0;
	padding: 9px 9px 9px 18px;
	font-size:10px;
}
#navbar ul.pdf li a{
	font-size:12px;
}
#navbar #findoutmore {
	margin: 10px 10px 0 10px;
	border:1px solid #FFF;
	background:#E9E1A1;
	padding:9px;
	width:230px;
}

/* tables */
#copy table th {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 0;
}
#copy table td {
	border-bottom:1px solid #ccc;
	padding:5px 0 5px 0;
}

/* navbar */
#content #navbar ul{
}
#navbar ul li {
	padding:0;
}
#navbar ul li a {
	text-decoration:none;
	color:#505834;
	font-size:16px;
	padding:5px 0 5px 15px;
	display:block;
	width:255px;
	/*
	border-bottom:1px solid #ccc;
	border-top:1px solid #f6f6f6;
	*/
}
#navbar ul li a:first-child {
	border-top:0;
}
#navbar ul li a:hover{
	color:#333;
}
#navbar ul li a.on {
	background:#fff;
	color:#333;
}
#navbar ul li a.on:hover {
	background:#fff;
	color:#333;
}

/* images */
ul.images{
	list-style:none;
	margin:0;
	padding:0;
}
ul.images li{
	list-style:none;
	margin:0;
	padding:0;
	*float:left;
}
ul.images li a{
	display:block;
	border:0
	background:transparent;
	padding:2px;
	float:left;
	margin:0 15px 10px 0;
	text-align:center;
	_width:auto;
	_margin:0;
}
ul.images li a:hover{
}
ul.images li a img{
	border:1px solid #fff;
	padding:9px;
	background:#fff;
}
ul.images li a:hover img{
	border:1px solid #fff;
	padding:9px;
	background:#EFE278;
}

/* captify */
.caption-bottom {
	color: #fff;	
	padding: 10px;	
	cursor: default;
	border: 0;
	background: #000;
	text-shadow: 1px 1px 0 #202020;
	_font-size: 11px;
}
.caption a {
	border: 0 none;
	text-decoration: none;
	background: #000;
	padding: 0.3em;
}

