/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,dl,li,dd,dt,img,table,
blockquote,q,caption,a,form,input,textarea,fieldset,pre {margin:0;padding:0;}


/* SET BASE FONT ATTRIBUTES */
p, td {font:12px/18px Arial,Helvetica,sans-serif; padding-bottom: 14px;}
body {background-color:#EBEBEB; color:#535353; font-family:Helvetica,Arial,sans-serif; font-size:12px; line-height:16px; }
h1,h2,h3,h4,h5 {font-weight:bold;color:#1C486A; padding:5px 0 5px 0;}
h1 {font-size:15px;}
h2 {font-size:13px;}
h3 {font-size:12px;}
h4 {font-size:12px;}
h5 {font-size:11px;}
h6 {font-size:10px; color:#B07012;}
ul,ol{font:12px/18px Arial,Helvetica,sans-serif; padding:0px 0px 14px 10px; margin:0px;}


/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#005A91;text-decoration:underline;}
a:link,a:visited {}
a:hover,a:active {text-decoration:none;}
a img,:link img,:visited img,:hover img,:active img {border:none;}


/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {font-style:italic;font-weight:normal;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}


/* STANDARD MULTIPLE COLUMN CLEARING TRICK */
/* make sure your columns divs are inside a holding div that is set to float:left; */
#clear {clear: left;}