body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	text-align: left;
}

h6 {
	font-size: 16px;
}
img {
	border: none;
}
img.bordered {
	border: 1px solid #000000;
}
input, select, textarea { 
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
strong {
	font-size: 12px;
}
a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #2A3121;
}
a:hover {
	text-decoration: underline;
	color: #000000;	
}

#Content {
	width: 770px;
	border: 1px solid #000000;
}

#Header {
	background-image: url("../_edisonmu/images/Header.jpg");
	height: 272px;
	width: 770px;
}
#InnerTable {
	background-image: url("../_edisonmu/images/repeater.jpg");
	background-repeat: repeat-y;
}
#LeftCol {
	background-image: url("../_edisonmu/images/lowerLeftBg.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 491px;
}

#RightCol {
	background-image: url("../_edisonmu/images/rightColFirstBg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	width: 279px;
}
#InnerContent {
	padding: 10px 20px 20px 20px;
	margin-bottom: 50px;
	width: 450px;
	text-align: justify;
}

#Menu {
	font-family: "Times New Roman", Times, serif;
	padding-right: 35px;
	padding-top: 20px;
	text-align: right;
}

#Menu li {
	list-style-image: none;
	list-style-type: none; 
}
#Menu a {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #2A3121;
}
#Menu a:hover {
	text-decoration: underline;
	color: #000000;	
}