.celebration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #3A4958;
	background-image: url(images/center_cross.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	padding-left: 15px;

}
.celebration2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #3A4958;
	padding-right: 15px;
	padding-left: 15px;
}
.title {
	font-size: 55px;
	font-style: normal;
	color: #838D96;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.contactInfo {
	font-size: 12px;
	font-style: normal;
	color: #838D96;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: bottom;
	background-image: none;
	text-align: right;
}

.textlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	color: #CCCCCC;
	text-decoration: underline;	
	}
NAVIGATION BAR

div#navcontainer
{
position: relative;
font: small-caps bold small/24px "Times New Roman", serif;
letter-spacing: 1px;
text-align: center;
}

ul#navlist
{
border-top: 1px solid #fff;
margin: 0;
width: 480px;
/* 4 * 120px li */
}

ul#subnavlist
{
border-bottom: 2px solid #444;
border-left: 1px solid #444;
border-right: 1px solid #888;
margin: 0;
padding: 0;
position: absolute;
top: 30px;
width: 120px;
}

/* all buttons */
ul#navlist li > a:link, ul#navlist li > a:visited, ul#navlist li * a:link, ul#navlist li * a:visited
{
text-decoration: none;
width: 120px;
}

#navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

/* parents */
ul#navlist li > a:link, ul#navlist li > a:visited
{
background: #F60;
border-bottom: 5px solid #ccc;
border-top: 0;
color: #c00;
float: left;
}

ul#navlist li > a:hover
{
background: #f5f5f5;
border-bottom: 4px solid #eee;
border-top: 1px solid #fff;
color: #000;
}

/* children */
ul#navlist li * a:link, ul#navlist li * a:visited
{
background: #ccc;
border-bottom: 0;
border-top: 2px solid #bbb;
color: #777;
display: block;
float: none;
}

ul#navlist li * a:hover
{
background: #999;
border-bottom: 1px solid #888;
border-top: 1px solid #eee;
color: #fff;
}

/* active states */
a:link[id=current], a:visited[id=current]
{
background: #c30 !important;
color: #000 !important;
}

a:hover[id=current] { background: #f5f5f5 !important; }

a:link[id=subcurrent], a:visited[id=subcurrent]
{
background: #444 !important;
color: #fff !important;
}

a:hover[id=subcurrent] { background: #000 !important; }



.chromestyle{
	width: 99%;
	font-weight: normal;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
background: #738EA3; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 10px 1px;
	margin: 0;
	text-decoration: none;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
}

.chromestyle ul li a:hover{
background: url(images/navover.jpg) center center no-repeat; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: thin;
font:normal 14px Arial Narrow;
line-height:16px;
z-index:100;
background:url(images/navsubmenu2.jpg) right center no-repeat;
background-color: #3A4958;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #DF7D38;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #F0F0F0;
}
