@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font: 100%/1.5;
	line-height: 2em;
	background: #FFFFFF;
	height: 100%;
}

a{
	text-decoration: none;
	color:#900;
}

p {
	text-align:left;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
	padding-left: 8%;
}

.indent {
	text-align:left;
	padding-left: 12%;
	padding-right: 8%;
}

.small {
	color: #333;
	font-size : 60%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:left;
}

.small2 {
	color: #333;;
	font-size : 60%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:center;
}

h1 {
	color: #fff;
	font-size : 110%; /* 96 / 16 */
	line-height : 1.5;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-stretch:expanded;
	text-align:center;
	padding-bottom:5px;	
}

h2 {
	color: #900;
	font-size : 100%; /* 96 / 16 */
	line-height : 1.75;
	letter-spacing: 4px;
	text-transform: uppercase; 
	text-align:center;
	padding-bottom:5px;
}


h4	{
	color: #fff;
	font-size : 110%; /* 96 / 16 */
	line-height : 1.5;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-stretch:expanded;
	text-align:center;
	padding-bottom:5px;	
}

h5 {
	color:#900;
	font-size : 80%; /* 96 / 16 */
	line-height : 1.1;
	text-transform: uppercase; 
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align:center;
}

.img1 {
	border : 0px none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align:center;
}

ul {
	text-align:left;
	padding-left: 10%;
	padding-right: 10%;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #A20000;
    overflow: hidden;
	padding-left: 2%;
}

.banner {
    background-color: #000;
    overflow: hidden;
	padding-left: 2%;
}

/* Style the links inside the navigation bar */
.topnav a {
	color: #fff;
	font-size : 100%; /* 96 / 16 */
	line-height : 1.5;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-stretch:expanded;
	text-align:center;
	padding-bottom:5px;
}

/* Change the color of links on hover */
.topnav a:hover {
	text-decoration:underline;
}

/* Add a color to the active/current link */
.topnav a.active {

}
