/* Forces a scrollbar in FF so that the page does not jump */
/* Negative of this is that horizontal scroll does not show if the page is too small */
html {
	overflow: -moz-scrollbars-vertical;
}
/*******************************************************************************
* Standard HTML Styles 
*******************************************************************************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9C0005;
	line-height:20px;
	margin-top:0;
}
h1 a {
	color: #9C0005;
	text-decoration:none;
}
h1 a:hover {
	color: #000000;
	text-decoration:none;
}
h3 {
	margin:10px 0 0 0;
}
body {
	background-color: #090013;
	margin:0;
	padding:0;
	font-size:12px;
}
a {
	color: #9C0005;
}
a:hover {
	color: #000000;
}
#container {
}
#container2 {
	width: 905px;
	background-image: url(/images/bg_overall.gif);
}
#container3 {
	text-align:left;
	width: 895px;
	margin-right:10px;
}
#container4 {
	width: 895px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(/images/bg_copyright.jpg);
	height: 20px;
	padding-top:8px;
	padding-right: 20px;
	padding-left: 143px;
}
#oracast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: 20px;
	padding-right: 20px;
	padding-top:5px;
	text-align:right;
}
#iframesecured {
	width:590px;
	height: 680px;
	border:0px;
	overflow:hidden;
}
.donations {
	width:590px;
	background-color: #fff;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.donationtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.newsTitle {
	font-style:italic;
	font-weight: bold;
	font-size:12px;
}
.sponsorlist {
	font-style:italic;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/bg_red.gif);
	background-repeat: repeat;
}
.bottomLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-decoration:underline;
}
.bottomLink:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.blackLink {
	color:#000000;
	text-decoration:underline;
}
.blackLink:hover {
	color:#9C0005;
	text-decoration:none;
}
.orangeColumn {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.orangecolumnHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #9C0005;
	background-color: #C58F2A;
	height: 30px;
	padding-right: 10px;
	padding-left: 15px;
}
.orangecolumnContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	color: #000000;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding:20px 10px 20px 15px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9C0005;
}
.title a {
	color: #9C0005;
	text-decoration:none;
}
.title a:hover {
	color: #000000;
	text-decoration:none;
}
.newsitem {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px dotted #CCCCCC;
}
.attention {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10pt;
	font-weight:bold;
}
#imagelayer {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 1px;
	z-index:100;
	text-align:center;
}
#close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.ticket_tbl {
	width:100%;
}
.ticket_tbl td {
	padding:5px;
	border:1px solid #5e8c44;
	background:#AED4AD;
}
.tbl_title {
	width:100%;
	height:35px;
}
.tbl_title td {
	font-weight:bold;
	padding:5px;
	border:1px solid #5E8C44;
	background:#7CBC57;
}

