/* 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,
		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
		}
		
		:focus {outline: 0}
		
		ol, ul {list-style: none}
		
		/* Tables need 'cellspacing="0"' on 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 */
	body {
    line-height: 1;
    font-size: 87.5%;
    color: #3e3e3e;
    background: white;
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		color: #333
	}

/* Headers */
	h2 {font-size: 171.42%; font-family:  helvetica, tahoma, sans-seri; margin-bottom: .8em}
	h3 {font-size: 142.85%; color: #2977ee; margin-bottom: .8em}
	h4 {font-size: 128.57%; color: #2977ee; margin-bottom: .8em}
	h5 {font-size: 114.28%; color: #2977ee; margin-bottom: .8em}
	h6 {font-size: 100%; color: #2977ee; margin-bottom: .8em}
	
	h2.section-head {color: #2977ee; text-decoration: underline}
	
/* Links */
	a {outline: 0}
	a img {border: 0px; text-decoration: none}
	a:link, a:visited {text-decoration: underline; color: #2977ee}
	a:hover, a:active {color: #3e3e3e}
	
/* Paragraphs */
	p {
		font-family:Arial, Helvetica, sans-serif;
    margin-bottom: 1.3em;
    line-height: 1.4;
    text-align: left
	}
	
	strong, b {font-weight: bold}
	em, i {font-style: italic}
	
	.styled-image {border: 1px solid #aeccf9; background: #e3eefd; padding: 5px; margin: 0 auto 1.5em auto; display: block}
	
	blockquote {
    margin: 1.5em 3em;
    display: block;
    border: 1px solid #aeccf9;
    background: #e3eefd;
    padding: 1.5em 1.5em .5em 1.5em;
    font-size: 92.85%
  }


/***** Layout *****/
/* Navigation */
#navigation {
  background: #262626;
  color: #ededed;
  font-weight: bold;
  font-size: 92.85%;
  margin: 0;
  padding: 0;
  height: 51px;
  line-height: 51px;
  list-style: none;
  text-align: center
}

#navigation li {display: inline; margin: 0 1.5em}
#navigation a:link, #navigation a:visited {text-decoration: none; color: #ededed}
#navigation a:hover, #navigation a:active, #navigation .active a:link, #navigation .active a:visited {text-decoration: underline}



/* Body */
#body {
  width: 815px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding: 20px 0
}

 
  /* Search Box */
  #search-box {
    margin: 0 0 1.2em 0;
    overflow: hidden;
    height: 1%
  }
  
  #search-box .text {
    border: 1px solid #ddd;
    color: #b2b2b2;
    padding: 5px;
    font-size: 100%;
    font-family: 'trebuchet ms', helvetica, tahoma, sans-serif;
    width: 140px;
    display: block;
    float: left
  }
  
  #search-box .button {
    border: 0;
    padding: 0;
    margin: 0 0 0 5px;
    height: 30px;
    width: 33px;
    float: left;
    font-family: 'trebuchet ms', helvetica, tahoma, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #4389f3;
    cursor: pointer
  }
  
  #search-box .button:hover {background: #262626}

#error-404 {width: 630px; margin: 8em auto 0 auto}
#error-404 img {float: left; margin: 0 55px 0 0}

#error-message {float: left; width: 298px; margin: 1.5em 0 0 0}
#error-message h1 {font-size: 171.42%; color: #000; margin-bottom: .5em}

