@import url(http://fonts.googleapis.com/css?family=Roboto:400);
body {
	background-image:url(images/bg1.gif);
        height:auto;
        padding-top:50px;
        overflow-x:hidden;
}
body h2 a:hover { 
	color: #ffffff; 
	text-decoration:none;
}
body h2 a:visited { 
	color: #ffffff; 
	text-decoration:none;
}
body h2 a:active { 
	color: #ffffff; 
	text-decoration:none;
}
body h2 a:link { 
	color: #ffffff; 
	font-weight:bold; 
	text-decoration:none;
}
.wrapper {
	position:relative;
	width:100%;
	top:0px;
	left:0px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.header {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-color:none;
}
.info {
        margin-top:10px;
        clear:both;
        background-color:#A70F1A;
        padding-top:2px;
        padding-bottom:2px;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
        max-width: 100%;
        height: auto;
        width: auto\9;
}

h1 {
        color:#800C14;
        font-size:200%;
}
h2 {
        font-family: ‘Roboto’, Arial, serif; font-weight: 400;
	font-size:1em;
	text-align:center;
        color:#ffffff;
}
h3 {
        font-size: 1.3em;
        color:#800C14;
}
h4 {
	font-size:11px;
	display:run-in;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
h5 {
	font-size:10px;
	display:run-in;
	padding-left:10px;
	padding-right:10px;
}
h6 {
	font-size 14px;
	color:blue;
	float:right;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	margin-top:-20px;
	margin-bottom:0px;
	display:inline;
}
.container {
	background-color:#FFFFFF;
	width:100%;
	left:0px;
	top:0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.content {
        background-color:#FFFFFF;
        color:#000000;
        width:95%;
        padding:10px 30px 10px 10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	left:-5px;
}
.footer {
	position: static;
	background-color:#272727;
	color:#FFFFFF;
	font-size:0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:0px;
	clear:both;
}
.footer a:hover { 
	color: #ffffff; 
}
.footer a:visited { 
	color: #ffffff; 
}
.footer a:active { 
	color: #ffffff; 
}
.footer a:link { 
	color: #ffffff; 
	font-weight:bold; 
}
img.g {display:block; margin-left:auto; margin-right:auto;}
.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #d93434;
  padding: 4px 4px 4px 4px;
  border: solid #8c1f1f 2px;
  text-decoration: none;
  float:left;
  display:inline;
  margin-left:8px;
}

.btn:hover {
  background: #fc3c3c;
  text-decoration: none;
}
img.p {
        width:100%;
}