/* @group CSS Reset
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	}
/* @end */


body {
	background:#ffc40c;
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	text-align: center;
	color:#000;
	}
#header {
	position:relative;
	height:75px;
	width:960px;
	margin:0 auto;
	}
#logo {
	position:absolute;
	top:22px;
	left:0;
	}
#menu {
	position:absolute;
	right:20px;
	bottom:5px;
	list-style:none;
	margin:0;
	}
#menu li {
	float:left;
	margin:0 0 0 20px;
	}
#content {
	text-align:left;
	padding:0 15px;
	width:930px;
	margin:0 auto;
	background:#fff0c2 url(images/content_bg.png) center top no-repeat;
	}
#top {
	padding:7px 0;
	height:23px;
	width:930px;
	}	
#trans_form {
	text-align:right;
	margin:0;
	}
div.column {
	float:left;
	width:258px;
	padding:20px;
	border:1px solid #ccc;
	background:#fff;
	margin:5px;
	}
.pdf .column {
	width: 878px;
}
div.firefox {
	padding:20px;
	border:1px solid #ccc;
	background:#fff;
	margin:5px;
	}
#content div.column p {
	color:#000;
	}
#footer {
	clear:both;
	text-align:center;
	padding:10px 0;
	}
#bottom {
	background:#4d3903;
	height:25px;
	}
ul.topics {
	margin:0 0 0 20px;
	list-style:none;
	color:#000;
	}
ul.topics li {
	margin:0;
	font-weight:bold;
	}
ul.references {
	margin:0 0 10px 0;
	list-style:disc;
	}
ul.references li {
	margin:0 0 0 40px;
	font-weight:normal;
	}
ul.references a {
	color:#333;
	}
h1 {
	color: #fff;
	float: left;
	margin: 1px 5px;
	font-size: 16px;
	text-shadow: 1px 1px 0 #d9a50b;
}
h2 {
	margin:0 0 20px 0;
	color:#CA6C18;
	font-size:14px;
	}
a {
	color:#CA6C18;
	}
a:hover {
	text-decoration:none;
	}
#header a {
	color:#000;
	}
#logo a {
	color: #444;
	font: bold 36px Arial,Helvetica,sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFEBA6;
	}
#logo a:hover {
	color: #555;
}
#content p {
	color:#7f7861;
	margin:10px 5px;
	}
label {
	color:#7f7861;
	font-size: 12px;
	vertical-align: middle;
	}
img {
	vertical-align:middle;
	border:0 none;
	}
.tip {
	font-size: 12px;
}
li {
	margin: 5px 0 5px 30px;
}