html{
	height:100%;
	margin-bottom:1px;
	}
body{
	background:url(../images/bg-pattern.jpg);
	text-align:center;
	margin:0;
	font-family:arial,sans-serif;
	font-size:13px;
}
td{
	font-size:13px;
}
h1,h2,h3,h4,p{
	margin:0 0 10px 0;
}
ul{
	margin-top:0;
	margin-bottom:10px;
}
.mainwrap{
	display:block;
	width:900px;
	height:250px;
	text-align:left;
	margin:0 auto;
}
.header{
	margin-top:5px;
	height:200px;
	/* background:url(../images/header-bg.jpg) no-repeat; */
}
.menu{
	padding-left:20px;
	margin-top:0;
	height:30px;
	background:url(../images/menubar.jpg) no-repeat;
}
.modsec1{
	background:url(../images/modsec1-top.jpg) no-repeat top left #D4D3A3;
	margin-top:5px;
}
.modsec1 .inner{
	background:url(../images/modsec1-bot.jpg) no-repeat bottom left;
}
.modcell1{
	background:url(../images/shadebot1.jpg) no-repeat bottom left;
}
.modcell1 .modwrap1{
	background:url(../images/shadetop1.jpg) no-repeat top left;
	padding-left: 10px;
}
.moduletable{
	margin:0;
	padding:5px;
}
.moduletable h3{
		margin:0;
		font-family:"arial narrow";
		font-size:120%;
		font-weight:bold;
		height:40px;
		line-height:30px;
		text-indent:7px;
}
.modsec1 .moduletable h3{
		color:#585729;
		background:url(../images/modhead1.jpg) no-repeat;
}
.modsec2 .moduletable h3{
		color:#fff;
		background:url(../images/modhead2.jpg) no-repeat;
}
.content .moduletable h3{
		color:#666;
		background:url(../images/modheadbody.jpg) no-repeat;
}
.content{
	background:url(../images/body-top.jpg) no-repeat top left #fff;
	margin-top:5px;
}
.content .inner{
	background:url(../images/body-bot.jpg) no-repeat bottom left;
}
.leftcolcell{
	background:url(../images/shadebotbody.jpg) no-repeat bottom left;
}
.leftcolcell .leftcolwrap{
	background:url(../images/shadetopbody.jpg) no-repeat top left;
	padding-left: 10px;
}
.modsec2{
	background:url(../images/modsec2-top.jpg) no-repeat top left #990000;
	margin-top:5px;
}
.modsec2 .inner{
	background:url(../images/modsec2-bot.jpg) no-repeat bottom left;
}
.modsec2 td{
	color:#fff;
}
.modcell2{
	background:url(../images/shadebot2.jpg) no-repeat bottom left;
}
.modcell2 .modwrap2{
	background:url(../images/shadetop2.jpg) no-repeat top left;
	padding-left: 10px;
}
.footer{
	text-align:center;
	color:#d4d3a3;
	padding:15px 0;
}
.footer a{
	color:#fff;
}
.pad{
	padding:5px;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	display:block;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding:0 25px;
	color:#fff;
	text-decoration:none;
        font-size:120%;
}
.nav li a:hover{
	background:#f00;
}
.nav li li a, .nav li li a:link, .nav li li a:active, .nav li li a:visited {
	background:#fff;
	color:#000;
        font-size:100%;
        padding:0 10px;
}
.nav li li a:hover {
	background:#575934;
	color:#fff;
}
.contentpaneopen{
	width:99%;
}
