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: 30;
	border: 1;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	align: middle;
    background: transparent;
}

CSS selector {
  font-family: 'Edwardian Script ITC';
   src=: url('stylesheets/ITCEDscr.ttf') format('truetype');
}


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
----------------------------------------------------------------------------------------------------*/

body {
	background: #ffddff;
	border: none;
	color: #002244;
	margin: 0 auto;
    font-family: 'Edwardian Script ITC';
	font: 22px/26px Edwardian Script ITC;
	width: 960px;
}

h1 {
	font: normal bold 50px/60px Edwardian Script ITC;
	padding-top: 30px;
}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

input[type="button"] {
 width:180px;
 margin-left:35px;
 display:block;
 background-color:#99bbcc;
 float:right;
 }


p {
	font-weight: normal;
	padding-bottom: 22px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #99eeee;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

#mast h1 {
	padding: 30px 0 20px 40px;
}

nav#global {
	padding: 10px 0;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #002244;
}

nav#global ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 20px;
}

nav#global ul li a {
	color: #ffffff;
	
	font: normal bold 20px/20px Edwardian Script ITC;
	padding: 10px;
	margin-right: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
}

nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #002244;
	border: 2px solid #ffddff;
	color: #ffddff;
	text-decoration: none;
}

nav#global ul li a.selected {
	color: #fff;
}

nav#global ul li a.selected:hover {
	color: ##99eeee;
}


#intro {
	background-color: #ffddff;
    padding: 40px;
	-moz-border-radius: 15px;
	margin-top: 100px;
	-webkit-border-radius: 15px;
}

#intro header h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
	width: 370px;
}

#intro p {
 	width: 370px;
}

#intro a {
	color: #222222;
   	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: transparent;
	font-style: italic;
	text-align: center;
}

#intro a:hover {
	color: #99eeee;
	background-color: #222;
	text-decoration: none;
}

#intro a:active {
	color: #ff0099;
	background-color: #222;
	text-decoration: none;
}


nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 5px 0;
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #002244;
}

footer div {
	margin: 0 auto;
	padding: 40px 0 20px 40px;
	width: 920px;
	border: none;
}

footer div section {
	color: #fff;
	float: left;
	margin-right: 25px;
	width: 230px;
	border: none;
}

footer div section h3 {
	color: #fff;
}

