body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
img {
	border:none;
}
#mainmenubg
{
	background:url(../images/mainmenubg.jpg) top center repeat-x;
	text-align:center;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:900;
	font-size:16px;
	color:#152d5f;
}
/*DIV STYLES*/
#events {
	text-align:center;
	color:#CCCCCC;
}	
#leftContent {
	padding:10px;
	text-align:left;
}
#mainContent {
	padding:10px;
	text-align:left;
}
#rightContent {
	padding:10px;
	text-align:left;
}
#wrapper {
	background-image:url(../images/mainBg.gif);
	background-repeat:repeat-y;
}
#rampLogo {
	padding-top:15px;
	padding-bottom:15px;
}

#leftContent img {
	margin-bottom:5px;
}
/* Drop down menu */
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 11px arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color:#fff;
text-decoration:none;
background-color:#4760B3;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#333333;
color:#fff;
}

/*LINK STYLES*/
a {
	color:#ac3535;
	text-decoration:underline;
}
a:link {
	color:#ac3535;
	text-decoration:underline;
}
a:visited {
	color:#ac3535;
	text-decoration:underline;
}
a:hover {	
	color:#152d5f;
	text-decoration:none;
}
#cal {
	width:190px;
}
.cal 
{
	border:3px solid #F7F6F3;
}
.cal td, .cal a, .cal a:link 
{
	font-size:10px;
}
.calHeader, .calHeader a, .calHeader a:link 
{
	background:#F7F6F3;
	color:#333333;
	border:none;
}

.calEvent, .calEvent a, .calEvent a:hover 
{
	background:#CCCCCC;
}

.currentNewsTitle 
{
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	
}
.calGame 
{
	background:red;
}
.currentNewsDate
{
}
div#whatsnew {
	padding:35px 30px 15px 30px;
	}
.txtInput { width:250px; }
.txtSm { width:60px; }
.txtMed{ width:100px; }
.prompt { width:150px }
.star, .error{ font-weight:bold; color:red; font-size:12px; }
select, input { font-size:10px; }
.button { font-size:12px; border:1px solid #ccc; }
.divOff { BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: white 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: white 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: white 1px solid; POSITION: relative; TEXT-ALIGN: center }
	.divOver { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: black 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: black 1px solid; POSITION: relative; TEXT-ALIGN: center }