/*Main style set up */
BODY {
	margin:10px 10px 0px 10px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #333;
	background-color: white;
	font-size: smaller;
	list-style: circle;
	}


/* general links */
	A:link {color: #7F33CC; text-decoration:none;  font-weight: bold; }
	A:visited {color: #7F33CC; text-decoration: none;}
	A:hover {text-decoration: underline;}

/* section titles */
H2
{
color: GREEN;
}

/* top of page navigation element divider */
.topnavdivider {
color:black;
}

/* summary labels at top of page */
.leftcol
{
float: left;
width: 160px;
padding: 1em;
}

/* RHS navigation links */	
.rightcol
{
display:none;
}

/* summary details*/
.midcol
{
margin-left: 200px;
margin-right: 20px;
padding: 1em;
}


/* indent for top of page summary sections*/
.indent_summary1
{
	padding-right:0px;
	
}


/* indent for top of page summary sections*/
.indent_summary2
{
	

	float: left;
	width: 67%;
	padding-left: 25px;
}
	
/* main indent for sections*/
.indent
{
	border: 1px solid;
	margin-left: 30px;
 	background-color: WHITE;
 	padding: 5px;
}

/* sub-indent for Equus work*/
.indent2
{
	margin-left: 30px;
 }
 

 /* link back to top of page */
.top_link
{
		text-align: right;
 }
 
 
/* name at top of page*/
.name {
	font-size: 250%;
	font-weight: bold;
	color: GREEN;
}

/* letters after name*/
.letters {
	font-size: 80%;
}

/* contact details*/
.contact_details {
	font-size: 80%;
}


	




