@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ccce', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dbd2bb), to(#FFF)) fixed; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #66ccce,  #FFF); /* for firefox 3.6+ */
}
#container {
	width: 975px;
	margin:0 auto;
}
#header {
	background-image: url(../layers/header.png);
	background-repeat: no-repeat;
	height: 344px;
	width: 975px;
}
#headerB {
	background-image: url(../layers/middle1.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 143px;
	width: 975px;
}
#content {
	background-image: url(../layers/repeat.png);
	background-repeat:repeat-y;
	background-position:center;
	height: auto;
	width: 975px;
}
#footer {
	background-attachment: scroll;
	background-image: url(../layers/footer.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 975px;
	padding-top: 20px;
}
.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	vertical-align: middle;
	float: right;
	margin-right: 45px;
	margin-top: 10px;
	color:#666;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:600;
	color:#000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:0px;
}
.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
}
.style5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}
.link, .link a,.link a:link, .link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

.link a:active,.link a:hover {
	color:#FC6;
}
.link2, .link2 a,.link2 a:link, .link2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#960;
}

.link2 a:active,.link2 a:hover {
	color:#FFC;
}
h1
{	
	font-size: 26px;
	color: #960;
	font-style:normal;
	font-family: Helvetica, Arial, "Helvetica Neue";
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:0px;
}
h2
{	
	font-size:36px;
	color: #000;
	font-style:normal;
	font-family: Helvetica, Arial, "Helvetica Neue";
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:0px;
}
h3
{	
	font-size: 20px;
	color:#666;
	font-style:normal;
	font-family: Helvetica, Arial, "Helvetica Neue";
	margin-left: 15px;
	margin-top:10px;
	margin-bottom:0px;
}
.roundedbox {
	float:left;
	width:99%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	color: #FFFFE8;
	text-decoration: none;
	outline: 0;
	border: 1px solid #CCC;
	background: #FFC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 3px 5px #ccc;
  	-moz-box-shadow: 2px 3px 5px #ccc;
 	-webkit-box-shadow: 2px 3px 5px #ccc;

}
