/* CSS Document */
.legend{
font-family:tahoma;
color:#6FC2F6;
font-size:14px;
font-weight:bold;

}

.legend23{
font-family:"Monotype Corsiva";
color:#6FC2F6;
font-size:15px;
font-weight:bold;

}

.legend23 a:link, .legend23 a:active, .legend23 a:visited{
color:#6FC2F6;
text-decoration:none;
}
.legend23 a:hover{
color:#666666;
text-decoration:none;
}
.class
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
font-weight:bold;
}

.menu
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
height:20px;
padding-left:5px;
}

.menuitems{
font-family:tahoma;
font-size:12px;
color:#6FC2F6;
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
padding-top:2px;
font-weight:bold;
}

.menuitems a:link, .menuitems a:active, .menuitems a:visited{
color:#6FC2F6;
text-decoration:none;
}
.menuitems a:hover{
color:#666666;
text-decoration:none;
}


.menu1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
font-weight:normal;
height:20px;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
}
.items
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
font-weight:bold;
padding-left:5px;
line-height:18px;
}

.events
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:11px;
font-weight:bold;
padding-left:5px;
line-height:18px;
}

.events a:link, .events a:active , .events a:visited{
color:#ffffff;
text-decoration:none;
}

.events a:hover {
color:#6FC2F6;
text-decoration:none;
}


.class321
{
font-family:tahoma;
background-color:#6FC2F6;
color:#ffffff;
font-size:16px;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
}
.submenu{
font-family:tahoma;
font-size:13px;
font-weight:bold;
padding-left:5px;
color:#ff6600;
padding-bottom:1px;
padding-top:2px;
}

.order
{
font-family:tahoma;
background-color:#6FC2F6;
color:#ffffff;
font-size:16px;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
padding-left:5px;
}

.border{
border-top:#666666 dotted 2px;
}

.form
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#6FC2F6;
font-size:11px;
font-weight:bold;
padding-left:5px;
}

.form321
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#6FC2F6;
font-size:11px;
font-weight:bold;
padding-left:5px;
}

.terms{
font-family:tahoma;
color:#333333;
padding-left:5px;
font-size:12px;
line-height:20px;
}


.submit{
background-color:#6FC2F6;
color:#ffffff;
font-size:12px;
border:#6FC2F6  solid 1px;
font-weight:bold;

}
.news{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
padding-left:5px;
padding-right:5px;
font-weight:bold;

}

.news a:link, .news a:active, .news a:visited, .news a:hover{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}



.sidemenu{
font-family:tahoma;
color:#ffffff;
font-weight:bold;
padding-left:5px;
font-size:12px;
}

.sidemenu a:link,.sidemenu a:active,.sidemenu a:visited, .sidemenu hover{
text-decoration:none;
color:#ffffff;
}

.login321{
font-family:tahoma;
color:#ffffff;
padding-left:5px;
font-size:16px;
font-weight:bold;
}

.border321{
border-top:solid 2px #6FC2F6;
border-bottom:solid 2px #6FC2F6;
border-left: solid 2px #6FC2F6;
border-right:solid 2px #6FC2F6;

}

.welcome{
font-family:tahoma;
color:#ffffff;
padding-left:5px;
font-size:14px;
font-weight:bold;

}

.subject{
font-family:tahoma;
color:#666666;
font-size:12px;
padding-left:5px;
font-weight:bold;
}

.subject321{
font-family:verdana;
color:#666666;
font-size:12px;
padding-left:5px;
line-height:18px;

}


.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer ;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
