/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display:block;
}
body {
	line-height:1.3;
	margin: 0;
	color: #002d56;
	background: #f1f1f1;
	overflow-x: hidden;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	font-weight:normal;
}
table,td,th {
	vertical-align:middle;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}
blockquote,q {
	quotes:"" "";
}
a img {
	border: none;
}
/* end reset */
.main
{
	background: #fff;
	border: 1px solid #eee;
	width: 900px;
	margin: 20px auto;


}
h1
{
	font-size: 2.5em;
	font-weight: bold;
	color: #000 !important;
	margin-top: 20px !important;
	background: none !important;
}
ul.codeList
{
	margin: 0 auto;
	padding-left: 0
}
ul.codeList,ul.codeList li
{
	list-style: none;
}
ul.codeList li
{
	border-top: 1px solid #eee;
	padding: 30px 0 30px 0;	

}
h2
{
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	background: #eee;
	padding: 10px;
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
.print, a
{
	color: #0055ff !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
.wildfishBox
{
	margin: 0 auto
}