

a {
	color: #2b2b2b;
}
a:hover {
	color: #7d63ad !important;
}


body {
	background-color: #4c4c4c;
	color: #444;
	/*font: normal 62.5% Verdana,Arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	}

#container
{
background-color: #4c4c4c;
}


p {
	font-size: .7em;
	padding-bottom: .9em;
}


h1 {
	font-size: 1.0em;
	margin-bottom: 4px;
}

h2
{
font-size: .8em;
}

h3
{
font-size: .8em;
font-weight: bold;
}

h1,h2,h3 {
	color: #000;
	padding-top: 6px;
}


.purple
{
color: #522f91;
background-color: inherit;
}

ul.coachingdemos li
{
list-style-type: none;
font-size: .8em;
}
/* SIDE NAVIGATION */


.sidenav ul {
	margin: 0;
	padding: 0;
	line-height: 0.3cm;
}
.sidenav li {
	border-top: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidenav li a {
font-size: .6em;
	text-decoration: none;

}
.sidenav li a:hover {
	color: #7d63ad;
}

/* TABLE LINKS */
table.tablelinks
{
background-color: #fff;
color: inherit;
margin: 0;
padding: 0;

}


table.tablelinks a {
    font-size: .7em;
	text-decoration: none;
}
table.tablelinks a:hover {
	color: #7d63ad;
}

table.tablelinks a:visited {
	color: #2b2b2b;
}

table.tablelinks td
{
text-align: center;
width: 140px;
height: 25px;
}

table.tablelinks h2
{
margin-bottom: 0;
text-align: left;
}

/* FOOTER */
.footer {
	background: #4C4C4C;
	color: #907AB8;
	margin: 15px auto;
	text-align: center;

}

.footer p
{
padding: 0;
margin: 0;
}

.footer a {
font-size: .7em;
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #7AC142;
	text-decoration: underline;
}

.footer ul
{
list-style-type: none;
margin: 0;
padding: 0;
display: inline;
height: 100%;
	line-height: 0.3cm;
}

.footer li
{
display: inline;
height: 100%;
padding-right: 3px;
}

/* MISC. */
.clearer {
	clear: both;
}

/* CONTACT FORM */

form#contact {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 1.2em verdana,arial,sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 400px;
  background-color: #fff;
  color: #444;
}

form#contact  fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
border: 0;
}

form#contact  label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


fieldset#contact  legend {
	
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form#contact  input, form#contact  textarea, form#contact  select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
							  padding: 2px;

}

form#contact  input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form#contact  small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form#contact  .required{font-weight:bold;} /* uses class instead of div, more efficient */

form#contact  br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

address.contact
{
font-size: .8em;
font-style: normal;
text-align: center;
margin-top: 50px;
}

address
{
font-size: .8em;
font-style: normal;
}

