@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-style:italic;
	margin: 0; 
	padding: 10px 0; 
	color:#C01C3B;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.header{
	width: 950px;
	min-height:746px;
	margin: 0 auto;
	margin-bottom:-450px;
	background-image:url(../images/background/topBG.jpg);
	background-repeat:no-repeat;
}
.headerMenu{
	color:#fff;
	padding-top:45px;	
	padding-left:358px;
}
.headerMenu a{
	color:#fff;
	font-weight:bold;
}
.container {
	width: 725px;
	margin: 0 auto;
	padding-left:225px;
	min-height:900px;
}
.footer{
	width: 950px;
	min-height:746px;
	margin: 0 auto;
	margin-top:-425px;
	background-image:url(../images/background/bottomBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.footerMenu{
	padding: 485px 0px 0px 350px;
}
.follow{
	padding: 45px 100px 0px 0px;
	float:right;
}
.copy{
	color: #194096;
	padding: 240px 0px 0px 20px;
}
.copy a, .login a{
	color: #194096;
	text-decoration: none;
}
.copy a:hover, .login a:hover{
	color: #194096;
	text-decoration: none;
	font-weight:bold;
}
.login{
	padding:80px 0px 0px 0px;
	margin-right:-80px;
	float:right;	
}

.content {
	padding: 10px 0;
}

.fltright {
	float: right;
	margin-left: 8px;
}
.fltleft { 
	float: left;
	margin-right: 8px;
}
.SmallTextBoldRed{
	font-weight:bold;
	color:#BF1D3B;
}
.list ul li{
	margin-left: 40px;
} 
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	margin-bottom:10px;
}
