body {
	margin: 0;
	padding: 0;
	background: #193a5b url(../images/bckg_body.jpg) top center repeat-x;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

a {
	text-decoration: none;	
	color: #2f6aa3;
}

a:hover {
	text-decoration: underline;	
}

h1 {
	font-size: 17px;
	color: #f60;
	height: 47px;
	margin: 0;
	padding: 20px;
	background: url(../images/bckg_h1.jpg) top left no-repeat;
}

h2 {
	font-size: 15px;
	color: #2F6AA3;
	padding: 15px 0;
}

fieldset {
	margin: 0 0 30px 0;
	padding: 0;
	border: none;
	border-left: 1px solid #eaeaea;	
	width: 585px;
}

fieldset p {
	margin: 0;
	padding: 20px;
	color: #f60;	
}

fieldset div {
	background: #fff;
	padding: 10px 40px;
}

fieldset div.odd {
	background: #f4f4f4;
}

label {
	color: #333;
}

#box {
	width: 970px;
	background: url(../images/bckg_box.png) top center repeat-y;
	margin: 0 auto;
}

#top {
	width: 934px;
	height: 290px;
	margin: 0 auto;
	margin-left: 16px;
}

#container {
	width: 930px;
	margin: 0 auto;
}

ul#nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	text-align: center;
	height: 52px;
	line-height: 54px;
}

ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

ul#nav li a {
	text-align: center;
	display: block;
	float: left;
	width: 80px;
	padding: 0 10px;
	border-bottom: 2px solid #fff;
}

ul#nav li a:hover, ul#nav li a.active {
	border-bottom: 2px solid #2f6aa3;
	text-decoration: none;
}

#right {
	float: left;
	width: 255px;
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
}

#content {
	width: 614px;
	float: left;
	padding: 20px 20px 0 40px;
	border-top: 1px solid #eaeaea;
}
#footer {
	clear: both;	
	font-size: 10px;
	color: #666;
	text-align: right;
	background: url(../images/bckg_footer.png) bottom center no-repeat;
	height: 40px;
	margin: 0 auto;
	padding: 15px 40px 0 0;
	width: 930px;
}

#footer a {
	color: #f60;
	
}

.clear {
	clear: both;
}

.pnnav a {
	font-size: 11px;
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: url(../images/prev_img.gif) center left no-repeat;
	padding: 0 0 0 30px;
	float: left;
	margin: 30px 0;
}

.pnnav a.nextq {
	background: url(../images/next_img.gif) center right no-repeat;
	padding: 0 30px 0 225px;
	text-align: right;	
}
