/* @group Reset  */
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a{
	outline-width:0px;
}

a img { border: none; }

a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

a:hover{
	text-decoration:none;
	color:#000000;
}


/* @end */

/* @group Typography */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { 
	font-size: 75.0%; 
/*	font-family: "Arial, Helvetica, sans-serif; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	background:#e1e1e1 url(../images/bodyBG.jpg) repeat-y 50% top;
}


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Helvetica, sans-serif;
  color:#20558a;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2.5em; line-height: 1em; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.5em; margin-bottom: .25em; }
h4 { font-size: 1.285em; line-height: 1.25; margin-bottom: .25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0px 0px 20px 0px; }
p.last      { margin-bottom: 0px; }

ul, ol      { margin:0px 1.5em 1.5em 1.5em; }
ul          { list-style-type:  disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0px 0px 1.5em 0px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em; }


abbr, 
acronym     { border-bottom: 1px dotted #666666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666666; }

blockquote  { margin: 1.5em; color: #666666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0px; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5em; } 
tt          { display: block; margin: 1.5em 0px; line-height: 1.5em; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .85em; }
.large      { font-size: 1.2em; line-height: 2em; margin-bottom: 1.25em; }
.quiet      { color: #666666; }

.hide       { display: none; }
.highlight  { background:#ffff00; }
.added      { color:#006600; }
.removed    { color:#990000; }

.top        { margin-top:0px; padding-top:0px; }
.bottom     { margin-bottom:0px; padding-bottom:0px; }

/* @end */


/* Misc classes and elements
-------------------------------------------------------------- */

hr {
  background: #b3b3b3; 
  color: #b3b3b3;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 12px 0px;
  border: none; 
}

/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .siteContainer:after {
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
}

.clear { display: block; }

/* @end */