p
{
font-family: arial;
font-size: 12px;
color: #FFFFFF;
}

td.tbfm
{
font-family: arial;
font-size: 12px;
color: #FFFFFF;
}


.tbformat
{
font-family: arial;
font-size: 14px;
color: #FFFFFF;
}

img
{
border-color: #A49F9F;
}

.heading
{
font-family: verdana;
font-size: 16px;
font-weight: bold;
margin-left: .10in;
margin-right: .05in;
color: #000000;
}

H1
{
font-family:arial;
margin-left: .15in;
margin-top: .15in;
color: #FFD700
}

H2
{
font-family:arial;
margin-left: .15in;
margin-top: .20in;
color: #FFD700
}


/* css for to center slideshow -----------------------------------------------*/

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}



/* css for navigation -----------------------------------------------*/

A.menulink {
display: block;
width: 140px;
text-align: left;
text-decoration: none;
font-family: arial;
font-size:11px;
font-weight:600;
color: #FFFFFF;
background-color:#00008B;
border: solid 1px #A49F9F;
}

A.menulink:hover {
border: solid 1px #A49F9F;
background-color:#FFD700;
color: #A49F9F;

}

 /* css for rounded corner top banner --------------------------------------------------*/

.roundcontban {
	width: 760px;
	background-color:#5FA4E2;
	color: #fff;
}

.roundcontban p {
	margin: 0 10px;
}

.roundtopban{ 
	background: url('images/ban_round_tr.gif') no-repeat top right; 
}

/*.roundbottomban {
	background: url('images/ban_round_br.gif') no-repeat bottom right; 
}*/

img.cornerban {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}   


/* css for rounded corner menu frame left-----------------------------------------------*/

.roundcontmenu {
	width: 154px;
	color: #fff;
}

.roundcontmenu p {
	margin: 0 10px;
}

.roundtopmenu{ 
	background: url('images/gtr.gif') no-repeat top right; 
}

/*.roundbottommenu {
	background: url('images/gbr.gif') no-repeat bottom right; 
}*/

img.cornermenu {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/* css for rounded corner main frame--------------------------------------------------*/

.roundcontgold {
	width: 586px;
	color: #fff;
}

.roundtopgold{ 
	background: url('images/gtr.gif') no-repeat top right; 
}
/*.roundbottomgold {
	background: url('images/gbr.gif') no-repeat bottom right; 
}*/

img.cornergold {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}   

/* css for schedule tabs-------------------------------------------------------*/

.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px #A49F9F;
border-bottom: none;
background-color: #ffffff;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #FFD700;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}


  