body {
	margin: 0px auto;
	padding: 0px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	size:11px;
	background: #330000;
	text-align: center;
	}

img {
	border: none;
}

h1{
	font-size: 15px;
	color: #8793A6;
	font-weight: normal;
	margin-top: 5px;
	
}
h2 {
	font-size: 13px;
	color: #663333;
	font-weight: normal;
	display: block;

}
h3 { 
	font-size: 11px;
	color:#FFFFFF;
	font-weight: normal;
	background-color:#003366;
	display: block;
}
h5 {
	display: block;
	background-color: #E7AE2C;
	width: 80%;
	color: #333333;
	font-size: 11px;
	padding: 3px;
}
ul {
	font-size: 10px;	
}
li {
	margin-bottom: 3px;
}
p a {
	text-decoration: underline;
}

.spanbox{
	clear: both;
}

/* ----------------------------------------- Main Edit Modules for Customization (don't forget to edit textmodule.css) */
#shell{
	margin: 10px auto;
	width: 860px;
	height: 600px;
	background-image:url(images/bg_body.jpg);
	background-repeat: no-repeat;
	text-align: left;

}
#admin_buttons {
	position: absolute;
	padding: 0px 0px 0px 0px;
	
}
/*----- home page style ----------- */
.hm_bodywrapper {
	margin: 0px auto;
	background-image:url(images/bg_home.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 600px;
	overflow: hidden;
}
.ms {
	display: inline;
	float: left;
	margin: 94px 0 0 199px;
	height: 200px;
	width: 110px;
	text-align: left;
}

.ms a:hover {
	position: absolute;
	background-image:url(images/hm_mshover_03.jpg);
	background-repeat: no-repeat;
	background-position: left 129px;
	width: 431px;
	height: 435px;
	overflow: visible;
}
.hs {
	display: inline;
	float: left;
	margin: 95px 0 0 21px;
	height: 200px;
	width: 110px;
	text-align: left;
}
.hs a:hover {
	position: absolute;
	background-image:url(images/hm_hshover.jpg);
	background-repeat: no-repeat;
	background-position: 75px 128px;
	margin-left: -207px;
	width: 531px;
	height: 435px;
	text-align: center;
}
.cm {
	display: inline;
	float: left;
	margin: 96px 0 0 25px;
	height: 200px;
	width: 110px;
	text-align: left;
}
.cm a:hover {
	position: absolute;
	background-image:url(images/hm_cmhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 127px;
	margin-left: -267px;
	width: 652px;
	height: 435px;
	text-align: center;
	
}
