/* Normalizes margins, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }


/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size : 100% }


/* Removes list-styles from lists */
ol,ul
{ list-style : none; }


/* Normalizes font-size and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }


/* Removes borders from tables */
table
{ border-collapse : collapse; border-spacing : 0;}


/* Removes border from fieldset and img */
fieldset, img
{ border : 0; }


/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }


/* Removes quotation marks from q */
q:before, q:after
{ content :''; }


/* =html */
html {
text-align : center;
background : url(09_graphics/bg-img_grain.png) no-repeat;
background-color : #FEFEEB; }

/* =body */
body {
font : 78%/1.5 "Georgia","Trebuchet MS","Lucida Granda","Lucida Sans Unicode", Verdana, sans-serif; 
position : relative;
width : 960px;
margin : 0px;
text-align : left;
color : #000}

/* =div */

div#content {
position : absolute;
width : 960px; }

div#content_main {
position : absolute;
left : 415px;
width : 530px;
padding : 1em 0; }

div#content_sub1 {
position : absolute;
top : 20px;
left : 0px;
width : 415px;
height : 460px;
background : transparent url(09_graphics/lht_medallion.png) no-repeat 0 0; 
text-indent : -9999px;}

div#content_sub2 {
position : absolute;
left : 960px;
padding : 1em 0; }

div#header, div#branding, div#nav_sub, div#site_info {width :100%}

div#header {
position : relative;
z-index : 10;
top : 0px;
left : 0px;
width : 2000px;
height : 50px;
background : transparent url(09_graphics/bg-bar_blk-sh.png) no-repeat;
text-indent : -9999px;}

div#branding {
position : relative;
z-index : 9;}


/* =p */

p { line-height : 110%; padding-top : 1em; padding-bottom : 1em;}
blockquote p { padding-left : 1em;}

p[class="citation"] {
font-weight : bold;
font-style : italic; }

/* =h */

h1 {
position : relative;
top : -10px;
left : 0px;
width : 214px;
height : 47px;
background : transparent url(09_graphics/id.png) no-repeat; 
text-indent : -9999px; }

h2 {color : #000}
h3 {color : #000}
h4 {color : #000}
h5 {color : #000}

/* =ul */

ul#nav_general {
position : relative; }

/* =alt */
img[alt] {
border : 1 px dotted #999; }

/* =a href */
a[title] {
color : #c00}


/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
