a img {
	border: none; 
}

a:link {text-decoration: none;
	    size: 15px;
	    color: #696969}
a:visited {text-decoration: none;
	       size: 15px;
	       color: #696969}
a:active {text-decoration: none;
	      size: 15px;
	      color: #696969}
a:hover {text-decoration: underline; 
	     size: 15px;
	     color: #FF70DF}

body {
	font-family: arial;
	background: #EBEBEB;
	margin: auto;
	text-align: center;
}
#whole_page {
	width: 50em;
	margin: auto;
	text-align: left;
	color: #696969;
	size: 10pt;
	border-width: 0 1px 1px 1px;
	border-color: #696969;
	border-style: ;
}


#header {
	color: white;
	background: #F8FDFD; 
	font-size: 0pt;
	margin-bottom: 0;
}

#header2 {
	color: #696969;
	font-weight: bold;
	background: #EBEBEB; 
	font-size: 14pt;
	padding: 0.45em;
	margin-bottom: 0.1em;
	width: 30em;
	height: 2em;
}

#header3 {
	color: #696969;
	font-weight: bold;
	background: #EBEBEB; 
	font-size: 8pt;
	font-style: italic;
	padding: .25em;
	padding-left: 1.7em;
	margin-bottom: 0.5em;
	margin-left: -.75em;
	width: 50em;
}

#header4 {
	color: #696969;
	background: #FFFFFF; 
	font-size: 8pt;
	padding: 0.5em;
	margin-bottom: 0;
	width: 20em;
}

#header5 {
	color: #696969;
	font-weight: bold;
	background: #EBEBEB; 
	font-size: 12pt;
	padding: 0.45em;
	margin-bottom: 0.1em;
	width: 25em;
	height: 1.5em;
}

#header6 {
	background-image: url("/images/shadoads_header.png");
	height: 200px;
	background-repeat: no-repeat;
	color: #FF70DF;
	font-weight: bold;
	font-style: italic;
	padding: 0.45em;
	margin-bottom: 0.1em;
}

#header7 {
	background-image: url("/images/portfolio.png");
	height: 25px;
	background-repeat: no-repeat;
	color: #FF70DF;
	font-weight: bold;
	font-style: italic;
	padding: 0em;
	margin-bottom: 0em;
}

#header8 {
	background-image: url("/images/network.png");
	height: 25px;
	background-repeat: no-repeat;
	color: #FF70DF;
	font-weight: bold;
	font-style: italic;
	padding: 0em;
	margin-bottom: 0em;
}

#header9 {
	background-image: url("/images/opportunities.png");
	height: 25px;
	background-repeat: no-repeat;
	color: #FF70DF;
	font-weight: bold;
	font-style: italic;
	padding: 0em;
	margin-bottom: 0em;
}

hr {
  border: 0;
  width: 100%;
  color: #EBEBEB;
  background-color: #EBEBEB;
  height: 5px;
}

#nav {
	color: #FF70DF;
	font-size: 8pt;
	font-weight: bold;
	background: #696969;
	padding: 0.5em;
	top-padding: 1em;
	text-align: right;
}

#nav a, #nav a:visited {
	color: #FF70DF;
	text-decoration: none;
}

#nav2 {
	color: #79D4FF;
	font-size: 7pt;
	font-weight: none;
	background: #FAF8D9;
	padding: 0.5em;
	text-align: right;
}
#nav2 a, #nav2 a:visited {
	color: #79D4FF;
	text-decoration: none;
}
	
#content {
	height: 100%;
	background: white;
	padding: 1em;
}
#content h1 {
	font-size: 14pt;
	color: #FF70DF;
}
#content h2 {
	font-size: 18pt;
	color: #FF70DF;
}
#content h3 {
	font-size: 14pt;
	color: #696969
}
#content h4 {
	font-size: 12pt;
	color: #FF70DF;
}
#content h5 {
	font-size: 7pt;
	color: #696969;
}
#content h6 {
	font-size: 8pt;
	color: #FF70DF;
}
#content p1 {
	font-size: 10pt;
	font-weight: bold;
	color: #696969;
}
#content p2 {
	font-size: 10pt;
	font-weight: bold;
	color: #FF70DF;
}
#content p {
	font-size: 10pt;
	color: #696969;
}
#content p3 {
	font-size: 8pt;
	color: #696969;
}

/* Debug Style */

#debug {
 margin-top: 1em;
 margin-left: auto;
 text-align: center;
}
#debug a, #debug a.visited {
 text-decoration: none;
 color: #696969;	
}
fieldset.debug_info {
  width: 39em;
  text-align: left;
  margin: 2em;
  background: white;
}

div { 
  word-wrap: break-word 
}


/* Hack to get IE to display fieldset/legend correctly */

html fieldset { 
	position: relative;	
}
html legend {
	position:absolute;
	top: -1.95em;
	left: -.15em;
}
html fieldset {
	position: relative;
	margin-top:-13em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	margin-left: 26em
}

/* Form Styles */

fieldset {
	background: #F8FDFD;
	border-width: 2px 2px 2px 2px;
	border-color: #696969;
	border-style: solid;
	padding: 1em 1em;
}
legend {
	color: #FF70DF;
	font-size: 10pt;
	font-weight: bold;
	background: #696969;
	padding: .4em 1em;
}
label {
	float: center;
	text-align: left;
}	
.form_row {
	white-space: nowrap;
	padding-bottom: .25em;
}
.submit {
	margin-left: 12em;
}


/* Error Reporting Styles */

.fieldWithErrors {
	margin: 2px;
	padding: 2px;
	background-color: red;
	display: table;
}	

#errorExplanation {
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 8px;
	background-color: #FAF8D9;
}	

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 8pt;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 8pt;
	list-style: square;
}

/* Flash Notice Style */

#notice {
	border: 1px #FAF8D9;
	padding: 1em;
	margin: 1em;
	margin-bottom: 2em;
	background-color: #FAF8D9;
	font: bold smaller arial;
}



/* FAQ Style */

.faq {
	float: left;
	padding: 20px;
}

#bio {
	padding: 10px;
}

.sidebar_box_contents, .faq_answer {
	padding: 0 10px 10px 10px;
}

.faq_answer textarea {
	width: 280px;
	background: #ff9;
}

/* Community Styles */

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

.letter, .letter_current {
	width: 1em;
	text-align: center;
	border: 1px solid gray;
	background: #fff;
	padding: 5px 2px 1px 2px;
	float: left;
	margin: 2px;
}

.letter:hover {
	background: #FAF8D9;
}

.letter_current {
	background: #FAF8D9;
	font-weight: bold;
	border: 1px solid black;
}




table.users {
	background: #fff;
	margin-left: 2em;
}

table.users td.bottom {
	border-top: 1px solid #999;
	padding-top: 10px;
}

table.user th {
	color: white;
	background: maroon;
	font-weight: normal;
}

table.users th a {
	color: white;
	text-decoration: underline;
}

table.users tr.even {
	background: #F8FDFD;
}

table.users tr.odd {
	background: #FAF8D9;
}