body 
{
	margin: 20;
	font-family: Arial, Verdana, sans-serif;
background-image: url("/_content/Images/Template/bground.jpg");
}

.maintable
{

width: 950px;
border-left: 5px solid #000000;	
border-right: 5px solid #000000;
border-bottom: 3px solid #000000;
border-top: 3px solid #000000;
}

.mswfooter{
width: 100%;
BACKGROUND-COLOR: grey;

}


.footertext{


vertical-align:top;
font-size:40%;
line-height:8px;
font-family: Arial, Verdana, sans-serif;






}


#twitter

{
height:20px;
margin-top:3px;
float:left;
width:132px;

}



.menu
{
height:25px;
width:950px;
background-image: url("/_content/Images/Template/header_03.jpg");


}


#menu
{
height:25px;
float:left;
width:818px;



}




.promotable
{
BACKGROUND-COLOR: black;
horizontal-align:center;
width: 190px;
height:219px;
text-align:center;
}

.line1
{
padding-top:8px;
vertical-align:top;
line-height:32px;
font-family: Arial, Verdana, sans-serif;
font-size:150%;
font-weight:bold;
text-align:center;
}

.line2
{
vertical-align:top;
font-size:120%;
line-height:18px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}

.line3
{
padding-top:10px;
vertical-align:top;
font-size:130%;
line-height:18px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}

.line4
{
vertical-align:top;
font-size:125%;
line-height:20px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}


.line5
{
padding-top:8px;
vertical-align:top;
font-size:105%;
line-height:16px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}

.line6
{
vertical-align:top;
font-size:105%;
line-height:16px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}


.line7
{
vertical-align:top;
font-size:60%;
line-height:10px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}

.line8
{
vertical-align:top;
font-size:60%;
line-height:10px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}


.line9
{
vertical-align:top;
font-size:110%;
line-height:22px;
font-family: Arial, Verdana, sans-serif;
font-weight:bold;
text-align:center;
}


.headings
{
    color:#ffffff;
    font-weight: bold;
    font-size: 12px;
    border-bottom:1px solid  #ffffff;

}




.eventsidedate
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
       font-weight: bold;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    color:  #ffffff;
    vertical-align: top;


}





.eventsidecontent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: none;
     color:  #ffffff;
  padding-left: 15px;
 }

.eventtitle
{
    color:#000000;
    font-weight: bold;
    font-size: 14px;
}

.eventcontent
{
    font-size: 12px;
}



.eventtitle2
{
    color:#002e90;
    font-weight: bold;
    font-size: 12px;
    border-bottom:1px solid  #002e90;
}


.eventdisplaytable
{
    border-top:1px solid  #002e90;
    border-left:1px solid  #002e90;
    border-right:1px solid  #002e90;
    border-bottom:1px solid  #002e90;
}











.success
{
	color: #408200
}

.error
{
	color: red;
}

/*
*  Table with black line under heading, then gray lines between rows.
*/
table.cms_bb_table
{
	border-collapse: collapse; 
	empty-cells: show;
}
table.cms_bb_table th
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	background-color: #f8f8f8;
}
table.cms_bb_table tr#row_even
{
	background-color: #f8f8f8;
}
table.cms_bb_table td
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid gray;	
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	font-size: 0.8em;
}
table.cms_bb_table td#first_col
{
	border-left: none;	
}




<style type="text/css">

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, sans-serif;
font-size:11px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #  ; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 75px; /*Width of top level menu link items*/
padding: 1px 6px;

border-left-width: 0;
text-decoration: none;
font-weight: bold;
color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 100px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 100px; /*width of sub menu levels*/
background-color: #ff0000;
color: white;
text-decoration: none;
padding: 1px 6px;

}

.suckertreemenu ul li a:hover{
background-color: #222222;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:  url(/_content/55193) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:  url(/_content/55193) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

</style>