/* normalize */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;font-family: arial; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
q:before,q:after {	content:''; }
abbr,acronym { border:0; }

/* common styles */
body { text-align: center; } 

#header { width: 900px; margin: 20px 0; }  
#header #headerLogo { width: 100%; text-align: center; }

#footer { width: 900px; }
#footer #footerImage { text-align: center; background: url(site_images/footer.gif) top left no-repeat; width: 900px; height: 200px; text-align: left; font-size: 12px; }
#footer #footerImage .footerButtons { padding: 158px 10px 10px 10px; }
#footer #siteNav { text-align: center; padding: 50px 40px; }
#footer #siteNav a { margin-left: 50px; line-height: 22px; }
#footer #siteNav a:hover { border-bottom: 2px solid #0078a3; }

#content { width: 900px; border: 2px solid black; background-color: #cdf1ff; margin: 0 auto; text-align: left; }
.formError { color: red; font-weight: bold; }

/* pagination */
.pagination a { display: block; float: left; margin-right: 5px; border: 1px solid gray; padding: 4px; text-decoration: none; height: 12px; line-height: 12px; font-size: 12px; }
.pagination a:hover { background-color: #cccccc; }
.pagination a.active { background-color: #CCCCCC; }
