<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
                 Then the colors and sizes modified by Paul Glover 2015 to match dimensionalzed.
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout background: #f0f0f0;
----------------------------------------------------------------------------------------------------*/

body {
	background-image: url(../images/pattern.gif); 
   
	border: none;
	color: #333;
	margin: 0 auto;
	font: 14px/24px Helvetica, Arial, sans-serif;
	width: 960px;
}

h1 {
	font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	font-weight: normal;
	padding-bottom: 22px;
}
sup { font-size:9px; }

a {
	color: #608BFF;
	text-decoration: none;
}

a:visited {
	color: #608BFF;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #AD2A2A;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
#wrap2 {min-height: 100%;}
#header2 { height: 100px; }

#mast h1 {
	padding: 30px 0 20px 40px;
}

nav#global {
	padding: 10px 0;
	position: absolute;
	left: 0;
	width: 100%;
   margin-top:-75px;
	/* -- background-color: #333; old color -- now for wp colors */
	background: #001030; /* Show a solid color for older browsers - #222, 300000 */
	background: -moz-linear-gradient(#04326D, #410000);
	background: -o-linear-gradient(#04326D, #410000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#04326D), to(#410000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#04326D, #410000);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
}

nav#global ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 40px;
}

nav#global ul li a {
	color: #777;
	background-color: #222;
	border: 2px solid #222;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

nav#global ul li a:hover, nav#global ul li a:focus {
	background: #77B3FF; /* f9f9f9 - Show a solid color for older browsers */
	background: -moz-linear-gradient(#77B3FF, #FF7777);
	background: -o-linear-gradient(#77B3FF, #FF7777);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#77B3FF), to(#FF7777)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#77B3FF, #FF7777);
	color: #373737;
	border: 2px solid #AD2A2A;
	text-decoration: none;
}

nav#global ul li a.selected {
	color: #fff;
}

nav#global ul li a.selected:hover {
	color: #001550;
}

#intro {
	background-color: #D6F4F2;
	margin-top: 0px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#intro header h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
	width: 390px;
}

#intro p {
 	width: 390px;
}

#intro a {
	color: #fff;
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#intro a:hover {
	color: #AD2A2A;
	background-color: #222;
	text-decoration: none;
}

#intro #photo {
	background-color: #82A4FF;
	float: right;
	margin-top: -260px;
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 430px;
	height: 250px;
    border: 3px solid #0000ff;
}

#photo div {
	background-color: #333;
	margin: 10px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 410px;
	height: 225px;
	text-align: center;
}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 115px 0 0 0;
}

div#main {
	background: url(../images/main_bkgd.png) repeat-y top right;
	border: none;
}

#main #articles {
	background-color: #004080;
   float: left;
	margin-left: 30px;
	width: 635px;
	border: none;
   padding:7px;
   border: 5px solid #82A4FF;
}

article {
	border-bottom: 1px dotted #aaa;
	padding: 15px 0;
}
article p {
    color:yellow;
}
article h2 {
    color:gold;
}

article:last-child {
	border-bottom: none;
}

aside {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

aside section {
	background-color: #F5F5F5;
	margin-bottom: 30px;
	padding: 20px 40px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

aside h3 {
	padding: 0 0 11px 0;
}

nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 5px 0;
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
}

footer div {
	margin: 0 auto;
	padding: 40px 0 20px 40px;
	width: 920px;
	border: none;
}

footer div section {
	color: #777;
	float: left;
	margin-right: 25px;
	width: 230px;
	border: none;
}

footer div section h3 {
	color: #fff;
}

nav#blogRoll ul li, nav#siteMap ul li {
	color: #777;
	list-style: disc;
	margin-left: 15px;
}

footer #about {
	margin-right: 60px;
	width: 330px;
}</pre></body></html>