body {
	margin: 10px 0px 0px 0px; /* top, right, bottom, left */
	text-align: left;
	background: #566169;
	color: #ffffff;
}

p {
	color: #566169;
	font: 9px Tohoma, Verdana, Arial, sans-serif;
	text-align: left;	 
	margin: 0px 10px 10px 0px; /* top, right, bottom, left */
}

ul {
	color: #566169;
	font: 9px Tohoma, Verdana, Arial, sans-serif; 
	text-align: left;
	list-style: disc;
	margin: 0px 0px 0px 20px; /* top, right, bottom, left */
}

 li {
	color: #566169;
	font: 9px Tohoma, Verdana, Arial, sans-serif;
	text-align: left; 
	text-indent: 0px;
	margin: 0px 0px 0px 10px; /* top, right, bottom, left */
}

hr {
	color: #566169;
}

div#indexGrey {
	color: #566169;
	font: 26px Tohoma, Verdana, Arial, sans-serif;
	text-align: left;	 
	margin: 0px 0px 10px 0px; /* top, right, bottom, left */
}

div#indexGreen {
	color: #6eab23;
	font: 22px Tohoma, Verdana, Arial, sans-serif;
	text-align: left;	 
	margin: 10px 0px 0px 0px; /* top, right, bottom, left */
}

.homePage {
	color: #566169;
	font: 9px Tohoma, Verdana, Arial, sans-serif;
	text-align: left;	 
	margin: 0px 10px 5px 0px; /* top, right, bottom, left */
}

.bold{
	color: #566169;
	font: 9.5px Tohoma, Verdana, Arial, sans-serif; 
	margin: 0px 10px 10px 0px; /* top, right, bottom, left */
	font-weight: bold;
}

.bottom{
	color: #ffffff;
	font: 9px Tohoma, Verdana, Arial, sans-serif; 
	margin: 10px 0px 10px 20px; /* top, right, bottom, left */
}

div#title {
	display: block; 
	background: url(../images/titleImage.gif) no-repeat top left;
	height: 50px;
	border: 0px 0px 0px 0px; /* top, right, bottom, left */
	margin: 0px 0px 3px 00px; /* top, right, bottom, left */
 
	font: 16px Tohoma, Verdana, Arial, sans-serif; 
	text-align: left;
	white-space: nowrap;
	text-decoration: none; 
	color: #ffffff; 
	padding: 12px 0px 0px 20px; /* top, right, bottom, left */
}

div#title2 {
	display: block; 
	background: url(../images/titleImage.gif) no-repeat top left;
	height: 50px;
	border: 0px 0px 0px 0px; /* top, right, bottom, left */
	margin: 0px 0px 3px 00px; /* top, right, bottom, left */
 
	font: 16px Tohoma, Verdana, Arial, sans-serif; 
	text-align: left;
	white-space: nowrap;
	text-decoration: none; 
	color: #ffffff; 
	padding: 3px 0px 0px 20px; /* top, right, bottom, left */
}

/***********************************************/
/*          Navigation Links Styling           */
/***********************************************/

.links {
	background: #ffffff; 
}

.links a {
	display: block; 
	background: url(../images/menu_off.gif) no-repeat;
	width: 207px;
	height: 48px;
	border: 0px 0px 0px 0px; /* top, right, bottom, left */
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
 
	font: 16px Tohoma, Verdana, Arial, sans-serif; 
	line-height:42px;
	text-align: left;
	text-decoration: none; 
	color: #ffffff; 
	padding: 0px 0px 12px 20px; /* top, right, bottom, left */
}

.links a:hover {
	display: block; 
	background: url(../images/menu_on.gif) no-repeat;
	width: 207px;
	height: 48px;
	border: 0px 0px 0px 0px; /* top, right, bottom, left */
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
 
	font: 16px Tohoma, Verdana, Arial, sans-serif; 
	line-height:42px;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
	color: #ffffff; 
	padding: 0px 0px 12px 20px; /* top, right, bottom, left */
}


.link2 {
	background: #ffffff; 
}

.link2 a {
	display: block; 
	background: url(../images/menu_off.gif) no-repeat top left;
	width: 207px;
	height: 48px;
	border: 0px 0px 0px 0px; /* top, right, bottom, left */
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
 
	font: 16px Tohoma, Verdana, Arial, sans-serif; 
	line-height:17px;
	text-align: left;
	text-decoration: none; 
	color: #ffffff; 
	padding: 1px 0px 12px 20px; /* top, right, bottom, left */
}

.link2 a:hover {
	display: block; 
	background: url(../images/menu_on.gif) no-repeat top left;
	width: 207px;
	height: 48px;
	border: 0px 0px 0px 0px; /* top, right, bottom, left */
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
 
	font: 16px Tohoma, Verdana, Arial, sans-serif;
	line-height:17px; 
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
	color: #ffffff; 
	padding: 1px 0px 12px 20px; /* top, right, bottom, left */
}

/***********************************************/
/*              Footer Styling                 */
/***********************************************/

.footer {
	color: #ffffff;
	font: 10px Tohoma, Verdana, Arial, sans-serif;
	padding-top: 5px;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
	font: 10px Tohoma, Verdana, Arial, sans-serif; 
	padding-top: 5px;
}

.footer a:hover {
	text-decoration: underline;
	font: 10px Tohoma, Verdana, Arial, sans-serif;
	padding-top: 5px;
}