body
{
	margin: 0;
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

p
{
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
}

h1
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}

h2
{
	font-size: 1.1em;
}

/*	link selectors		*/

a:link, a:visited
{
	color: blue;
	text-decoration: underline;
}

a:hover, a:active
{
	color: red;
}

/*	id selectors		*/
#navbar
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 150px;
	background-color: white;
	color: #000080;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navbar img
{
	border: none;
}

#main
{
	width: 705px;
	margin-left: 180px;
	margin-right: 180px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#mcommLogo
{
	width: 705px;
	margin-left: 180px;
	margin-right: 180px;
	text-align: center;
	padding-top: 20px;
}

#indexMain
{
	width: 705px;
	text-align: center;
	margin-left: 180px;
	margin-right: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bluetype
{
	color: #000080;
}

.redtype
{
	color: #ff0000;
}

.boldbluetype
{
	color: #000080;
	font-weight: bold;
}

#tocmain
{
	width: 705px;
	text-align: center;
	margin-top: 200px;
	margin-left: 30px;
	margin-right: 180px;
}

#tocmain img
{
	border: none;
}
