@charset "UTF-8";
#bodyMain  #indexContent {
	margin: 0 20px 0 200px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
#bodyMain #indexContent ul {
	margin: 10px 0px 0px 40px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0px;
}
#bodyMain #indexContent ul li {
	margin: 5px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#bodyMain #container #indexContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 10px;
	padding: 0px;
}

