/* HEADER STYLES */

.header {
	color: #DDDDDD;
	text-align:center;
	font-size: x-large;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height:122px;
	
	margin-top:10px;
	margin-bottom:10px;
	background:url(images/bg_header.jpg);
	
}

/* END HEADER STYLES */


/* GENERAL BODY STYLES */

body {
	color: #DDDDDD;
  	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	background-color: #000000;
	
}
 a {
  color: #990000;
  text-decoration: none }
  
a:hover {
color: #FFFFFF;

}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-large; 
  text-align: center }

h2 {
  text-align: center }
.content  {
padding-bottom:5px;
padding-left:15px;
padding-right:15px;
padding-top:5px;
background-color:#000000;
}

/* END GENERAL BODY STYLES */


/* NAVBAR STYLES */
.navbar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: smaller; 
  font-weight: bold;
  text-decoration: none;
  color: #DDDDDD;
  height:300px;
  width:180px;
  background: #C40606 url("images/bg_header.jpg"); 
  background-repeat: repeat-x;
  background-position:bottom;
  padding-top:15px;
  }

.navbar a {
  color: #FF9000;
  text-decoration: none }
  
.navbar a:hover {
color: #000000;
text-decoration: none
}

/* END NAVBAR STYLES */


/* FOOTER STYLES */

.footer {
	color: #DDDDDD;
	font-size: 11px;
	line-height: 15px;
	background-color: 2c2b2b;
	text-align:right;
	padding-top:20px;
	background-color:#000000;
}
/* .footer a {
color: #DDDDDD;
text-decoration: none
}
.footer a:hover {
color: #990000;
text-decoration: none;

}
*/
/* END FOOTER STYLES */

/* LEFTOVER STYLES */
.rightbox {
  background-color: #FDCEE0;
  float: right;
  width: 12em;
  margin-top: 10px; 
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px; 
  border-style: solid;
  border-top-width: medium;
  border-right-width: medium; 
  border-bottom-width: medium; 
  border-left-width: medium;
  font-size: smaller }

.event_title { 
  font-size: larger;
  font-style: italic;
  font-weight: bold;
  text-align: center }
/* END LEFTOVER STYLES */


