  
.mainDiv
{
  width:200px;
  text-decoration:none;
}

#dropmenudiv
{
    position:absolute;
    border:1px solid black;
    text-decoration: none;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    text-decoration: none;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv a:hover
{ 
    /*hover background color*/
    background-color: #000066;
}
.menuhight
{
    height:50px;
    background-color: #232d36;
}
.menucellformat
{
    width: 11%; 
    text-align:center;
	margin:0px auto;
    text-decoration: none;
    color:White;
    font-weight:bold;
    background: #467BF2;
    vertical-align: bottom;
    font-size:12px;
}
.menucellformat:hover
{
    width: 11%; 
    text-align:center;
	margin: 0px auto;
    text-decoration: none;
    color:#467BF2;
    font-weight:bold;
    background: Yellow;
    vertical-align: bottom;
}

.body
{
    background-color: #232d36;
    text-align:center;
	margin:0px auto;
}
.bodyleft
{
    background-color: #232d36;
    text-align:left;
}
.bodynj
{
    background-color: #232d36;
}
.table
{
    width:900px; 
	margin:0px auto;
	text-align:center;
}
.sides
{
    background-color: #789ec1;
    width:210px;
    padding:0;
    
}
.title
{
    font-size:16pt;
    font-weight:bold;
}

.subtitle
{
    font-size:14pt;
    font-weight:bold;
}
.jsclass body .randomcontent
{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}
a:link
{
    color:White;
}
a:visited
{
    color:#fffff0;
}
a:active
{
	color:#FFFF99;
}
a:hover
{
	color:#FFFFCC;
}
p
{
    color:White;
    text-align: left;
}
h2
{
    font-family:Verdana;
    font-size: 12pt;
    font-weight: bold;
    color:White;
}
h1
{
    font-family:Verdana;
    font-size: 14pt;
    font-weight: bold;
    color:White;
}
h3
{
    font-family:Verdana;
    font-size: 10pt;
    font-weight: bold;
    color:White;
}
.textcolor
{
    color:White;
    text-align:left;
}
.setcolor
{
    color:White;
}

th.schedule
{
	border-color:#CCC; 
	border-width:1px; 
	border-style:solid; 
	border-bottom-width:2px; 
	background-color:#789ec1;
	padding:2px;
}

td.schedule
{
	border-color:#CCC; 
	border-width:1px; 
	border-style:solid;
	padding:2px;
}
.lcdstyle
{ /*Example CSS to create LCD countdown look*/
    background-color:#2b3f50;
    color:White;
    font-family:Old English Text MT;
    font-size: 25px;
    font-weight: bold;
    padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
    font-size: 80%;
}

.center
{
	text-align:center;
	margin:0px auto;
}

/* Styles for forms */
table.mainform
{
	border:1px #ffffff solid;
}
.superscript
{
	font-size:xx-small; 
	vertical-align:top;
}
