/* reset css */
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; }
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-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* base styles */
body {
    min-width:976px;font-size:62.5%;
    text-align:center;font-family:Arial,Helvetica,sans-serif,Verdana;
    background:url(../images/boston_morning_768.jpg) #777 top center no-repeat;
}
div#centerwrap { width:896px;margin:0px auto;text-align:left; }
a { color:#5F7F9F;font-size:11px;font-weight:bold;text-decoration:none; }
a:hover { color:#3F3F3F; }

/* header */
#header {
    padding:24px;background: url(../images/header_bg.gif) repeat-x #111;
    opacity: .8; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=80); /* IE lt 8 */
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    -khtml-opacity: .8; /* Safari 1.x */
    -moz-opacity: .8; /* FF lt 1.5, Netscape */
}
h1 { font-size:1.4em;margin-bottom:12px;color:#FFF;font-weight:bold; }
h2 { font-size:1.2em;color:#CFCFCF;font-weight:bold; }


#main_content { padding:24px 0px 0px 2px;background:url(../images/main_content_bg.png) #F9F9F9 repeat-y; }
div.column_frame { width:33%;float:left; }
div.column_container { padding:0px 24px; }
div.column_container h5 { font-size:1.3em;color:#555;font-weight:bold;margin-bottom:24px; }
#links_column { padding-left:48px; }

div.column_container h3, div.column_container h4 { padding-bottom:2px;font-size:1.1em;color:#222; }
div.column_container ul { margin-bottom:24px; }
div.column_container ul li { font-size:1.1em;padding:2px 0px; }
div.column_container p { color:#222;font-size:1.1em;line-height:15px;margin-bottom:24px; }
div#about_column p { margin:0px 0px 24px 0px; }
