/* REDEFINED STYLES */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:18px;
	color: #000000;
	margin:0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
a,a:active {
	color:#990000;
	text-decoration: underline;
}
a:hover {
	color:#444444;
	text-decoration: none;

}
input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

/* GENERAL STYLES */

.txt-med {
	font-size:11px;
	color:#333333;
	line-height:15px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-intro {
	font-size:14px;
}
.smallcaps {
	font-size:12px;
	color:#999999;
	font-variant:small-caps;
}
h1 {
	font-size:24px;
	color:#990000;
	line-height:28px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#444444;
	line-height:24px;
}
h3 {
	font-size:20px;
	font-weight:bold;
	color:#444444;
	padding: 0px;
	margin: 0px;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
}
.txt-sm-gray {
	font-size: 11px;
	color: #666666;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
}
.border {
	border: 1px solid #FFCC99;
}
.border-orange {
	border: 1px solid #FF9966;
}
.subhead-med-red {
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
.subhead-med {
	font-size:18px;
	font-weight:bold;
	color:#444444;
	line-height:22px;
}
.table-header {
	background: #efefef;
	text-align: left;
	text-transform: uppercase;	
	padding: 3px 10px;
	font-weight:bold;
	border-bottom: 1px solid #cecece;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content {
	width: 800px;
	text-align: left;
}

.footer {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.footer a {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.footer-sub {
	font-size:10px;
	color:#CCCCCC;
}
.footer-sub a {
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}
.footer-sub a:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.subheading {
	background-color: #efefef;
	color:#444444;
	text-align: center;
	text-transform: uppercase;	
	padding: 3px 10px;
	clear: both;
	font-weight:bold;
	border-bottom: 1px solid #cecece;
}
.subheadingTop {
	background-color: #efefef;
	text-align: center;
	text-transform: uppercase;	
	clear: both;
	font-weight:bold;
	border-bottom: 1px solid #cecece;
	padding: 5px;
	margin-bottom: 5px;
}
/* ------------------------ old .subheading -------------------------- */
/*.subheading {
	clear: both;
	background-color: #991B20;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
}*/
.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sponsors {
	text-align: center;
}
#sponsors img {
	padding: 10px;
}

/*   SPONSORS   */

#sponsors .no_logo ul {
	margin: 0;
	width: 100%;
 }

#sponsors .no_logo ul, #sponsors .no_logo li {
	display: inline;
	margin: 0;
	list-style-type : none; 
	padding: 0;
}

#sponsors .no_logo a, #sponsors .no_logo a:link {
	color: #444444;
	font-weight : bold;
	margin : 0;
	text-decoration : none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #cecece;
}

#sponsors .no_logo a:hover {
background-color: #444444;
color: #EFEFEF;
}
