/* CSS Document */

/* CSS Document */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* main styles */
body {
  text-align: center;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  line-height:1.5em;
  background:url(images/bgrnd.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

* html body {
  font-size: x-small; 
  f\ont-size:small;
 } 
  
#wrap {
  margin: 0 auto;
  width: 962px;
  background-color:#fff;
  
} 

#inwrap {
  background-color:#fff;
  border-right:2px solid #66B2B4;
  border-left:2px solid #66B2B4;
  height:1000px;
}

#subhdr li {
  display:inline;
  text-transform:uppercase;
  color:#E23073;
  font-size:120%;
  letter-spacing:.2em;
}

#subhdr ul {
  margin-left:125px;
  padding-top:10px;
}

#subhdr {
text-align:left;
}

a {
color:#E23073;
text-decoration:none;
}

a:visited {
color:#E23073;
text-decoration:none;
}

a:hover {
color:#3E8789;
text-decoration:none
}
  
#ftr p {
color:#000;
}

body {

}

#cont1 {
float:left;
text-align:left;
width:500px;
padding:35px 10px 0 20px;
}

#cont1 .space{
padding-top:15px;
}

#cont1 ul {
list-style:disc;
list-style-position:inside;
}

h2 {
color:#3E8789;
padding:15px 0 5px 0;
font-size:130%;
letter-spacing:.05em;
font-weight:normal;
}

#cont2 {
float:right;
padding-right:15px;
padding-top:15px;
}

/* home styles */

#desc {
color:#3E8789;
font-size:130%;
letter-spacing:.05em;
line-height:1.5em;
padding-top:15px;
}

blockquote {
color:#3E8789;
padding:10px 0;

}


/* resources styles */
#resources #cont1 ul {
list-style:none;
font-size:110%;
line-height:1.7em;
}

/*footer styles */

#ftr {
clear:both;
color:#E23073;
padding-top:15px;
}

#discl {
font-size:90%;
line-height:1.1em;
margin:0 auto;
width:70%;
}

#ftr li {
display:inline;
}

/* about styles */

#signed {
color:#3E8789;
text-align:right;
padding:20px 10px 0 0;
}