/* Changes links to stay white, but to change to yellow */
A.blah:link {
text-decoration: underline;
background: transparent;
color: #3366ff;
}

A.blah:visited {
text-decoration: underline;
background: transparent;
color: #3366ff;
}

A.blah:hover {
text-decoration: none;
background: transparent;
color: yellow;
}

A.main2:link {
	COLOR: white; background: transparent;
	TEXT-DECORATION: none;
}
A.main2:visited {
	COLOR: white; background: transparent;
	TEXT-DECORATION: none;
}

A.main2:hover {
	COLOR: yellow;
	background: transparent;
	TEXT-DECORATION: underline;
}

/* begin normal link */
A.norL:link {
	COLOR: blue;
	background: transparent;
	TEXT-DECORATION: none;
}
A.norL:visited {
	COLOR: red;
	background: transparent;
	TEXT-DECORATION: underline;
}

A.norL:hover {
	COLOR: blue;
	background: transparent;
	TEXT-DECORATION: underline;
}
/* end normal link */

A:link {
	COLOR: blue; background: transparent;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: red; background: transparent;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: yellow;
	background: transparent;
	TEXT-DECORATION: underline;
}

/* Main Table Properties  */
.Mbody{
	text-align:center;
	background: #C5B5A6;
	margin-top: 0;
}
.table1{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

.hmt{
	background: #cbd4dd;
	padding: 0;
}
.foo{
	padding: 0;
}

.mtp{background: #000042; /* old color cccc99 */
}

/* This is for the lines above and below the menu, also the padding around the thumbnail pictures */
.menuline {
	color: inherit;
	background: #006666;
}

/* Address Line above Copyright */
.cpr1{
	background: #000065;
	color: 808040;
	text-align: center;
	height: 20px;
}
	

/* Copyright */
.cpr{
	background: #000065;
	/* old color 006699 */
	color: 808040;
	text-align : center;
	font-style : italic;
	font-size: x-small;
	height: 20px;
}

/* Menu Bar */
.mu{
	background: #000042; /* old color #003366 */
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
}

/* Selectors  */

/* Directions Text Color  */
#txbg {background: #cbd4dd;
			  padding: 10px;
			  color:black;
}

/* BackGround Color on Text side  */
#c5841 {
background: #cbd4dd;

}

.b8{
	font-family : "Times New Roman", Times, serif;
	font-size : x-small;
	text-align : left;
	padding-left : 10px;
	padding-right : 10px;
}
/* Form input background color */
#fmbgc {background-color: #ffffcc;
}

/* proerties for main text. */
.maintext{ 
	text-size: small;
	padding: 10px;
	text-indent : 30px;
	color:black;
}

/* Start Tabbed Menu Bar */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: none;
font: bold 100% Tohoma;
font-size : x-small;
width: 100%;
border: 1px solid #625e00;
background-color: #ffffff;/* Static Back Color #f9ff91 */
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: none;
color: #000000; /*  Static Text Color   */
padding: 2px 12px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #000000;
}

#vdividermenu ul li a:hover{
color: RED; /*  Roll Over Text Color   */
/*background-color: ffffff;*/ /* Roll Over Color ffe84f */
}

/* End Tabbed Menu Bar */

/* Settings for Tool Tips */
#tooltip {
    padding: 3px;
    background: #3ec0ff;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: smaller;
	color: black;
}

span.tip {
    border-bottom: 3px solid #eee222;
	background: #ffff59;
}

.tip2 {
    border-bottom: 1px solid #eee222;
	background: #000089;
}
/* End Settings for Tool Tips */

/* calendar settings*/

.cal2 {
	font-size:8px;
}