@charset "utf-8";
/* CSS Document */


/*Body*/

body{
	background: url(graphics/background-red.gif) fixed;

}

/*Wrap*/

#wrap{
	margin: 0 auto;
	padding: 0;
	width: 1012px;
	height: auto;
	clear: both;
	box-shadow: 0px 0px 10px #000;
	
}




/*Header*/


#header{
	width: 1012px;
	height: 260px;
	padding: 0px;
	
}

#header p{
	display: none;
}

#header img{
	border: none;
}


/*Main*/


#main{
	width: 1012 px;
	height: auto;
	clear:both;
	background: url(graphics/body.gif); 
}


#main h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #BB182E;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	font-weight:bolder;
	margin-bottom: 5px;
}

#main h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	color:#000;
	font-weight: bolder;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	
}

#main h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #BB182E;
	text-align: left;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
}

#main h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0px;
}

#main h4 a{
	
	color: #BB182E;
	
}

#main p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}

#main img{

}

#main table{
	font-size: 14px;
}

#main table h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #BB182E;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bolder;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
}

#main table h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
	
}


#main table p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
	font-style: normal;
}

#main table ul{
	list-style: outside;
	margin: 0;
}
#main table ul li{
	
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0;
}

#main table img{
	border-color: #BB182E;
	border-width: 3px;
	border-style: solid;
	box-shadow: 2px 2px 5px #000;
}

#main table h1 a{
	text-decoration: none;
	color: #BB182E;
	text-align: right;
}

#main table h2 a{
	text-decoration: none;
	color: #BB182E;
}

#main table p a{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #BB182E;

}

#main table ul li a{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #BB182E;

}
/**
#main table a{
	color: #960b0b;

	font-family: "MS Serif", "New York", serif;
	text-decoration: underline;
	font-size: 20px;
font-weight: normal;
margin: 0px;
	text-align: center;
}**/


/**
#main table li{
		font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 5px;
	font-weight:normal;
	list-style: disc;
}**/


/*Footer*/

#footer{
	height: 236 px;
	width: 1012 px;
	clear: both;
	
}
#footer p{
	display: none;
}
#footer img{
	border: none;
}



/*EXTRAS*/
.center-table-img{
	margin-right: 25px;
	margin-left: 25px;
}

.border-none{
	border: none;
}

.center{
	
	
}

.img-no-border{
	border: none;
}

.float-left{
	float: left;
	margin: 15px;
	
}

.float-right{
	float: right;
	margin: 15px;

}

.table{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.border-img{
	
	border-color: #BB182E;
	border-width: 3px;
	border-style: solid;
	box-shadow: 2px 2px 5px #000;
}
.italic {
	font-style: italic;
}
.nonit {
	font-style: normal;
}
.red {
	color: #BB182E;
}
.red {
	color: #BB182E;
}
