body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:url('../images/main_bg.gif') top left repeat-y;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 10px 25px;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

td.small {
	font-family:arial;
	font-size:12px;
	color:#333333;
	line-height:22px
}
td.Black {
	font-family:arial;
	font-size:13px;
	color:#333333;
	letter-spacing:1px
}
.center {
	text-align:center;
}
/* border:1px solid red; */
	
#header {
	margin:0% auto;
	width:885px;
	position:relative;
	
}
#header .leftimg {
	float:left;
	padding:2px;
	margin-right:25px;
}
#header .logo {
	float:left;
	padding:2px;
}
#header .rightimg {
	float:left;
	padding:2px;
	margin-left:25px;
}
#menu {
	margin-left:17px;
	background:url(../images/nav_bg2.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding-left:20px;
	text-align:center;
}
#menu a.menuitem:link {
	color:#C45127;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

#menu a.menuitem:visited {
	color:#C45127;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#menu a.menuitem:hover {
	background:url(../images/nav_bg2_select.png) repeat-x top left;
	line-height:25px;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#menu a.menuitem:active {
	color:#000;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#menu a.menuactive:link, #menu a.menuactive:hover, #menu a.menuactive:visited, #menu a.menuactive:active {
	background:url(../images/nav_bg2_select.png) repeat-x top left;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
}

h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:2px;
}

h5 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
}

.imgspace {
	margin:4px;
}
.redcolor {
	color:#990000
}
#container {
	width:885px;margin:0% auto;text-align:left;position:relative;
	padding:10px;
}
#container .leftcolumn {
	float:left;
	width:20%;
	vertical-align:top;
	min-height:200px;
}
#container .content {
	color:#333333;
	padding:10px 5px;
}

.content h1{font:bold 20px Verdana,Arial,Helvetica,sans-serif;color:#000;text-decoration:none;}

.content p {
	text-align:justify;
	font:12px/1.5em Verdana,Arial,Helvetica,sans-serif;
	line-height:22px;
}

#container img{margin:10px;}

#container a:link {
	color: #F60;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#container a:visited {
	color: #C60;
	text-decoration: underline;
}
#container a:hover, #container a:active, #container a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

#footer {
	margin:0% auto;
	width:885px;
	margin-bottom:20px;
}

#footer {font: 80%/0.8 Verdana, Arial, Helvetica, sans-serif;}

#footer .blessing{
	width:350px;
	font: bold 12px/22px  Verdana,Arial,Helvetica,sans-serif;
	border-bottom:1px solid #FF952B;
	color:#666;
	text-align:center;
	padding:5px 0 2px 0;
	letter-spacing:1px;
	margin:5px auto;
}

/* start rotator in-page placement */
    div.rotator {
	position:relative;
	height:170px;
	/*margin-left: 15px;*/
	display: none;
	float: left;
	width: 200px;
}
/* rotator css */
	div.rotator ul {
	margin: 0;
}

div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	/*padding: 4px;*/
	background: #FFF;
	margin: 0 !important;
}
    div.rotator ul li.show {
	z-index:500
}
/* end rotator in-page placement */
<!-- if ie -->

 .contenttable {
margin-top:18px;
}
#container .contenttable img{
margin:0;
}

#container .contenttable td.imgdes{
	padding:5px 0;
	text-align:center;
}
.clearer {
	clear:both;
}
<!-- end if -->
