body {
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	font-size: 100%;
	color: black;
	line-height: 1.25em;
	text-align: center;
	padding: 2.5%;
} 


/* PARAGRAPH INDENT SETTINGS*/
p.first {text-indent: 0%; margin-top: 1em; margin-bottom: 1em;}

p.second {text-indent: 5%; margin-top: .5em; margin-bottom: .5em;}

p {text-indent: 0%; margin-top: 1em; margin-bottom: 1em;}


#cleart {
	position: relative;
	top: -3em;
	width: 100%;
	right: 1em;
	float: right;
	margin: 0 auto;
	pading: 0 0;
	font-family: Verdana, Bookman Old Style, Tahoma, Times New Roman;
	font-size: .7em;
	text-decoration: none;
	text-align: right;
	color: #abb2b9;
	background-color: none;
}

#cleart a {
	text-decoration: none;
	color: #abb2b9;
	background-color: none;
}

#cleart a:hover {
	color: #000000;
	background-color: none;
}


#header {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	color: #000000;
	line-height: 1.125em;
	text-align: center;
}


#subheader {
	font-size: 1.25em;
	font-weight: none;
	font-family: Bookman Old Style, Verdana, Tahoma, Times New Roman, sans-serif;
	color: #000000;
	line-height: 1.375em;
	text-align: center;
}


#contentcontainer {
	width: 100%;
	text-align: center;
	background-color: none;
}

#definition {
	width: 50%;
	margin: 0em auto;
	padding: 0em auto;
	font-size: 1em;
	font-weight: none;
	font-family: Bookman Old Style, Verdana, Tahoma, Times New Roman, sans-serif;
	color: #273746;
	line-height: 1.5em;
	text-align: center;
	background-color: none;
}


#content {	
	width: 50%;
	margin: 0em auto;
	padding: 0em auto;
	line-height: 1.25em;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	font-size: 1em;
	font-weight: none;
	color: #273746;
	text-align: justify; 
	text-justify: inter-word;
	background-color: none;
}


ul.no-bullets {
 	list-style-type: none;
 	padding: 0;
	margin: 0;
}

/* set width of menu */
#tcmenu {
width: 100%;
float: none;
positon: relative;
text-align: center;
background: none;
overflow: hidden;

} 

/* remove bullets and list indents */
#tcmenu ul { 
list-style: none;
width: 10em;
margin: 0em auto;
padding: 0em 8em 0em 0em;

}


/* style, color and size links and headings to suit */
#tcmenu a, #tcmenu h2 {
font: .7em/.7em Verdana, Bookman Old Style, Tahoma, Times New Roman;
display: block;
border-width: 0em;
border-style: solid;
/*border-color: white white white white;*/
margin: 0em;
padding: .75em .5em;
}

#tcmenu h2 {
color: #fff;
background: #000;
/*text-transform: uppercase;*/
}

#tcmenu a {
color: #BDBDBD;
background: none;
text-decoration: none;
width: 25em;
}

#tcmenu a:hover {
color: blue;
background: #fff;
}


#top a {
	bottom: 1em;
	font-family: Verdana, Bookman Old Style, Tahoma, Times New Roman;
	font-size: .7em;
	text-align: left;
	text-decoration: none;
	float: left;
	position: relative;
	color: #D8D8D8;
	background-color: none;
}

#top a:active, #top a:hover {
	color: blue;
}


#clearb a {
	bottom: 1em;
	font-family: Verdana, Bookman Old Style, Tahoma, Times New Roman;
	font-size: .7em;
	text-align: right;
	text-decoration: none;
	float: right;
	position: relative;
	color: #D8D8D8;
        background-color: none;
}

#clearb a:active, #clearb a:hover {
	color: blue;
}

a {
text-decoration: none;
}