
/************************************************
* The main body of the page 					*
************************************************/
body 
{
	margin: auto;
	width: 80%;
	align: center;	
}

.mainForm
{
	float: right;
	width: 77%;
}

/* Section headings */
#sectionHeading
{
	font-weight: bold;
}

/* How to draw each 'section' within the page */
fieldset
{
	border: 1px dashed grey;
	margin: 5px;
	text-align: justify;
}

/* The name of each box in the main section */
legend 
{
	color: red;
}

/* Images throughout the main part of the page */
div, image
{
	align: center;
}

.myName
{
	font-weight: bold;
}

.refTitle
{
	font-style: italic;
}

#imageBox
{
	width: 170px;
	float: right;
}

#floatingBox
{
	width: 200px;
	float: right;
}

a
{
	text-decoration: none;
	color: blue;
}

ol li
{
	list-style-type: decimal;
}

/************************************************
* The heading of the page 						*
************************************************/
.logo
{
	margin-top: 10px;
	text-align: right;
	font-size: 32pt;
}

.topBar
{
	float: left;
	width: 50%;
}

#topBar, #topBar .sb-inner {  background:#444 url(externalStuff/shadedborder/grad.png) repeat-x; }
#topBar { padding:10px; width:100%; height:50px; color:#fff; }

/************************************************
* The navigation bar							*
************************************************/
.leftBar
{
	float: left;
	width: 20%;
}

.currentPageName
{
	color: black;
}

/* The links to other pages within the site */
.navigationLinks
{
	color: blue;
	text-decoration: none;
}

.subsectionLinks
{
	color: blue;
	text-decoration: none;
	font-size: small;
}

li
{
	list-style-type: none;
	text-decoration: none;
}

#leftBar, #leftBar .sb-inner { background:lightgrey; }
#leftBar { padding:10px; color:#00f; }

/************************************************
* Glossary information							*
************************************************/
.glossaryTerm
{
	color: black;
	text-decoration: none;
	border-bottom:1px double green;
}

.glossaryEntry
{
	color: green;
}
	


