@charset "utf-8";

/* Resets everything */
* {padding:0px; margin:0px;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
/* remember to define focus styles! */
:focus {outline:0px;}
a img {border:0;}
body {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#343434; margin:0px auto 0px; background-color:#f7f7f7;}

a {text-decoration: none; color: #225a9e;}
a:hover {text-decoration:underline;}
a:focus{outline:0;}
input:focus{outline:0;}
img a{border:0;}
.clear{clear:both; height:0; overflow:hidden;}
input, textarea{border-top:1px solid #abadb3; border-right:1px solid #abadb3; border-bottom:1px solid #abadb3; border-left:1px solid #abadb3;}
input, textarea{padding:2px;}
textarea{height:100px; width:150px;}

/*	wider  */
#wideheader {width:100%; float:left; background-color:#ffffff; padding-bottom:25px;}
#widefooter {width:100%;background:url(../images/footerbg.gif) repeat-x top; float:left; line-height:24px; padding:20px 0px 30px 0px; text-align:center;}


/*	Fixed centered  */
.fixedcentered {width:987px; margin:0px auto;}

a.underline{text-decoration:underline;}
a:hover.underline{text-decoration:none;}
