
/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  background-color: #ebebeb;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/body_bg.png) repeat-y top center;
  font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
  line-height: 170%;
}


/* Headers */
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }


/* Needed to horizontally pad in a coloured container */


/* Links */

a { font-weight: bold; border-bottom: 1px dotted transparent; }

a:link { color: #336699; text-decoration: none; border-bottom-color: #336699; }

a:visited { color: #5588aa; text-decoration: none; border-bottom-color: #5588aa; }

a:hover, a:active { color: #ad5b1e; border-bottom: 1px solid #ad5b1e; }


/* Images */


/* Lists */
ul
{
	list-style-type: square;
}

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

