/* Global Styles*/

/* grid visual elements */
body { background: #444444; }
.pagecontainer { position:relative; border-left: 2px solid #cc9933; border-right: 2px solid #cc9933; background: #FFFFFF; }

/* font elements */
strong { font-weight: bold; }
em { font-style: italic; }

a { color: #035694; text-decoration: none; font-size:85%; outline:none; }
a:hover { color: #062E4F; text-decoration: underline; }
a:active { color: #062E4F; outline: none; }
a:visited { color: #336891; }
a:visited:hover { color: #062E4F; }

h3 { font-size:85%; }
dl dt { font-size:68%; }
p { font-size:85%; }
ol li { font-size:85%; }
dl dt label { font-size:113%; }

/* clearfix << use spairingly */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { min-height: 1px; height: auto !important; height: 1px; }

.small-caps { font-variant:small-caps; }
.citation { text-align:right; font-weight:normal; font-style:italic }
.open-inset { float:right; width:275px; line-height:1.5em; padding:10px; margin:20px 8px; }
.inset { width:50%; float:right; border:1px solid #cccccc; padding:10px; margin:10px; font-size:90%; background:#fefefe; }