body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	color:#666666;
}
a:link, a:visited { color:#666666; text-decoration:none; }
a:hover { color:#666666; }
a:active, a:focus{ outline: none; }
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	background-color: #e5e5e5;
	border: 1px solid #666666;
	padding: 10px;
	text-align: center;
	width: 570px;
	margin-bottom: 20px;
}
h1{
	margin: 0px;padding: 0px;
	font-size: 10px;
}
.footer{
	 color:#666666;
	 padding: 10px;
}
.top-bg{
	background-image: url(../images/top.jpg);
	height: 120px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.center-bg{
	background-image: url(../images/center-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.content-img{
	background-image: url(../images/mrs.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 485px;
}
.bottom-bg{
	height: 20px;
	background-image: url(../images/bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.box-top{
	height: 19px;
	width: 440px;
	background-image:  url(../images/box-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box-center{

	width: 440px;
	background-image:  url(../images/box-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.box-bottom{
	height: 27px;
	width: 440px;
	background-image:  url(../images/box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box-text{
	margin-left: 20px;
	margin-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align: left;
}
.box-text h1{
	font: Tahoma;
	color: #FF0000;
	text-transform: uppercase;
		font-size:12px;
	font-weight: bold;
}
#navlist li { list-style-type: square; }
.foot-links a:link, .foot-links a:visited  {
			font-size:11px;
	font-weight: bold;
color: #B8B8B8;
}
.foot-links a:hover{
	color: #333333;
}
.foot-links-red a:link, .foot-links-red a:visited  {
			font-size:11px;
	font-weight: bold;
color: #B8B8B8;
line-height: 10px;
text-align: center;
display: block;
}
.foot-links-red a:hover{
	color: Red;
}
#navlist li  a:link, #navlist li  a:visited  {
			font-size:12px;
	font-weight: bold;
color: #B8B8B8;
border-bottom: 1px solid #B8B8B8;
text-align: left !important;
}
#navlist li  a:hover{
	color: red;
	border-bottom: 1px solid orange;
	
}