
  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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

  body{
    background: #FCFAED; 
    color: #17111D;
    font-size: 62.5%; 
    font-family: "Lucida Grande", Verdana, Helvetica, Sans;
}

html>body {
    font-size: 10px;
}

p, h1, h2, h3, h4, h5, h6, address, ul {
	margin-left: 10px;
} 

li p {
    margin-left: 0px;
}

p, ol, ul, address, textarea {
	font-size: 130%; 
	line-height: 1.53846em;
	margin-bottom: 1.53846em;
}

ul ul, ul ul ul, ol ol, ol ol ol {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
}

/* p + p {
	text-indent: 1em; /* Sibling selector to indent all paragraphs preceded by 
	another paragraph. NB: this does not work in IE6 (surprise) */
} */

h1, h2, h3 {
	color: #4C2F31;
}

h1 {
	font-size: 210%;    
	line-height: 1.25em;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	border-bottom: 1px dotted #826867;
	font-variant: small-caps;
}

h2 {
	font-size: 160%;
	line-height: 1.25em;
        font-weight: bold;
        margin-bottom: 0.625em;
        margin-top: 0.625em;
}

h3 {
    font-size: 130%;
    font-weight: bold;
    margin-top: 0.76923em;
    margin-top: 0.76923em;
}

address { font-style: normal; }

strong { font-weight: bold; }

#breadcrumbs { text-align: right; }

#breadcrumbs p { margin-bottom: 0.75em; }

#breadcrumbs a {text-decoration: none; }

#header h1 { border: 0px; }

#content ul, ul.marked-list {
    list-style-type: square;
    list-style-position: outside;
}

#content ul.blank-list, #content ul.float-list {
    list-style-type: none;
}



#content .float-list li {
    float: left;
    list-style-type: none;
}

img {
    font-size: 130%; 
    margin: 0 1.53846em 1.53846em 0;
}

#recent-changes, #persistent-navigation { color: #4C2F31; }

#recent-changes p, #persistent-navigation p, #recent-changes ul, #recent-changes ol, #persistent-navigation ul, #persistent-navigation ol{
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom: 1.5em; 
}

#recent-changes h1, #persistent-navigation h1 {
	font-size: 130%;
	line-height: 1.53846em;
	margin-bottom: 0em;
	border: 0px;
}

#footer {
    width: 100%;
    color: #4C2F31;
    border-top: 1px solid;
    text-align: right;
}

#footer address {margin-bottom: 0;}

.highlight {
	background: #FFFFA4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

acronym {
    border-bottom: 1px dotted;
    cursor: help;
}


/* Link styles - NB order is important 
==============*/
a:link {  color: #6FBFFE; }
a:visited {color: #1892DB; }
a:visited:hover { color: #FCFAED; background: #1892DB; }
a:hover { color: #6FBFFE; }

a:link:hover { 
	color: #FCFAED;
	background: #1892DB;
} /* Consider trying to avoid hover effects on name anchors */
a:active { color: red; }
a:link:active { color: black;} /* As above */

#header a{ text-decoration: none;}
h1 a {text-decoration: none; }

  body {
  text-align: center;
}

#page {
  text-align: left;
  width: 962px;
  margin-top: 0.95em;
  margin-left: auto;
  margin-right: auto;
}


/* Column class to set gutter */
.col {
  border-right: 10px;
  float: left;
}

/* Classes to set width of columns */

.col-1 { width: 71px; }
.col-2 { width: 152px; }
.col-3 { width: 233px; }
.col-4 { width: 314px; }
.col-5 { width: 395px; }
.col-6 { width: 476px; }
.col-7 { width: 557px; }
.col-8 { width: 638px; }
.col-9 { width: 719px; }
.col-10 { width: 800px; }
.col-11 { width: 881px; }
.col-12 { width: 962px; }

/* Class to set right margin on last column to 0, preventing floating problems */
/* NB trying to increase specificity, to give this priority over regular column rule*/
html .last-col { border-right: 0px; }

.clear {clear: both;}

  #header {
    position: relative;
    height: 100px;
    border-top: 3px solid;
    border-bottom: 1px solid;
}

/* Navigation
==============================================================================*/

ul#main-nav {
	margin-left: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 0px;
	background: #2B0000;
	width: 100%;
}

#main-nav li {
	list-style-type: none;
	display: inline;
	/*margin-bottom: 0;*/
}

#main-nav li a {
	display: block;
	float: left;
	font-size: 100%;
	width: 81px;
	height: 44px;
	line-height: 44px;
	color: #6FBFFE;
	background-color: #2B0000;
	text-decoration: none;
	border-left: 1px solid #1892db;
	padding-left: 10px;
	margin: 0;
}

#main-nav li a:hover, #main-nav li a.active{
	background-color: #4C2F31;
}


/* Facebook specific layout */

div.fb_badge { border: 1 px solid red; margin-left: 10px; }



