/* ######### Style for Menu ######### */

.chromestyle{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	background: url(images/menu_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 2px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 4px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background: url(images/menu_bg_f2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	font:normal 11px Verdana;
	line-height:14px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	background-attachment: scroll;
	background-image: url(images/blue-bg.jpg);
	background-repeat:repeat-both;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 4px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #006699;
	background-attachment: scroll;
	background-image: url(images/roll-over.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
a.dropmenudiv{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 4px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}
a:hover.dropmenudiv{ /*THEME CHANGE HERE*/
	color: #006699;
	background-attachment: scroll;
	background-image: url(images/roll-over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;

}
/* ######### Styles ######### */


.menu_bg {
	background-attachment: fixed;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.site_bg {
	background-attachment: scroll;
	background-image: url(images/background_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.smallMenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}
.topNav_bg {
	background-attachment: scroll;
	background-image: url(images/topNav_bottomhade.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.smallMenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #006699;
	text-decoration: underline;
}
.smallMenu a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #006699;
	text-decoration: underline;
}
.smallMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	}
.smallMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}


/* ######### Featured Sidebar Styles ######### */


.blueSidebar_Bg {
	background-attachment: scroll;
	background-image: url(images/blue_side_bg_fill.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.graySidebar_Bg {
	background-attachment: scroll;
	background-image: url(images/gray_side_bg_fill.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.FeaturedEvent_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}
.FeaturedEvent_title a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}
.FeaturedEvent_title a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.FeaturedEvent_title a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}

.FeaturedEvent_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: red;
	text-decoration: none;
}
.FeaturedEvent_title a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}

.FeaturedEvent_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a:visited:hover.FeaturedEvent_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.SubEvent_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}
.SubEvent_title a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.SubEvent_title:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.SubEvent_title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}
.SubEvent_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.SubEvent_title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.body_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}
.body_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
}
.body_copy a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
	font-style: normal;
	line-height: 14px;
}
.body_copy a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-style: normal;
	line-height: 14px;
}
.body_copy a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
}
.body_copy a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
}
.product_bg_fade {
	background-attachment: scroll;
	background-image: url(images/form_fade_BG2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.form_left {
	background-attachment: scroll;
	background-image: url(images/Form_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.form_right {
	background-attachment: scroll;
	background-image: url(images/Form_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.form_bg_fade {
	background-attachment: scroll;
	background-image: url(images/form_fade_BG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.Breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.Breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}
.Breadcrumb a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.Breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.Breadcrumb a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.Breadcrumb a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.submenu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}.submenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}.submenu a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}.submenu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}
.vendor_bg {
	background-attachment: scroll;
	background-image: url(images/vendor_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.vendor_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
.education_titles a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}.education_titles a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}.education_titles a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}.education_titles a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}

.validerr
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
	text-decoration: none;
	font-style: normal;
}
.MsgRcvd
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight:bold;
}
.calendar_day
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #006699;
    text-decoration: none;
    font-style: normal;
    background-color: #CEE7FF;

