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

	
/* general links */
	H2{ font-size: 120%; 
	}
	
	
/* general links */
	A:link {color: black; text-decoration:underline;}
	A:visited {color: black; text-decoration: underline;}
	A:hover {text-decoration: underline;}

/* 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
{
	margin-left: 30px;
 	background-color: white;
 	padding: 0px;
	border: 0px none;
}

/* sub-indent for Equus work*/
.indent2
{
	margin-left: 30px;
 }
 
/* link back to top of page */
.top_link
{
	display: none;
 }
 
 
/* name at top of page*/
.name {
	font-size: 200%;
	font-weight: bold;
}

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

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


	




