@charset "UTF-8";
/**
 * RepStars - CSS Typography Styles
 * 
 * @copyright       Copyright 1997-2008, RepStars International
 * @link            http://www.repstars.com
 * @lastmodified    Date: 2009-05-26
 */

/**
 * Reset CSS - Provided by Eric Meyer 
 * source - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */

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;
}
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: center;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =Fonts */
body {
  font: 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, legend, caption {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .5em;
}
h1 {
  font-size: 2.8em;
}
h2 {
  font-size: 2.4em;
  font-weight: normal;
  color: #295c5b;
  text-shadow:2px 2px 3px #C9C9C9;
}
h3 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
}
h4 {
	font-size: 1.6em;
}
h6 {
	font-size:  1.2em;
}

p, ol, ul {
  clear: both;
  font-size: 1.2em;
  font-size: 1.3em;
  line-height: 1.5;
  margin: 0 0 1.5em;
  padding: 0;
}
li {
  margin: 0 0 0 2em;
}
abbr, dfn, acronym {
  cursor: help;
}

/* =Forms */
fieldset {
  border-top: 1px solid;
}
legend {
  font-size: 1.2em;
  line-height: 1;
  padding-right: .3em;
}
fieldset ul {
  margin-top: .5em;
}
fieldset li {
  clear: both;
  list-style: none;
  margin: 0 0 .5em;
}
label {
  float: left;
  display: block;
  line-height: 1;
  margin: 0 1em 0 0;
  padding: .35em 0 0;
  width: 10em;
}
input, select, textarea {
  font-size: 1em;
  width: 300px;
}
textarea {
  font: 1em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  height: 150px;
}
button {
  font-size: 1em;
  border: 0;
  letter-spacing: .05em;
  margin-left: 10em;
  padding: .2em .4em;
  text-transform: uppercase;
  position: relative;
  left: 1em;
}
#utility_v2 {
	text-align:right;	
}
#utility_v2 .username {
	font-size:1.4em;	
	/*font-weight:bold;*/
}
#utility_v2 .username-menu {
	font-size:1.4em;	
}
#utility_v2 .username-menu a {
	text-decoration:none;
	
}
#utility_v2 .smusertext {
	font-size:.8em;
}

#utility ul#utility-info {
	font-size: 1.1em;
}
#utility ul#utility-nav {
	font-size: 1.1em;
}
#utility a:hover {
	text-decoration:  none;
}
#utility ul#utility-info li {
	text-align:  right;
}
#topnav a {
	text-decoration: none;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.content-block-btm {
	font-size: 1px;
}
.content-block-body li {
	list-style: disc;
}
#leftnav li a {
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
.disclaimer {
	font-size: 1.1em;
}
#footer a:hover {
	text-decoration: none;
}

.content-block-body a, .content-block-body a:link, .content-block-body a:hover, .content-block-body a:visited, .content-block-body a:active {
	font-weight:bold;
}
.content-block-body a:hover {
	text-decoration:none;	
}