body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	background-image: url(new-images/tback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#top {
	background-image: url(new-images/top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 210px;
	width: 725px;
	padding: 36px 435px 15px 10px;
}
#top h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#top h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px 0px 0px 0px;
}
.button {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 5px 2px 0px 2px;
	padding: 3px 2px 2px 2px;
	border: 1px solid #000000;
	background-image: url(new-images/bback.gif);
	background-repeat: repeat-x;
	width: 140px;
}
#tmenu {
	font-size: 14px;
	color: #999999;
	background-image: url(new-images/tmenu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 19px;
	width: 725px;
	padding: 0px 37px 3px 24px;
}
#tmenu a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0px 18px;
}
#tmenu a:hover {
	color: #0182AA;
	text-decoration: none;
}
#left {
	background-image: url(new-images/left.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 225px;
}
#lmenu {
	font-size: 12px;
	padding: 5px 0px 5px 25px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#lmenu a {
	color: #333333;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	display: block;
}
#lmenu a:hover {
	color: #0182AA;
	text-decoration: none;
	background-image: url(new-images/mbullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#mtext {
	font-size: 12px;
	color: #000000;
	background-image: url(new-images/right.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding: 20px 40px 20px 20px;
	width: 500px;
}
#mtext h1 {
	font-size: 18px;
	color: #FF9933;
	font-weight: bold;
}
#mtext h2 {
	font-size: 16px;
	color: #0182AA;
	font-weight: bold;
}
#mtext h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#mtext a {
	color: #0182AA;
	text-decoration: none;
}
#mtext a:hover {
	color: #FF9933;
	text-decoration: underline;
}

