body
{
	font-family: 'Times New Roman';
	font-size: 11pt;
}

#Main_C 
{
	width:800px;
	position: relative;
	margin: 0 auto;
}

.HomeSectionTitle 
{
	background-color: #292e80;
	color: White;
	font-weight:bold;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
}

#Header
{
	margin-bottom: 10px;
}

#HeaderLeft 
{
	width: 100px;
}

#HeaderRight
{
	position: relative;
	float: right;
	width: 675px;
}

#HeaderDate
{
	font-size: 9pt;
	text-align: right;
}

#HeaderFaceBook
{
	font-size: 9pt;
	text-align: right;
}

#Footer 
{
	margin-top: 10px;
	text-align:center;
	color: #292e80;
}

#BarTitle 
{
	font-size: 24pt;
}

#HomeLeft 
{
	width: 390px;
}

#HomeRight
{
	border-top: #fad606 thin solid;
	width: 400px;
	position: relative;
	float: right;
}
#Menu
{
	width:675px;
	color: Black;
	border-top: #fad606 double;
	border-bottom: #fad606 double;
	position: relative;
}

.homeLeftPanel 
{
	width:250px;  
	border:solid 1px #292e80; 
	min-height:250px;
}

.homeCenterPanel
{
	width:250px; 
	position:relative; 
	float: right; 
	border:solid 1px #292e80; 
	margin-right:20px; 
	min-height:250px;
}

.homeRightPanel 
{
	width:250px; 
	position:relative; 
	float: right; 
	border:solid 1px #292e80; 
	min-height:250px;
	background-color: White;
	font-size: 12pt;
}

/*********************************************************************************
 * Control Styles
 *********************************************************************************/
.ControlStyle 
{	
	padding: 4px;
	font-family: 'Times New Roman';
	font-size: 0.8em;
}

.ControlTitle
{	
	background-color: #41465e;
	font-weight: bold;
	font-size: 1.5em;
	color: White;
}
.ControlSubHeader 
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:16px;
	line-height:160%;
	font-weight: bold;
}

.ControlInstructions { }

.ControlButton  
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}
.ControlTextbox 
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
}
.ControlLabel 
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:14px;
	line-height:160%;
}

.ControlErrorMessage
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: red;
}

/** Shopping Cart **/
.ShoppingCartHeader 
{
	background-color: #000084;
	font-weight: bold;
	color: White;
}

/* Menu */
#Menu
{
	top: 10px;
	left: 10px;
	position: relative;
	width: 195px;
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: White;
	cursor: hand;
	line-height: 140%;
}

#Menu li
{
	position:relative;
	list-style-image: url('/Images/bluearrow.png');
	margin-left:15px;
}
#Menu li ul
{
	left: 10px;
	position: relative;
	width: 165px;
	
}

#Menu li ul li
{
	position:relative;
	list-style-image: url('/Images/bluearrow.png');
	margin-left:15px;
}

#Menu li ul li ul
{
	left: 5px;
	position: relative;
	width: 160px;
}

#Menu li ul li ul li
{
	font-size: 8pt;
}

#Menu a 
{
	color: White;
	text-decoration: none;	
}

#Menu a:hover
{
	color: Silver;
}

.PanelHidden
{
	display:none;
}

.PanelActive
{
	display: block;
}

/* Control */

/* Calendar */
.Calendar 
{
	border-color: Black;
	border: solid;
	font-family: Verdana;
	font-size: 9pt;
}
.TodayDayStyle 
{
	background-color: #999999;
	color: White;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.DayStyle 
{
	background-color: #CCCCCC;
	height: 100px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.WeekendDayStyle 
{
	background-color: #CCCCCC;
	height: 100px;
	vertical-align: top;
	text-align: left;
}
.OtherMonthDayStyle
{
	color: #999999;
	vertical-align: top;
	text-align: left;
	background-color: #CCCCCC;
	height: 100px;
}
.NextPrevStyle
{
	font-weight: bold;
	font-size: 8pt;
	color:White;
}
.DayHeaderStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	height: 8pt;	
}
.TitleStyle 
{
	background-color: #333399;
	border: solid;
	font-weight: bold;
	font-size: 12pt;
	color:White;
	height:24pt;
}

/* CMS Styles */

.dragHandle
{
	width: 16px;
	height: 16px;
	background-color: blue;
	background-image: url(/Images/greenarrow.jpg);
	cursor: move;
	border: outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

.reorderList li
{
	list-style: none;
	margin: 2px;
}

.reorderList li a {}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea
{
    margin-left: 15px;
    text-align: left;
    color: black;
}
a.CalendarOfEvents  { color: Black; }
a:visited.CalendarOfEvents { color: Black; }
a:link.CalendarOfEvents { color: Black; }

.EventsCalendar
{
    /*background-color: #fad606;*/
    border-style: ridge;
    border-color: #fad606;
    /*border: 0;*/
    background-color: #fad606;
    text-decoration: none;
}