@charset "UTF-8";
/* CSS Document */

html{
	height: 375px;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif; 
	font-size:14px;
}


#footer {
	margin-bottom: 0;
	background-image:url(../images/bg_footer.png); background-color:#32184b; background-repeat:repeat-x; background-position:top; width:100%; height:375px;

}


.headerlinkstyle {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding-left: 0px;

}

.linkstyle {
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	line-height: 1.3em;
}

ul.sitemap {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.sitemap {
	padding-top: 10px;
}

#copyright a {
	font-size: 11px;
	color: #999999;
}

#copyright p {
	font-size: 11px;
	color: #999999;
		margin-left: 0;
}