/*RESET*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img, strike, strong, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; font-size:62.5%; font-family:Arial, Helvetica, sans-serif; }
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
/*RESET*/

/*HELPERS*/
.clear { clear:both }
/*HELPERS*/

/*LAYOUT*/
body { background-color:#D0DBE3; }
#tContainer { width:950px; margin:20px auto; background:#FFF; padding:5px; }
#tHeader { background:url(images/header.gif) no-repeat top left; height:150px; }
#tContent { padding:10px; }
#tFooter { background:url(images/footer.gif) no-repeat top left; height:30px; padding:10px 0px 10px 20px; color:#FFF; font-size:1.2em; }
#tFooter a { color:#FFF; }
/*LAYOUT*/

.column { float:left; border:1px solid #808285; display:block; margin:0px 10px 0px 0px; width:275px; padding:10px;  }

#tContent h2 a.wiki { background:url(images/wiki.jpg) no-repeat left; padding:10px 0px 10px 35px; line-height:30px; }

/*FORMATTING*/
#tContent p { font-size:1.2em; color:#808285; line-height:1.4em; margin-bottom:8px; }
#tContent h1 { font-size:1.6em; color:#000; margin-bottom:10px; }
#tContent h2 { font-size:1.4em; color:#225A2E; margin-bottom:10px; font-weight:normal; }
#tContent h3 { font-size:1.2em; color:#000; margin-bottom:5px; }
#tContent a { color:#0074AE; text-decoration:none; }
#tContent a:hover { color:#EF5A28; text-decoration:underline; }
#tContent ul { margin-left:20px; list-style-type:square; font-size:1.2em; color:#808285; }
#tContent li { margin-bottom:3px; }
/*FORMATTING*/