body {margin:0;}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #df0024;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  font-family: verdana;
}

ul.topnav li a:hover {background-color: #111;}

ul.topnav li.icon {display: none;}

/* START DROPDOWN */

ul.topnav li a:hover, .dropdown:hover .dropbtn {
    background-color: #3B0B0B;
}

ul.topnav li.dropdown {
    display: inline-block;
}

ul.topnav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ff0000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul.topnav .dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    border: 1px solid #bbb;
    text-decoration: none;
    display: block;
    text-align: left;
}

ul.topnav .dropdown-content a:hover {background-color: #800000;}

ul.topnav .dropdown:hover .dropdown-content {
    display: block;
}

/* END DROPDOWN */

@media screen and (max-width:780px) {
  ul.topnav li {display: none;}
  ul.topnav li.dropdown {display: none;}


  /* ul.topnav li:not(:first-child) {display: none;} */
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:780px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}


p, table, ul, ol {
	font-family: "verdana";
	font-size:16px;
	line-height: 170%;
}

h1 {font-family: "cambria"; font-size:30px; color: #000000; text-align: left; line-height:130%;}
h2 {font-family: "cambria"; font-size:20px; color: #2E2E2E; text-align: left}
h3 {font-family: "cambria"; font-size:23px; color: #000000; text-align: left}


a.MainItemLink:link { color: #CC0000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }
a.MainItemLink:active { color: #CC0000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }
a.MainItemLink:visited { color: #CC0000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }
a.MainItemLink:hover { color: #800000; text-decoration: none; font-size=12pt; font-family="comic sans ms" }

a:link { color: #CC0000; text-decoration: none; font-size=10pt; font-family="arial" }
a:active { color: #CC0000; text-decoration: none; font-size=10pt; font-family="arial" }
a:visited { color: #CC0000; text-decoration: none; font-size=10pt; font-family="arial" }
a:hover { color: #800000; text-decoration: none; font-size=10pt; font-family="arial" }

#menu {
	background-color: #8A0808;
	height: 14px
	width: 100%;
}
#header {
	background-image: url(../images/gradient_top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 145px;
}
#wrap {
	width: 100%;
	margin: 0 auto;
	background-color: url(../images/gradient_bottom.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	text-align: center;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#sidebar_left {
	float: left;
	margin-right: 15px;
	padding:5px
}
#sidebar_right {
	float: right;
	margin-left: 15px;
	padding:5px
}
#blow_quote {
	width: 175px;
	padding:5px;
	text-align: center;
	font-family: "cambria";
	font-size:20px;
	color: #CC0000;
	line-height:130%;
}

#register_now {
	position: fixed;
	bottom: 0px;
	width: auto;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 14px;
	background-color: #CC0000;
	border-top-right-radius: 25px;
}

#content {
	background-color:#ffffff;
	padding: 15px 25px 55px 25px;
}
#footer {
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	bottom: 0;
}

/* TABLES */

table {
	border-collapse: collapse;
	max-width: 100%;
}

th {
	vertical-align: center;
	background-color: #df0024;
	color: #ffffff;
}

tr:nth-child(even) {background-color: #f9f9f9;}
tr:nth-child(even):hover {background-color:#f9f9ee;}
tr:nth-child(odd) {background-color: #FFFFFF;}
tr:nth-child(odd):hover {background-color:#f5f5f5;}

td {
	vertical-align: top;
}

th, td {
	text-align: left;
	padding: 5px 20px;
}
