/* CSS for New Skin Media */

html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}
	p, form, table
	{
		font-size: 12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#151515;
		border-color:#ffffff;
	}
body {
	margin:0px;
	margin:0 0 0 0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #b2e1f5;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	color: #151515;
}
h1{ font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#151515;
}
h2{ font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#151515;
text-decoration: underline;
}

/* Links */
a:link, a:visited, a:active {
	color: #78adc3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #a04e66;
	text-decoration: none;
}

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}

#body {
	width:1010px;
	margin: 0 auto;
	vertical-align: top;
}
#header {
	width:1010px;
	background-image: url(images/header.png);
	height:121px;
	vertical-align:top;
}
#top {
	text-align:center;
	width:1010px;
	background-image: url(images/top.png);
	height:28px;
	vertical-align:top;
}
#menu ul {
	list-style-type: none;
	margin:0;
	padding: 79px 0 0 182px;
}
#menu li {
	float:left;
	padding-right: 1em;
}

#menu a:link, #menu a:visited {
	color:#fff;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
}
#menu a:hover {
color:#b2e1f5;
text-decoration: none;
}

#menu li.active a:link, #menu li.active a:visited {
color:#b2e1f5;

}
#content-wrap {
	width:1010px;
	background-image: url(images/bodybg.png);
	height:inherit;
	vertical-align:top;
}
#content {
	width:900px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
#footer {
	text-align:center;
	width:1010px;
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	height:64px;
	padding-top:40px;
	font-size:10px;
	color:#151515;
}
.image {
margin:10px;
}
/* HR */
div.hr {
  height: 15px;
  background: #ffffff url(../images/hr.gif) repeat-x center;
}
div.hr hr {
  display: none;
}