/* priority 0 */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#0066CC;
}
a:hover{
	background-color:#D5EEFD;
}
#wrapper{
	width:800px;
	margin:auto;
}
#logo{
	background-image:url(../images/help-logo.png);
	background-position:right center;
	background-repeat:no-repeat;
	height:50px;
}
#menu{
	background-image:url(../images/help-menu-bg.png);
	background-repeat:repeat-x;
	height:49px;
}
#menu h4{
	color:#FFFFFF;
	padding-left:10px;
	padding-top:15px;
}
.question{
	padding:10px 0px;
	border-bottom:dashed;
	border-bottom-color:#999999;
	border-bottom-width:thin;
}
.question h3{
	padding:10px 0px;
	font-size:18px;
	color:#204298;
	font-weight:200;
}
.question p{
	font-size:13px;
	color:#666666;
}