body {
	/*margin-top: 0px;*/ 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #eaf1dd;
}

h1 {
	font-size: 1.5em;
	margin-left:25px;
}

h2 {
	font-size: 1.3em;
	margin-left: 25px;
}

h3 {
	font-size: 1.1em;
	text-align: left;
}

.inTable h3{
	font-size: 1.1em;
	text-align: center;
}

ul.menu {
	width: 200px;
	list-style: none;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	margin-left: 5px;
	line-height: 14pt;
	padding: 0 0 0 25px;
}

.main {
	width: 365px;
	padding: 0 10px 0 10px;
}

.mainContent {
	margin-left: 15px;
	float:right;
	background-color: #eaf1dd;
	color: #000000;
}

p {
	font-size: 80%;
	line-height: 1.2em;
	margin: 0 5px 0 5px;
	text-align:left;
	padding-bottom: 10px;
}

ul {
	font-size: 80%;
	line-height: 1.2em;
	margin: 0 5px 0 5px;
	text-align:left;
	padding-bottom: 10px;
}

.tableListing ul {
	list-style: disc;
	color: red;
	line-height: 1.2em;
	text-align:left;
}

.photoBorder {
	background-color: #eaf1dd;
	padding: 10px 0px 0px 10px;
}

.rightSideBar { float:right; width: 200px; background-color: #d5df7c; color: #000; padding: 0 10px 0 10px; font-size: 80%; 
}

.rightSideBar p {
	font-size: 90%;
	line-height: 1.2em;
	margin: 0 5px 0 5px;
	text-align:justify;
	padding-bottom: 10px;
}

a:link {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}

a:hover {
	color: #ffaa00;
	text-decoration: none;
/*	background-color: #b2cab4;*/
}

a:visited {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

a:visited:hover {
	color: #ffaa00;
	text-decoration: none;
	/*background-color: #b2cab4;*/
}

/* Standard menu links*/
 
a.stdMenu:link {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

a.stdMenu:hover {
	text-decoration: underline;
	color: #7ef1dd;
	background-color: transparent;
}

a.stdMenu:visited {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

a.stdMenu:visited:hover {
	text-decoration: underline;
	color: #7ef1dd;
	background-color: transparent;
}

a.stdMenu:focus {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

/*.stdMenu ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	width: 175px;
	border: 2px solid #000;
	z-index: 1;
}
*/
.credits {
	font: 8pt Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
}  

/* use the left or right classes to float images so text wraps around them */
.left{				
	float:left;
	margin:5px 10px 10px 0;
}
.right{
	float:right;
	margin:5px 0 10px 10px;
}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.clear{ 
	clear:both; 
	height:1px; 
	font-size:1px; 
	line-height:1px; 
}

.margins { margin-right: 20px; margin-left: 20px; }
.leading { color: #343232; line-height: 20px; }
