/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, 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, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { align: left; vertical-align: top; }

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

/* Remove annoying border on linked images. */
a img { border: none; }

/*--------------------------------------------------------------------------
 
 end reset.css

-------------------------------------------------------------- */

/* CSS Document */

body {
	background-color: #3d4129;
}
#
.style1 {color: #e3e7cb}

.style2 {color: #e3e7cb; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style2_emphasis {color: #7D97C2; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E3E7CB;
}
.style4 {
	color: #7D97C2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

.style5 {
	color: #e3e7cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	}
	
p.subhead {
	text-align:left;
	color: #e3e7cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.subhead_emphasis {color: #7D97C2; font-family: Verdana, Arial, Helvetica, sans-serif; }

p, ul{
	color: #e3e7cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	padding-bottom:.8em;
}
blockquote {
	color: #e3e7cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	line-height: 1.5em;
	padding-bottom:.8em;
}
#copyright {
	color: #e3e7cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align:right;
	}
#nav {
	width:775px;
	padding:20px 0 20px 0;
	text-align: center;
	}
#nav a {
	color: #99aa99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

#nav a:hover, a.specialLink:hover, #right_content a:hover {
	color: #7D97C2;
	}

.style5 {color: #E3E7CB}

#container {
	 width:775px;
	 margin:0 auto;
	 bgcolor:#3d4129;	
	 }

#container_sub {
	width:775px;
	margin:0px auto;
	padding:0px;
	border:0px;
	bordercolor:#111111;
	bgcolor:#3d4129;
	/*display: inline;*/
	 }


#logo_block {
	width: 230px;
	float: left;
	padding-top: 10px;
	}
	
#right_content {
	padding-right: 20px;
	float: right; 
	width:515px;
	text-align:left;
	}
	

#right_content a {
	color: #99aa99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding-left: 20px;
	}
a.specialLink {
	color: #99aa99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}